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.
Panel Order
Minisweeper
New
Panel Order
0
Comments
include(dirname(__FILE__) . '/settings_category_list.php');
Without dirname(__FILE__) my server declines access and other people's servers might do so as well.
The ReadMe.txt doesn't say anything about changing access of all listed extensions' default.php to 777, you could isnert that as well
Some "fwrite access check" would be nice, with some debug output which extensions' default.php lacks the rights your extension needs. Took me quite some time to set everything up...
Oh, and you should consider writing
unset$extensioncontents); $extensioncontents = '';
Or somethign similar because my strict PHP is popping warnings/notifications up everytime
chnages
---------------------- ----------------------
to
----------------------
if ( !@$Configuration['PfcHidePanelLink'] && isset($Panel) && $Context->Session->User->Permission('PERMISSION_USE_CHAT') ) {
$Panel->AddString('< h 1 >< a href="'.GetUrl(&$Configuration,1);
}
----------------------
http://vanillaforums.org/vanilla/discussion/10703/panel-order-with-vanilla-1110