Last Visit

Moneyman

Paragon
Joined
Aug 11, 2012
Messages
1,538
Reaction score
3
FP$
9,610
I can't believe I'm asking this total noob question.
I was wondering how you could put Last Visit in the member's profile?
What's the code?
Thanks for the help peepz<br /><br />-- 05 Feb 2013, 12:49 --<br /><br />Ah... found the code.. but when I insert it, it is not properly in a box, and shows the last visit time outside of the info box
 
Code:
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>

Shows as:

Last Visit: Today 12:52 PM

Add that below:

Code:
<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
 
J Greig said:
Code:
[code]<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>

I don't have that, check the templates mate 🙂
 
I added it in, but it didn't work.
Anyways, I put it under status, and everything is normal now 🙂
Thank you very much 🙂
 
Back
Top Bottom