Eric
07-29-2010, 10:00 PM
NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed.
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 (https://vborg.vbsupport.ru/showthread.php?t=122676), 3.5 version can be found here (https://vborg.vbsupport.ru/showthread.php?p=1046366), 3.6 version here (https://vborg.vbsupport.ru/showthread.php?t=149521).
Current Version
2.0.0
Current Features:
Can submit to the following sites:
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 ??
Unless otherwise stated, this will work on all 3.8.x versions, this hasn't been tested on 3.7.
Sounds cool. How do I install?
Import the product, product-newmemberspage.xml
Upload images found in images/misc to your forum's images/misc folder.
Upload newmembers.php to your forum root.
You need somewhere to link the newmembers page. Put it anywhere you want, here's an example:
Template navbar
Find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
After add:
<td class="vbmenu_control"><a href="newmembers.php$session[sessionurl_q]">$vbphrase[newmembers]</a></td>
Set options in AdminCP > vBulletin Options > New Members Page
That's it! Enjoy! :)
Changelog
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
If you use this hack, please "Mark as Installed", and also consider maybe.. "Support Developer" ;) Thank you :)
NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed.
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 (https://vborg.vbsupport.ru/showthread.php?t=122676), 3.5 version can be found here (https://vborg.vbsupport.ru/showthread.php?p=1046366), 3.6 version here (https://vborg.vbsupport.ru/showthread.php?t=149521).
Current Version
2.0.0
Current Features:
Can submit to the following sites:
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 ??
Unless otherwise stated, this will work on all 3.8.x versions, this hasn't been tested on 3.7.
Sounds cool. How do I install?
Import the product, product-newmemberspage.xml
Upload images found in images/misc to your forum's images/misc folder.
Upload newmembers.php to your forum root.
You need somewhere to link the newmembers page. Put it anywhere you want, here's an example:
Template navbar
Find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
After add:
<td class="vbmenu_control"><a href="newmembers.php$session[sessionurl_q]">$vbphrase[newmembers]</a></td>
Set options in AdminCP > vBulletin Options > New Members Page
That's it! Enjoy! :)
Changelog
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
If you use this hack, please "Mark as Installed", and also consider maybe.. "Support Developer" ;) Thank you :)
NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed.