Version: 3.7.004, by Paul M
Developer Last Online: Nov 2023
Category: Forum Home Enhancements -
Version: 3.7.x
Rating:
Released: 12-22-2007
Last Update: 11-25-2008
Installs: 1878
Translations
No support by the author.
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 the users midnight) or in the last 24 hours.
Note: it is not possible for this hack to count guests.
The main features of the 3.7 version are as follows ;
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 will 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 mod is phrased.
8. The ability to turn it on/off is in the ACP Options.
9. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups).
10. The switch between Visited Today and Rolling 24 Hours is an ACP option.
11. The listing of members can be suppressed (a simple message is displayed instead).
12. The list of names can be set to be always collapsed on initial view.
13. An option to record and display the Most Ever Members can be enabled.
(Options are in vBulletin Options > Who has visited today)
To install just unzip the XML and import into vB using the ACP Product Manager.
History:
v3.7.001 : Initial version for vB 3.7. v3.7.002 : Installation Code Updated. v3.7.003 : Updated to remove potential $group variable name clash. v3.7.004 : Updated to use template hook if available.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Excuse the ignorance, maybe I am imagining something but I thought there was a permission setup to allow / disallow certain usergroups to view who has been online?
I see Include/Exclude Usergroups, but it does not let me choose any?
You dont choose them, you list them in the relevant option.
Quote:
Usergroup List
Comma seperated list of primary usergroups - used in conjunction with the include/exclude setting to determine which members are allowed to view the Who has Visited display.
I'm running vb 3.7.0 b6 and I can't seem to get this addon to display.
EDIT: If I set the option to run code on all pages, it will show up. As soon as I set it to run on FORUM HOME only it disappears after I refresh the page.
Hmmm, a clash of variable name I guess. This can only happen if you have the "Run code on all pages option set". I also think its a bit bad that group.php doesnt clear $group at the start. I suppose I'll have to change it, it'll have to wait though, and probably isnt the only one that needs checking. VB should really clear that variable, not just blindly assume it wont exist.
Paul, I have noticed that you are porting many of your 3.6 mods to 3.7. I am running 3.7 RC1 with this mod, along with flashchat integration and have noticed your original mods are running fine.
My question is, is there a good reason for me to install the 3.7 version over the 3.6 versions if the 3.6 versions are working fine?