Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Last user name on home page..

Quote Reply
Last user name on home page..
Hi

Is there a global that will display the latest user(s) that have joined?


BTW: IAN that will be a nice add on to the users monitor.. I think
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory

Last edited by:

katabd: Jul 7, 2002, 10:57 AM
Quote Reply
Re: [katabd] Last user name on home page.. In reply to
The User table doesn't use an autoincrement field, which is the best and easiest way.

Probably the best way would be to modify the validate script, so that when a user validates, the date/time is added to the Users table. You could then select from the users table the number of users you wanted to display:

select Username from Users order by join_date desc Limit 5

or something similar.

I had done this so that I inserted a join_date, and some other information, and it worked well.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] Last user name on home page.. In reply to
Thanks Robert

I will do that..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory