The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
ACP - Prune Users (search by email)?
Hi,
is there a way to delete many users at ones using the prune function but with searching after certain emails maybe any good mod for this? |
#2
|
||||
|
||||
Through your admincp, in the Maintenance area, select execute sql querry.
Use this: Code:
UPDATE vb_user SET usergroupid = 149 WHERE email LIKE '%@mail.ru%' You will change the usergroup number to a usergroup which you can use temporarily to store those members you want to delete. So, you could make a new usergroup like I did and call it To Be Deleted, or Bad Email Accounts, and place that usergroup number in the code above. Then change the @mail.ru to whatever email you want to move to that bad email usergroup. Once you have all your users in one usergroup, then you can prune those users under the user menu by usergroup. Hope that makes sense, and although not the easiest method, that's all I got |
#3
|
|||
|
|||
i know this way also ;P but it takes a bit more time ^^
that's why i searched for sollution.. this is one of the things that could be improved inside the acp.. |
#4
|
|||
|
|||
Post it in the suggestions forum on vB.com.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|