The Arcive of vBulletin Modifications Site. |
|
Date/Time of Profile Visitor Details »»
|
|||||||||||||||||||||||||||||
Title : Date/Time of Profile Visitor
Description : Show Date/Time of Profile Visitor when you hover your cursor over their UserName in Recent Profile Visitors. Please remember to click Mark as Installed if you use this modification. NO SUPPORT FOR USERS NOT MARKED AS INSTALLED. Files : 0 Plugins : 4 Phrases : 2 Templates : 1 Settings : 0 Group / 0 Settings Instalation 1. Import Installation File. 2. Open the file forumroot/includes/class_profileblock.php Find (Around 1159) Code:
eval('$visitorbits .= "' . fetch_template('memberinfo_visitorbit') . '";');
Above Add Code:
$user['date'] = vbdate($this->registry->options['dateformat'],$user['dateline']);
$user['time'] = vbdate($this->registry->options['timeformat'], $user['dateline']);
$userdateline = $user['date'] .' '. $user['time'];
Save and UpLoad forumroot/includes/class_profileblock.php Sorento-UltimateClub http://www.sorento-ultimateclub.com Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
RESERVED
|
|
#3
|
|||
|
|||
|
I changed something within the code so it doesn't say "visit" and so it's past tense rather than present.
Search in phrases: profile_visitor_dateline_hover Change the code to: {1} visited your profile at {2}. |
|
#4
|
|||
|
|||
|
Work with 3.8.7 PL2 thanks!
|
![]() |
|
|