The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
This query will set all of one user's blog posts to not visible (not a hard delete):
Code:
UPDATE `blog` SET `state` = "deleted" WHERE `username` = "USERNAME" AND `state` = "visible"; |
![]() |
|
|