Gossamer Forum
Home : Products : Gossamer Links : Discussions :

list all users in admin

Quote Reply
list all users in admin
Is there any way to display a full ist of users in admin?

I have added a field in the registration area where registered members can opt out of receiving e-mails. In admin, selecting Email / All Users only lists those that have opted to receive e-mails and not the total number of registered members.
Quote Reply
Re: [MJB] list all users in admin In reply to
Hi,

Give this a go =)

It will list ALL users in your database, regardless of their preferences.

There are 2 options;

FormatOutput - This is a list of the fields you want to print, for example: Name::Email::Birthday::OtherField
Delimiter - This is the delimiter format you want the output to be given in. Example of it running on our site;

Code:
admin andy@ultranerds.com
test andy@ultranerds.com
test2 andy2@ultranerds.com
test3 andy3@ultranerds.com

\t = tab delimiter (default)

Enjoy <G>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] list all users in admin In reply to
Thanks Andy, just what I was looking for.

Sorry for being dummy but I can't get it to list like your example, there's no line breaks and I'm not familiar with delimiters. Crazy
Quote Reply
Re: [MJB] list all users in admin In reply to
No problem =)

You need to view the source, to see it in its real beauty Cool

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!