Theresa Arzadon-Labajo

jsCookMenu in Joomla 1.5

Posted by Theresa Arzadon-Labajo (tarzadon) on Apr 21 2009
Tech Stuff >> Joomla

After installing the jsCookMenu module in Joomla 1.5, and then going to it in Module Manager, the error shows up:

JFolder::files: Path is not a folder

To fix this message, you will need to add "mod_jsCookMenu" to the paths in mod_jsCookMenu.xml.  Joomla 1.5 puts jsCookMenu under "modules/mod_jsCookMenu", whereas Joomla 1.0.X put it under "modules".

Also, next to the dropdown menu "Theme", the only thing that would show up is "Use Default". To fix this, you need edit mod_jsCookMenu.xml and change:

<param name="theme" type="filelist" directory="/modules/jsCookMenu" filter="^Theme" default="ThemeIE" hide_none="1"  label="Theme" description="The Theme for the menu" />

to:

<param name="theme" type="folderlist" directory="/modules/mod_jsCookMenu/jsCookMenu/"  filter="^Theme" default="ThemeIE" hide_none="1"  label="Theme" description="The Theme for the menu" />

Last changed: Apr 21 2009 at 9:59 AM

Back

Comments

j2.5 By Guest on Apr 01 2012 at 6:05 AM
Does it work for j2.5? I need it for http://www.freshjoomlatemplates.com

Add Comment