The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
last time seen online for each user - in postbit template
i wonder if it will load with queries the server?
|
#2
|
|||
|
|||
well $post[lastactivity] works but you only get the timeline, you have to convert it to vbdate in the showthread.php
|
#3
|
|||
|
|||
well checked how it worked and found that functions.php should be changed
find this line: $post[posttime]=vbdate($timeformat,$post[dateline]); below it add: $post[lastactivedate]=vbdate($dateformat,$post[lastactivity]); $post[lastactivetime]=vbdate($timeformat,$post[lastactivity]); in postbit just add this where you want it to be displayed: $post[lastactivedate] $post[lastactivetime] |
#4
|
||||
|
||||
thanks alot Dj. i will try it later.
|
#5
|
|||
|
|||
well i thought maybe some other people wanted this so i released it:
https://vborg.vbsupport.ru/showthrea...threadid=37201 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|