The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I want to delete all member signatures...
I've set some new rules for signatures (length). Of course no one is paying attention, lol. I'd like to (via query) delete all member's signatures. Help?
|
#2
|
||||
|
||||
For vB3?
[sql] UPDATE usertextfield SET signature = '' [/sql] |
#3
|
||||
|
||||
For vB2 (at least 2.2.9, but should be the same for other versions too)
[sql] UPDATE user SET signature = ''; [/sql] |
#4
|
||||
|
||||
My bad, yes for vB3. Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|