Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Welcome list of New Users

Quote Reply
Welcome list of New Users
Hi,
Has anybody done a mod to have a list of the latest users for the main page, i.e.

"Welcome to user23, user24, user25 that have just joined the forum..."

John
Significant Media
Quote Reply
Re: [Jag] Welcome list of New Users In reply to
Jason posted something like this a while back.

Please welcome our 5 most recent members:
<%GForum::Stats::new_users(5)%>
<%loop new_users%>
<a href="gforum.cgi?username=<%escapeURL user_username%>;<%hidden_query%>"> <%user_username%></a>
<%unless last%>,
<%endunless%>
<%endloop%>

It's what I use here (page bottom):
http://www.armyairforces.com/forums/gforum.cgi
Quote Reply
Re: [ArmyAirForces] Welcome list of New Users In reply to
I wanted something like that too.

works great thanks a million!
Quote Reply
Re: [ArmyAirForces] Welcome list of New Users In reply to
Thanks a lot, just what I was looking for...

Smile

John
Significant Media