The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Date and time when visitor was in someones profile.......
Code which will show time and date when last visitor was in user profile
Was doing some search on forums....and nothing Here I found something interesting... https://vborg.vbsupport.ru/showthrea...33#post1703233 In member.php I should find: Code:
$lastpostdate=vbdate($dateformat,$userinfo[lastpost]); Code:
if ($userinfo[invisible]) { $lastvisit = "N/A"; } else { $user_lasttime = vbdate($timeformat,$userinfo[lastactivity]); $user_lastdate = vbdate($dateformat,$userinfo[lastactivity]); $lastvisit = $user_lastdate . "at". $user_lasttime; } '$lastvisit' Iam running Vb 3.7.4 Can anyone modify above mentioned code(or even better to create new one) that on mouse-hoover I can see date and time when visitor was there in profile !? Can those usernames be sorted in order...? This would be nice hack I think, its weird that Vb dont have this by default.... Thanks to all of you guys Cheers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|