vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Members who have registered today. (https://vborg.vbsupport.ru/showthread.php?t=196464)

Paul M 11-15-2008 10:00 PM

Members who have registered today.
 
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.


myown 11-20-2008 06:38 AM

reserved...............

-=Leb=- 01-08-2009 05:18 PM

Same here :)

King Justice 01-10-2009 01:21 AM

Not working for me in vb 3.8...
Not showing at all..

bleros 01-10-2009 04:57 AM

is work i have 3.8

Guz2003 01-10-2009 10:11 AM

Same problem, not showing at all

Paul M 01-10-2009 11:59 AM

If it doesnt show then most likely you have a customised forumhome template, missing the vb template hooks, add them manually or revert your template.

Noonster 01-10-2009 12:36 PM

Working fine here on 3.8.

King Justice 01-10-2009 06:54 PM

Quote:

Originally Posted by Paul M (Post 1707202)
If it doesnt show then most likely you have a customised forumhome template, missing the vb template hooks, add them manually or revert your template.

Again just like the other thread WHAT ARE the template hooks?
I cannot find them anywhere! :\

aciurczak 01-11-2009 12:36 AM

The template hooks can be seen in the last lines of the second plugin:

Code:

// Use template hook.
        eval('$template_hook[\'forumhome_wgo_pos2\'] .= "' . fetch_template('Display_Registered') . '";');

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.


All times are GMT. The time now is 12:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01066 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete