Version: 3.8.002, by Paul M
Developer Last Online: Nov 2023
Category: Forum Home Enhancements -
Version: 3.8.x
Rating:
Released: 11-15-2008
Last Update: 11-25-2008
Installs: 297
Uses Plugins Auto-Templates
Translations
No support by the author.
As of 24 Nov 2017 this modification has been withdrawn.
This plugin adds a simple display of all members who have registerd on the forum - either today (i.e. since midnight) or in the last 24 hours. The display and features are similar to the "Who has Visited" and "Who has Posted" modifications.
Main features ;
1. It displays the list on Forum Home.
2. The list view is collapsable, so you just see the number of posters.
3. The list of names can be set to be always collapsed on initial view.
4. Invisible users are only displayed to those allowed to see them (with a "*")
5. Users who should display as coloured or bold etc will be displayed correctly. (based on the display usergroup)
6. If you 'hover' over a username it will show the time they registered.
7. The list is in member name order.
8. If you click on a members name it will display their profile page.
9. The option to record and display the Most Ever Registrations can be enabled.
10. The ability to turn it on/off is an ACP Option.
11. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups).
12. The switch between "Today" and "Rolling 24 Hours" is an ACP option.
13. The listing of names can be suppressed (a simple message is displayed instead).
(All options are located in vBulletin Options > Who Has Registered).
Unzip the XML and import into vB using the ACP Product Manager.
Template Hook
Please note that this modification uses the following template hook in the FORUMHOME template ;
forumhome_wgo_pos2
This must be present in any customised template/style you are using, otherwise this modification will not display.
History:
v3.8.001 : Initial release for vb 3.8.x v3.8.002 : Fix Most Ever Display Bug.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
The hook that this is looking for is "forumhome_wgo_pos2".
Check in your FORUMHOME template, and make sure there is this line:
$template_hook[forumhome_wgo_pos2]
If there isn't, that would explain why this isn't showing up.
Paul - I'm having some issues placing a few of your mods in the correct order in the WGO box. I've tried to reorder execution order, which wasn't effective, and then I tried aiming at different hooks, which worked to change things, but not in the way I wanted.
When you get a chance, could you post up why you chose the "Forumhome_start" hook for this mod, and the "Forumhome_complete" hook for the Member Tracking mod? I'd like them to be to right on top of eachother (member tracking on top of members registered), which worked out of the box in the 3.7.x versions and seems to have changed in the 3.8.x versions.
EDIT: Changing the hook to forumhome_complete resulted in the order being exactly what I was looking for. No need for any response or followup. Thanks again for a great mod.