Page 1 of 1

Replace joined by last visit in post profil

Posted: Sun Aug 18, 2024 3:22 pm
by Stanton
Open viewtopic.php and find

Code: Select all

'joined'		=> $user->format_date($row['user_regdate']),
Replace with

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>
Replace width

Code: Select all

<dd class="profile-joined"><strong>{L_LAST_ACTIVE}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd>

Clear cache after