Replace joined by last visit in post profil
Posted: Sun Aug 18, 2024 3:22 pm
Open viewtopic.php and find
Replace with
Open styles/prosilver/viewtopic_body.html and find
Replace width
Clear cache after
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