PDA

View Full Version : Reset all Signatures


Valerio80
11-28-2008, 08:49 AM
Can I Reset all Signatures of My Forum's members ?

Sorry for English, I'm Italian.

Valerio80
11-29-2008, 12:54 PM
Can you reply?

Lynne
11-29-2008, 03:06 PM
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.

Valerio80
11-29-2008, 03:42 PM
UPDATE
usertextfield
LEFT JOIN
user
ON
user.userid = usertextfield.userid
SET
signature = ''

Bye

Lynne
11-29-2008, 04:07 PM
I'm not sure you need to do any sort of join when you want to just set them all to ''.