The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
remove links from vbulletin optitions?
in the title
... remove links from vbulletin optitions? help anyone? help anyone? help! |
#2
|
|||
|
|||
Which vB version?
Current or old links? |
#3
|
|||
|
|||
new one
|
#4
|
|||
|
|||
ok, run this query and it will get rid of them. It does work, I've just ran it on mine. BACKUP FIRST - JUST IN CASE!
[sql]DELETE FROM `settinggroup` WHERE 1 AND `volatile` = 0;[/sql] |
#5
|
|||
|
|||
which links will it remove?
|
#6
|
|||
|
|||
anything from versions prior to 3.5
|
#7
|
||||
|
||||
That didn't work for me ; ;
|
#8
|
|||
|
|||
You need to be running 3.5.0 for it to work.
|
#9
|
||||
|
||||
I am. I got it removed by enableing debug mode, removing the option, then turning debug off again.
|
#10
|
||||
|
||||
Quote:
Someone's been using phpmyadmin You can shorten that to just ; [sql]DELETE FROM settinggroup WHERE volatile = 0[/sql] It does raise another question - what exactly is the purpose of the 'volatile' setting, I've never really grasped that. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|