First work out what member group id`s need moving (you can get this from the url)

Then visit either phpmyadmin or your boards sql toolbox to run this query...

Its always worth taking a backup first!

Code: 
UPDATE ibf_members SET mgroup = x WHERE mgroup = y

x = The new group to move them to

y = The old group to move them from


Lease Reviewed by Lease on . [TUT]Mass Moving Users Via A Query First work out what member group id`s need moving (you can get this from the url) Then visit either phpmyadmin or your boards sql toolbox to run this query... Its always worth taking a backup first! UPDATE ibf_members SET mgroup = x WHERE mgroup = y x = The new group to move them to Rating: 5