Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
New Members Page Details »»
New Members Page
Version: 3.0.0, by Eric Eric is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 05-03-2011 Last Update: Never Installs: 29
Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

What is this!?
This hack will produce a New Members page listing the username, avatar, profile pic, joindate, total posts, and last activity of the latest users sorted by joindate. The amount listed is based on an admin configurable limit.

This was originally made by request, 3.5 version can be found here, 3.6 version here, and 3.8 version here.

Current Version
3.0.0

Current Features:
  • Can be turned on/off
  • Limit how many days of registrations this will show (eg: 7 will show reg. dating back 7 days)
  • Limit how many users are listed per page
  • Default avatar and profile pic if the user does not have one


Features flagged for future version(s):
  • Anything that you all suggest.

Will this work on x.x.x ??
I've not been able to test on any other vB version, but works on vB 4.1.x

Sounds cool. How do I install?
  1. Import the product, product-newmembers.xml
  2. Upload images found in /upload/images/misc to your forum's images/misc folder.
  3. Upload /upload/newmembers.php to your forum root.
  4. You need somewhere to link the newmembers page. The hack has an option to have this done for you automatically. Otherwise, you can put it anywhere you want, here's an example of adding it to the navbar:

    Template navbar

    Find:
    HTML Code:
    {vb:raw template_hook.navbar_quick_links_menu_pos3}
    After add:
    HTML Code:
    {vb:raw newmembers_navbar}
  5. Set options in AdminCP > Settings -> Options > New Members Page

That's it! Enjoy!


Changelog
3.0.0 - May 04, 2011
- Updated for 4.x.

2.0.0 - July 30, 2010
- Updated for 3.8.x
- Added lastactivity display (if user has perms to see), post count
- Other small enhancements.

1.0.3 - June 12, 2007
- Updated for 3.6.x
- Added joindate display and WOL

1.0.2
- Re-added the 'cutoff'. It is based on an admin set number of days.

1.0.1
- Removed the time restriction: 'cutoff'. Cleaned up the newmembers_results

Download Now

File Type: zip newmember-3.0.0.zip (9.0 KB, 130 views)

Screenshots

File Type: jpg newmembers_acp.jpg (118.9 KB, 0 views)
File Type: jpg newmembers_main.jpg (39.7 KB, 0 views)
File Type: jpg newmembers_menu.jpg (44.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-04-2011, 11:40 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed for testing on 4.04 with thanks ...

There appears to be a bug in showing noavatar and noprofile default pics

The default pics provided are indeed installe in our site's images/misc/ ...

The AdminCP settings for this mod just states as indicated with no path:

noavatar.gif

and

noprofilepic.gif

However, no pics show when mod executes ....

By the way, if a member has an avatar or profile pic, it shows fine ...

Regards,
Doug
Reply With Quote
  #3  
Old 05-04-2011, 12:03 PM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
Installed for testing on 4.04 with thanks ...

There appears to be a bug in showing noavatar and noprofile default pics

The default pics provided are indeed installe in our site's images/misc/ ...

The AdminCP settings for this mod just states as indicated with no path:

noavatar.gif

and

noprofilepic.gif

However, no pics show when mod executes ....

By the way, if a member has an avatar or profile pic, it shows fine ...

Regards,
Doug
Odd, I tested this on 4.1.3 and it works fine. Have a link? Or could you show me the HTML that is generated which is not showing the image.
Reply With Quote
  #4  
Old 05-04-2011, 12:18 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Eric View Post
Odd, I tested this on 4.1.3 and it works fine. Have a link? Or could you show me the HTML that is generated which is not showing the image.
Pic attached ...

Have checked everything again, so perhaps it's just simply incompatible with 4.0x series ..

Maybe modify to permit people to put in a path, with the default to your original pics? We use a default avatar now ...

Thanks ..

Regards,
Doug
Attached Images
File Type: jpg Screen shot 2011-05-04 at 9.16.03 AM.jpg (73.1 KB, 0 views)
Reply With Quote
  #5  
Old 05-04-2011, 11:00 PM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good, might be nice to add usergroup access permissions to limit access...
Reply With Quote
  #6  
Old 05-05-2011, 06:15 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Typo? lol
Quote:
Current Features:
Can submit to the following sites:
Reply With Quote
  #7  
Old 05-05-2011, 07:02 AM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
Pic attached ...

Have checked everything again, so perhaps it's just simply incompatible with 4.0x series ..

Maybe modify to permit people to put in a path, with the default to your original pics? We use a default avatar now ...

Thanks ..

Regards,
Doug
Hmm, will look into that

Quote:
Originally Posted by hugh_ View Post
Looks good, might be nice to add usergroup access permissions to limit access...
That's already built in. vB gives you the option of limiting access to the members list per usergroup, this mod uses those same permissions.

Quote:
Originally Posted by HMBeaty View Post
Typo? lol
Oops, lol. Fixed, ty
Reply With Quote
  #8  
Old 05-05-2011, 09:50 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Eric View Post
Hmm, will look into that
Thank you ... :up:

Regards,
Doug
Reply With Quote
  #9  
Old 05-05-2011, 06:32 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged!!!
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 03:53 PM.


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.05736 seconds
  • Memory Usage 2,322KB
  • 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
  • (2)bbcode_html
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (5)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete