PDA

View Full Version : [RELEASE vB2.0] New User Mass Mover



Kier
Wed 11th Apr '01, 12:31am
This little hack enables you to look for new registered users and quickly bulk-move them into a custom usergroup of your choosing.



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 :)

tubedogg
Wed 11th Apr '01, 1:50am
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
Wed 11th Apr '01, 1:56am
just amazing!!

Great hack!!
thanks :D

jojo85
Wed 11th Apr '01, 8:11am
Your are a crazy man Kier :rolleyes:

CONGRATS

mjames
Wed 11th Apr '01, 5:16pm
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
Wed 11th Apr '01, 6:42pm
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.

mjames
Fri 13th Apr '01, 3:39pm
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
Sat 21st Apr '01, 3:08pm
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..