The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Last Activity Code
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 |
#2
|
|||
|
|||
I think this is what you're looking for.
Code:
$user[lastonline] |
#3
|
||||
|
||||
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?
|
#4
|
||||
|
||||
Bump
|
#5
|
||||
|
||||
OK Someone has wanted to put the members last activity in the postbit_legacy. I am still trying to get it.
|
#6
|
|||
|
|||
You tried $post[lastonline] ?
|
#7
|
||||
|
||||
Yep and I can't fine anything that works yet.
|
#8
|
|||
|
|||
I would also like to know how to insert this ($user[lastonline]) in postbit_legacy, it is not showing right now
--------------- Added [DATE]1228213709[/DATE] at [TIME]1228213709[/TIME] --------------- Postbit: HTML Code:
<div class="smallfont"> <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: --------------- Added [DATE]1228235527[/DATE] at [TIME]1228235527[/TIME] --------------- Anyone? I've seen this on other Vb forums... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|