![]() |
Need to purge all signatures - help with query
I just updated my site to VB and need to purge all the existing signatures from every user account in a specific user group. Any suggestions on the query I should use?
|
Not tested but something like the following:
[sql]UPDATE usertextfield AS utf, user AS u SET utf.signature = NULL WHERE utf.userid=u.userid AND u.usergroupid = 6;[/sql] Replace 6 by the usergroup. Test first on a testboard and make a backup before running manual SQL commands on your production database. |
Marco,
Thank you. That worked like a charm. |
All times are GMT. The time now is 04:56 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|