PDA

View Full Version : Last Activity Code


newguy
07-29-2008, 11:31 PM
I have been looking in my members profile template and I want to get the code that shows the members last activity and add it to my postbit legacy template. So there last activity is also displayed there. I just can't quite find it. Any help?

In version 3.7

Spank
07-30-2008, 12:12 AM
I think this is what you're looking for.

$user[lastonline]

newguy
07-30-2008, 09:22 AM
I tried that one and I put it in my postbit legacy where I wanted and it does not show the last activity. Any ideas? or do I have to put it in a certain place?

newguy
07-31-2008, 04:52 PM
Bump

newguy
08-16-2008, 08:45 AM
OK Someone has wanted to put the members last activity in the postbit_legacy. I am still trying to get it.

Opserty
08-16-2008, 09:05 AM
You tried $post[lastonline] ?

newguy
08-16-2008, 09:22 AM
Yep and I can't fine anything that works yet.

anthroforum
12-01-2008, 04:53 PM
I would also like to know how to insert this ($user[lastonline]) in postbit_legacy, it is not showing right now :confused:

--------------- Added 1228213709 at 1228213709 ---------------

Postbit:

<div class="smallfont">
&nbsp;<br />
<div>$vbphrase[last_online]: $user[lastonline]</div>
<if condition="$post['joindate']"><div><b>$vbphrase[join_date]:</b> $post[joindate]</div></if>


<!-- custom profile fields -->

<div class="smallfont"><if condition="$post['field6']"><b>Ethnicity: </b>$post[field6]</if>


Ends up looking like this:

https://vborg.vbsupport.ru/external/2008/12/114.jpg

--------------- Added 1228235527 at 1228235527 ---------------

Anyone? I've seen this on other Vb forums...