Log in

View Full Version : remove links from vbulletin optitions?


Swindont
10-23-2005, 03:29 PM
in the title :)

...
remove links from vbulletin optitions?

help anyone? :(

help anyone?

help!

peterska2
10-23-2005, 09:25 PM
Which vB version?

Current or old links?

Swindont
10-24-2005, 05:21 PM
new one

peterska2
10-24-2005, 10:28 PM
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!

DELETE FROM `settinggroup` WHERE 1 AND `volatile` = 0;

Swindont
10-25-2005, 07:34 PM
which links will it remove?

peterska2
10-25-2005, 08:13 PM
anything from versions prior to 3.5

oglsmm
10-26-2005, 11:26 AM
That didn't work for me ; ;

peterska2
10-26-2005, 12:40 PM
You need to be running 3.5.0 for it to work.

oglsmm
10-26-2005, 05:09 PM
I am. I got it removed by enableing debug mode, removing the option, then turning debug off again.

Paul M
10-26-2005, 05:43 PM
DELETE FROM `settinggroup` WHERE 1 AND `volatile` = 0;
WHERE 1 ?

Someone's been using phpmyadmin ;)

You can shorten that to just ;
DELETE FROM settinggroup WHERE volatile = 0

It does raise another question - what exactly is the purpose of the 'volatile' setting, I've never really grasped that.

peterska2
10-26-2005, 07:44 PM
@ Paul - Smarty Pants! Every time I wrote it that way it died on me!

outlaw621
11-02-2005, 02:54 AM
Thanks Paul M. Removed some left over ACP entries from previous hacks before I made the change to 3.5.1