The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
I actually have this on my 3.8 test site and so I put the instructions into a text file and uploaded it here - https://vborg.vbsupport.ru/showthread.php?t=200903
|
#3
|
|||
|
|||
![]()
Lynne
I honestly want to give you one hug....would be one strong hug huhh.....'someone' would call for heeelpp ![]() Hey Thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|