The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Query to remove signatures that have links in them for vb4
I just used this to batch remove signatures that have links in them. 95% of them were spam accounts anyway:
Code:
UPDATE usertextfield SET signature=NULL WHERE signature LIKE '%url%'; This will probably work for vb3 as well, but I haven't tested it. |
Благодарность от: | ||
puertoblack2003 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|