Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
'safe' settings page
fysicsluvr
New
there should be a 'safe' settings page that doesn't show up as a tab, and is just like the normal settings page, but doesn't reference any extensions. so when an extension completely and unexpectedly blows up your forum, you can disable it with out having to delete its default.php, and then replace it with a blank one to get rid of the errors on the extensions settings page (and then uncheck its box and delete the blank default.php)
kind of like 'safe mode' in windows.
0
This discussion has been closed.
Comments
// INCLUDE EXTENSIONS include($Configuration['APPLICATION_PATH'].'conf/extensions.php');
in /appg/init_vanilla.php.This is if the settings page is a total mess (well you're talking about a BIG mess here), but I think that you can often untick extensions one by one in case of 'normal' mess.
Now this can't be done as an extension since it must act before the extension include statement. In French: "the snake bites its tail".
If it's a request, it's a core request to me.