The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reset all Signatures
Can I Reset all Signatures of My Forum's members ?
Sorry for English, I'm Italian. |
#2
|
|||
|
|||
Can you reply?
|
#3
|
||||
|
||||
There is not a default vbulletin way to do it. I'm sure you can do it with a query, but I don't know the query for it. You might want to search over on vb.com for it.
|
#4
|
|||
|
|||
UPDATE
usertextfield LEFT JOIN user ON user.userid = usertextfield.userid SET signature = '' Bye |
#5
|
||||
|
||||
I'm not sure you need to do any sort of join when you want to just set them all to ''.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|