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.
Can this be coded with a conditional to prevent Banned members from appearing? If so, what is the correct procedure for coding this mod to allow for this?
Magic is always a possibility but no, its due to having users in different timezones.
The overall 'most' count is a single forum wide value, so you have a user in a different timezone who has seen 65 for today, and so set that count to 65.
Simple example - 30 registered 4 hours ago, 35 registered 2 hours ago. In your timezone, its 3 hours past midnight, so you only see the last 35 as today, the other 30 as yesterday. However, in Joe blogs timezone, its 5 hours past midnight, so he sees all 65 as today, and sets the max accordingly.
If you have a lot of users across many timezones, its better to use the 24 hour option, as everyone sees the same then.