Log in

View Full Version : More Newest members ?


majorj0nny
02-22-2007, 08:14 PM
How do I list not just the Newest member but say 5 of the newest members on our forum stats (forumhome) in 3.6.4 ?



In forumhome I foudn the following :



<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>



I assume this is something to do with it?



if I edit that phrase I see :



Welcome to our newest member, <a href="{1}" rel="nofollow">{2}</a>



am I on the right track here ? or should I need to create a new phrase to list the top 5 new members ?

any of you geniuses spare 2 seconds ? .... anyone ?

majorj0nny
02-27-2007, 06:49 PM
================================

STILL NOTHING ?

thanks guys.

Princeton
02-27-2007, 06:56 PM
you can't do this in a default vbulletin installation ... you need a custom modification

majorj0nny
03-12-2007, 08:42 PM
you can't do this in a default vbulletin installation ... you need a custom modification


... thats what Im here for ? some boffin to spring up with some clever ideas... Surely someones found need to do this type of thing before?

Injektilo
06-12-2007, 11:29 AM
i need this too, can someone help?

Dismounted
06-13-2007, 09:42 AM
You would either have to:
1. Modify the SQL query to fetch five users.
2. Add an extra query to fetch more users.