The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
As always, make sure to back up your database before running queries!
For attachments: Try running this query: Code:
UPDATE post SET attach = 0; If both types of the following images are stored in the database, try these 2 queries... For avatars: Try running this query: Code:
DELETE FROM customavatar USING customavatar LEFT JOIN user ON user.userid = customavatar.userid Try running this query: Code:
DELETE FROM customprofilepic USING customprofilepic LEFT JOIN user ON user.userid = customprofilepic.userid |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|