The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need a MOD to mass delete users with 0 posts
Need a MOD to mass delete users with 0 posts to make my life easier!
TIA Eric |
#2
|
||||
|
||||
You dont need a MOD goto adminCP > users > prune/move users ... search and delete them.
. |
#3
|
||||
|
||||
Thank You!
|
#4
|
|||
|
|||
Unfortunatelly if I have thousand of users (spammers) it will not delete, will say invalid action .... :-(
So I need to delete now manually, in a way ... |
#5
|
|||
|
|||
What group are they in?
|
#6
|
|||
|
|||
around 2000 (already deleted) was in Awaiting autorization, the rest are - Users Awaiting Email Confirmation.
--------------- Added [DATE]1256840162[/DATE] at [TIME]1256840162[/TIME] --------------- Strange if I delete around 10-20 is OK, but if I delete all from the page (I think 100) then not delete. --------------- Added [DATE]1256840274[/DATE] at [TIME]1256840274[/TIME] --------------- Users Awaiting Email Confirmation 5,655 (of course all spam) - now I found how to stop, but this was there and I need to delete. |
#7
|
|||
|
|||
Hmm. SQL query?
Code:
DELETE * FROM user WHERE posts = 0 |
#8
|
|||
|
|||
Is this safe ?
I mean no other table are connected? |
#9
|
|||
|
|||
Do not delete manually as James stated, as that wouldn't remove all info.
Create a new usergroup called spammers, move all the users awaiting into that group, then mass delete thru that group, i believe user awaiting falls into the protected groups when using that tool. |
#10
|
|||
|
|||
I have done that but I cannot move to that Spammers group. If I select 20 I can, if I select more I get error and not move.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|