The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I need to delete every users signature and have them start again. How would I do this? Do i need to go straight into the database? if so, exactly where and what line do i "empty" this info?
|
|
#2
|
||||
|
||||
|
[sql]update vb3_usertextfield set signature=''[/sql]
Change vb3_ to your own tables prefix ![]() - Zero Tolerance |
|
#3
|
||||
|
||||
|
thanks! perfect!
|
![]() |
|
|