The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I would like to be able to delete a users ignore list. If that cant be done Ill settle for deleting everyones ignore list. I ran an SQL query for ignore, but I didnt click restart since Im not sure what it will do. Will this do it or is there another way to do this?
|
#2
|
|||
|
|||
![]()
For userid X you would want to do these two updates:
Code:
UPDATE usertextfield set ignorelist = NULL WHERE userid=X DELETE FROM userlist WHERE userid=X AND type='ignore' |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|