The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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?
|
#2
|
|||
|
|||
![]()
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. |
#3
|
|||
|
|||
![]()
Marco,
Thank you. That worked like a charm. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|