The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can i drop all signatures?
I'm running 2.30 and curious how I can drop all signatures and avatars. moving to subscription based and want these to start all over.
thanks! |
#2
|
|||
|
|||
I prefer to do command line. I know how to log into mysql etc.
thanks! |
#3
|
||||
|
||||
UPDATE $table SET '' WHERE $column;
$table = Table sigs are in $column = Sig column name |
#4
|
||||
|
||||
[sql]UPDATE user SET avatarid=0,customavatar=0,signature=''[/sql]
|
#5
|
||||
|
||||
Definatly use his ^^^^^^^^
He is a god at this stuff. |
#6
|
|||
|
|||
Thanks, i'll give that a try. I just had to restore my database and it took a few hours. 900MB worth
|
#7
|
|||
|
|||
I get an error message:
ERROR 1054: Unknown column 'customavatar' in 'field list' |
#8
|
||||
|
||||
It's because it should only be:
[sql]UPDATE user SET signature='', avatar='0'[/sql] |
#9
|
||||
|
||||
oops, yes but it's not just one query:
[sql]UPDATE user SET avatarid=0, signature='' DELETE FROM customavatar[/sql] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|