MyBB Community Forums

Full Version: Last active template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am wondering what you need to accomplish this. In the member_profile template it says:

<strong>{$lang->registration_date}</strong> {$memregdate}<br />

How do you get it to show the member's last active time/date?
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>