Code: Select all
'joined' => $user->format_date($row['user_regdate']),
Code: Select all
'joined' => $user->format_date($row['user_lastpost_time']),
Open styles/prosilver/viewtopic_body.html and find
Code: Select all
<dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd>
Code: Select all
<dd class="profile-joined"><strong>{L_LAST_ACTIVE}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd>
Clear cache after