User list in admin panel [message #16369] |
Tue, 27 January 2004 13:42 |
math_adm
Messages: 126 Registered: September 2003 Location: France
Karma: 0
|
Senior Member |
|
|
Hi
I was hunting stupid login names in my forum (users that login with "toto" and such) so I typed "*" in the user manager of the admin panel. But it does not list all users ! Only the 50 first ones !
To get at the others, I must "return to forum" and click "members", then find the logins I want to change, then return to admin panel and user manager, then type the user name...
That's too long !
Could you add a simple "next page/previous page" navigation at the end of the match list in the user manager ?
Or maybe an option to dump all the user names to a txt file ? Or selectable user info fields compiled into a comma-separated text file I can easily import in any spreadsheet program ?
|
|
|
Re: User list in admin panel [message #16371 is a reply to message #16369] |
Tue, 27 January 2004 17:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Just execute an SQL query if you need that information.
If you need to search by make just enter [mask]*, which would find all usernames who's name start with [mask].
FUDforum Core Developer
|
|
|
|
Re: Re : Re: User list in admin panel [message #16399 is a reply to message #16396] |
Wed, 28 January 2004 15:06 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
To execute this query and get the data with PHP is exactly 5 lines of code. I really don't see a need to fetch all users via the forum. You already have a memberlist that does it and admin control panel which can search through users.
FUDforum Core Developer
|
|
|