The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
there has been a few times when i accidently deleted users that were spamming before i pruned their posts..
so all their posts are as guests... is there a way i can prune only guest posts? |
|
#2
|
||||
|
||||
|
[sql]DELETE FROM post WHERE userid=0[/sql]
this will remove ALL guest posts |
|
#3
|
|||
|
|||
|
how can threads by guest be moved into a forum (IE Trash can)
|
|
#4
|
||||
|
||||
|
[SQL]UPDATE thread SET forumid=x WHERE postuserid=0[/sql]
replace the x
|
![]() |
|
|