The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
This query will set all users threads as not visible. In otherwords, not a hard delete:
Code:
UPDATE `thread` SET `visible` = "2" WHERE `postusername` = "USERNAME" AND `visible` = "1" |
![]() |
|
|