Getting Plugin Loader 2 beta 11 to work

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
Catfish
Posts: 14
Joined: Mon Mar 09, 2009 6:55 am

Getting Plugin Loader 2 beta 11 to work

Post by Catfish » Fri Mar 13, 2009 4:26 pm

Hi I have triedto get plugins going and started with plugin loader 2 beta 11. The file i got was:
http://www.cmsimplewiki.com/lib/exe/fet ... beta11.zip from: http://www.cmsimplewiki.com/doku.php/pl ... uginloader

i followed the installation instructions as found at: http://www.cmsimplewiki.com/doku.php/pluginloader/start under the section "Installation"

I then edited variable plugins_folder to "plugins" (no double quotes) via CMSimple's settings config page and saved.

I guessed at this point maybe a new "plugins" toolbar would appear when logged into CMSimple admin mode. Didn't appear so I installed a gallery plugin: http://www.cmsimplewiki.com/doku.php/pl ... ersgallery as per instructions but still no plugins menu bar.


Have I done this right? Should I have this directory structure:

Code: Select all

CMSimpleRoot/
 -> plugins/
   -> pluginloader/
     -> css/
     -> language/
   -> gallery/
     -> config/
     -> css/
     etc. (rest of gallery plugin folders)
or should pluginloader/ be in CMSimple root?
PS: Using CMSimple 3.2

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Getting Plugin Loader 2 beta 11 to work

Post by Tata » Fri Mar 13, 2009 7:33 pm

Have you tried to switch Edit/Preview? Below this Link shall appear the Plugins dropdown list.

Catfish
Posts: 14
Joined: Mon Mar 09, 2009 6:55 am

Re: Getting Plugin Loader 2 beta 11 to work

Post by Catfish » Fri Mar 13, 2009 10:33 pm

Yes switching from edit to normal mode does not change anything.

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Getting Plugin Loader 2 beta 11 to work

Post by Tata » Sat Mar 14, 2009 6:47 am

1. The pluginloader is Beta - it may still have some bugs.
2. Try to zip/move all installed plugins out of the plugins directory and then install them back one after another - any change?
I just installed CMSimple3_2 with this plugin loader and everything works fine. There is a dropdown list with all installed plugins.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Catfish
Posts: 14
Joined: Mon Mar 09, 2009 6:55 am

Re: Getting Plugin Loader 2 beta 11 to work

Post by Catfish » Sat Mar 14, 2009 2:53 pm

I have found my problem

plugins/ folder on webhost was first:

Code: Select all

plugins/
   -> pluginloader/
       -> css/ (etc.)
       -> languages/ (etc.)
       -> index.php (index.php file from pluginloader ZIP package)
then I moved all contents of plugins/pluginloader/ up one level to plugins/. The index.php script complained it couldn't find pluginloader/languages/ so i moved css/ and languages/ from plugins/ to plugins/pluginloader and left index.php in plugins.

So the final directory structure is:

Code: Select all

plugins/
   -> pluginloader/
       -> css/ (etc.)
       -> languages/ (etc.)
   -> index.php (index.php file from pluginloader ZIP package)
which is working

I think I uploaded the index.php file into the incorrect position.

Post Reply