PDA

View Full Version : New User Mass Mover


Kier
04-10-2001, 10:00 PM
This little hack enables you to look for new registered users and quickly bulk-move them into a custom usergroup of your choosing.

http://kier.3dfrontier.com/vbhacks/moveusers.gif

Installation is as simple as it possible could be: just download the attachment to this post, unzip it and place it in your admin folder.

If you have a particular custom usergroup that you are likely to be using often, you will find a variable at the top of the script called $default_selected_usergroup_id which you can set to equal the usergroupid of the usergroup you want to be selected by default when you open the page.

Then open it with a web browser pointing at http://yoursite.com/forums/admin/moveusers.php. You could add a link to the main control panel navbar, but that's simple HTML so I won't go into any details here.

Enjoy :)

eva2000
04-11-2001, 02:33 AM
cool :D

something for 2.1 i suppose ?

tubedogg
04-11-2001, 03:50 AM
Awesome, as usual, Kier. :)

Someone the other day told me now that you've joined the dev team, I have to take your place making cool hacks. Good to know I have some more time before I have to learn that much PHP and MySQL. :eek: God knows I need it! ;)

n3n
04-11-2001, 03:56 AM
just amazing!!

Great hack!!
thanks :D

jojo85
04-11-2001, 10:11 AM
Your are a crazy man Kier :rolleyes:

CONGRATS

M. James
04-11-2001, 07:16 PM
Looks great, Kier, glad I suggested this!

Quick question. I followed your instructions and it worked, but when I played with the drop down menu, it didn't display any users. Will this only work for users who register after the hack was installed?

Kier
04-11-2001, 08:42 PM
It ~should~ display all users who registered at any time, before or after the hack was installed.

Bear in mind that the users it displays are only those in the 'Registered' usergroup.

M. James
04-13-2001, 05:39 PM
Originally posted by Kier

Bear in mind that the users it displays are only those in the 'Registered' usergroup.
Oh really? That won't help me then, all new users to my boards are put into the Users Awaiting Email Confirmation group. Is there a way to change this?

FQuist
04-21-2001, 05:08 PM
Find:

$users = $DB_site->query("SELECT userid,username,joindate FROM user WHERE usergroupid=2 $datecut ORDER BY userid DESC");

To change the group it displays, change the bolded number into the group you want to load the users from..

amykhar
11-05-2001, 06:47 PM
This one still works. in 2.2 :)

Amy