// Plugin Settings
$i = 3;
// Plugins are the links in the navigation part of the Header. Plugins built-in by default include Search, FAQ, Member List, Today's Posts, Stats and Board Rules.
// To add extra plugins (links of your own), just edit the code between Start Plugin Code and End Plugin Code. If you with to add more than one, simply copy that block, paste it and add the second one.
// Start Plugin code
$plugname[$i] = 'Maniacal Ravings'; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[$i] = 'https://www.daveschultz.com'; // This is the location, link, or URL to the plugin
$plugadmin[$i] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone
$plugimg[$i] = 'https://www.daveschultz.com/forum/images/demiZeJeans/top_bbrules.gif'; // This is the path (full URL) to the image to show in front of the text.
$i++;
// End plugin code.
// Start Plugin code for plugin #2
$plugname[$i] = 'Big Kahuna Hosting'; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[$i] = 'https://www.bigkahunahosting.com'; // This is the location, link, or URL to the plugin
$plugadmin[$i] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone
$plugimg[$i] = 'https://www.daveschultz.com/forum/images/demiZeJeans/top_bbrules.gif'; // This is the path (full URL) to the image to show in front of the text.
$i++;
// End plugin code for plugin #2
// Start Plugin code for plugin #3
$plugname[$i] = 'Old Hippies Ads'; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[$i] = 'https://www.oldhippiesads.com/'; // This is the location, link, or URL to the plugin
$plugadmin[$i] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone
$plugimg[$i] = 'https://www.daveschultz.com/forum/images/demiZeJeans/top_bbrules.gif'; // This is the path (full URL) to the image to show in front of the text.
$i++;
// End plugin code for plugin #3
// To make multiple plugins, copy and paste this plugin-code, so you have multiple entries. |