Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Members who have registered today. Details »»
Members who have registered today.
Version: 3.8.002, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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.
Благодарность от:
viper357

Comments
  #2  
Old 11-20-2008, 06:38 AM
myown myown is offline
 
Join Date: Jan 2007
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved...............
Reply With Quote
  #3  
Old 01-08-2009, 05:18 PM
-=Leb=-'s Avatar
-=Leb=- -=Leb=- is offline
 
Join Date: Jan 2008
Location: Sweden
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here
Reply With Quote
  #4  
Old 01-10-2009, 01:21 AM
King Justice King Justice is offline
 
Join Date: Apr 2006
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working for me in vb 3.8...
Not showing at all..
Reply With Quote
  #5  
Old 01-10-2009, 04:57 AM
bleros's Avatar
bleros bleros is offline
 
Join Date: Oct 2008
Location: Macedonia
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is work i have 3.8
Reply With Quote
  #6  
Old 01-10-2009, 10:11 AM
Guz2003 Guz2003 is offline
 
Join Date: Dec 2002
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same problem, not showing at all
Reply With Quote
  #7  
Old 01-10-2009, 11:59 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 01-10-2009, 12:36 PM
Noonster Noonster is offline
 
Join Date: Jun 2005
Location: East Yorkshire, UK
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine here on 3.8.
Reply With Quote
  #9  
Old 01-10-2009, 06:54 PM
King Justice King Justice is offline
 
Join Date: Apr 2006
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
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! :\
Reply With Quote
  #10  
Old 01-11-2009, 12:36 AM
aciurczak aciurczak is offline
 
Join Date: Jun 2005
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09392 seconds
  • Memory Usage 2,300KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete