The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Members who have visited the forum (Today or last 24 hours). Details »» | |||||||||||||||||||||||||||
Members who have visited the forum (Today or last 24 hours).
Developer Last Online: Nov 2023
This modification is no longer available or supported. This adds a simple display of all members who have visited the forum - either today (i.e. since midnight) or in the last 24 hours. Please note that it is not possible for this hack to count guests. The main features of Version 4.xx are basically the same as previous versions ; 1. It displays the list on the Forum Home. 2. The list view is collapsable, so you just see the number. 3. Invisible users are only displayed to those allowed to see them (with a "*") 4. Users who should display as coloured or bold etc should be displayed correctly (based on the display usergroup). 5. If you 'hover' over a username it will show the time they were last active. 6. The list is in member name order. 7. The hack is now phrased. 8. The ability to turn it on/off is in the ACP Forum Home Options. 9. The ability to allow only certain usergroups to view the list is an ACP option (vBulletin Options > Who has visited today). 10. The switch between Visited Today and Rolling 24 Hours is an ACP option (many seem to miss this actually exists). 11. The listing of members can now be suppressed (a simple message is displayed instead). 12. The list of names can be set to be always collapsed on initial view. Unzip the XML and import into vB using the ACP Product Manager. To upgrade from version 4.10 onwards, you need to re-import the product with the overwrite option set to yes. To upgrade from version 4.01/4.02 to version 4.10 onwards, you need to uninstall the product and remove the template code in FORUMHOME - then upload the new product. To upgrade from version 3.xx to version 4.xx you need to delete the existing plugin and remove the template code in FORUMHOME - then upload the new product. * Add-ons etc * * An add-on to display a 'Most ever posters' count is available here. * If you want the WVT display on a seperate page - see this post by EvilHawk - now updated to version 4.21. * There is also a CMPS module that makes use of this plugin (by tgmorris). History: v4.10 : Removed the need to edit the FORUMHOME template. v4.11 : Hyperlinked display icon to members list. Added vb number formatting to count. v4.12 : Added ALT tag to above hyperlink. v4.13 : Fixed problem affecting the most visitors add-on when more than 999 visit in a day. v4.14 : Added name suppression & always collapsed options. v4.15 : Updated the install code to only create the index if it doesn't already exist. v4.16 : Fixed error in new install code (changed DROP to ADD !). v4.17 : Updated ACP view permission option to take into account secondary groups. v4.18 : Not publicly released. v4.19 : Added 'nofollow' attribute to listed usernames. v4.20 : Minor changes, no update necessary. v4.21 : Minor changes to settings group, instructions updated. Show Your Support
|
Comments |
#192
|
|||
|
|||
Great hack - could you tell me how to remove the link to the users so that there name only appears, but does not give a link to that member?
|
#193
|
||||
|
||||
Quote:
The way I did it is close to how vBulletin itself does it, and I assume that way is optimized for Performance, although it might have more Code. But on the other Hand, the Query gets a Bit lighter as it does not invlove joins. Although there is less code to eval(). But as said, I am not sure if this has an impact on Performance - it was just a thought |
#194
|
|||
|
|||
Kirby - do you happen to know the answer to my question above regarding providing only usernames & no links to the users who have visited? thx
|
#195
|
||||
|
||||
That's easy - just edit the Plugin Code so it does not create Links.
|
#196
|
|||
|
|||
I know it's here in the index.php, but how exactly do I change it - thx for your help:
$whotoday .= "<a href='member.php?u=$today[userid]' title='$wrdate' >"; if ($today['visible'] == 2) { $whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>*, "; } else { $whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>, "; |
#197
|
||||
|
||||
Why are you looking in idex.php to modify a plugin?
Open your Plugin Manager and remopve the hyperlink code around the name |
#198
|
|||
|
|||
Quote:
Quote:
from my old asp-world :nervous: : Code:
if usergroupid= 6 then list_order= 1 elseif usergroupid=7 then list_order=2 end if ======= ......order by list_order , username php is not the best part of me but I will learn! What would you do without our crazy suggestions? :alien: |
#199
|
|||
|
|||
Quote:
|
#200
|
||||
|
||||
Quote:
|
#201
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showthrea...threadid=71533 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|