/* ANSI */ /** * May 2011, modified by pbbm for use in CMSimple LE * - removed page_data stuff, removed debug mode and saved in ANSI * It might or it might not work with XH_Plugins that doesnt load * under the classic plugin loader * * Created after discussion at CMSimpleforum.com with: * Martin, mvwd, Till, johnjdoe, Holger and Gert in May 2009. * * @author Developer-Team at CMSimpleforum.com * @link http://www.cmsimpleforum.com * @version 2.1.11 * @package pluginloader * */ Installation: ============= 1. Edit config (config.php). Set pluging folder (as used in 2.) $cf['plugins']['folder']="plugins"; 2. Create a plugin folder (if you don't have one already). Name it e.g. 'plugins'. 3. File/Folder structure should look like this now: ./2lang/ ./cmsimple/ ./content/ ./downloads/ ./images/ ./plugins ./templates/ ./2lang/ ./index.php (CMSimple) 4. Copy Plugin Loader to the "plugins" folder. File/Folder structure should look like this now: ./plugins/index.php (<-- Plugin Loader - main file "index.php") ./plugins/pluginloader/ (<-- Plugin Loader - other files, e.g. language, CSS)