The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User / Post admin screen mod
I am looking for a mod to be able to find users and then check all / select unselect boxes next to the search users screen and Delete or (operations on the selected only)
Same for posts... Scenario: Do a search on a field from user account: (anyone withe SEO in their title for example) or a link in their signature. (http) for example Or another search criteria is all users from XXX.XXX.XXX.XXX ip The be able to select All/ unselect some if they are exceptions and then delete users with (2 options) delete while removing all their posts. Or delete and make their posts appear as unregistered users. The same would apply for posts (if possible) Thanks |
#2
|
|||
|
|||
As a work-around, some of that can be done by using a db query to find the users and change the usergroupid field to a temporary user group. Then use Prune / Move Users to delete them.
|
#3
|
||||
|
||||
There's a good multi select dropdown php code here http://www.phpro.org/tutorials/Dropd...d-MySQL.html#4 that coupled with Kevin's suggestion and a couple of radio buttons for delete users post then delete user or just delete user (all posts go as guest then) could work
Or collect the users in an array then explode the results back in to a query to delete then from the database. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|