Help - Search - Members - Calendar
Full Version: How do I remove this?
Invision Power Services > Community Forums > Community General Chat
Aaron
I had some old mods installed when i had IPB 2.0.4 and now I have upgraded to 2.1 and under the tools and settings tab there are some options left over from 2.0.4 mods and when I click I get this message:

QUOTE
Invision Power Board Message
Cannot remove this setting group as it still contains active settings


I was wondering if anyone knows how to remove old mod settings? blink.gif

Thanks,
Aaron original.gif
Santa Garcia
Yes I am wondering the same thing original.gif.
CheetahShrk
Well since the mod probably protected it's settings, your gonna have to go into phpmyadmin or w/e mysql management tool you have, go into conf_settings_titles, look for the settings name, remember its id number, delete it, then go into conf_settings and deleting the settings with the name conf setting group number, then recache the settings if theres a cache for it.
.Logan
It's very easy original.gif

Go into the View All General Settings page, hover your mouse over the group to remove, and look for this part of the URL:

QUOTE
...&code=setting_view&conf_group=XX

The number there in the red is our critical piece of data. Use that to run the following queries in your SQL Toolbox:

SQL
DELETE FROM ibf_conf_settings WHERE conf_group = XX


SQL
DELETE FROM ibf_conf_settings_titles WHERE conf_title_id = XX

Replace the XX in those queries with the number from above.

Next, it would be a good idea to update your settings cache by going into ACP -> Maintenance -> Cache Control, then click the update button on the settings cache row. Hope this helps. thumbsup.gif

Credit: FuSoYa original.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.