Page 1 of 1

CSSMenu

Posted: Fri Sep 29, 2006 1:35 pm
by outdoorxtreme1
I have CSSMenu installed and I am using {cms_module module='cssmenu'} in my template but my menu is not showing up. Can somebody please help me.

Re: CSSMenu

Posted: Fri Sep 29, 2006 1:47 pm
by Dr.CSS
cssmenu is not a module, menumanager is the module, cssmenu is a template of that module...

The tag would be... {cms_module module='menumanager' template='cssmenu.tpl'} note the .tpl , it is only used for default menu templates, ones you customize are just the name of it eg,.  template='mynewtemplate'}

Go to Extensions » Modules and, in new version the name of the module does the same thing, on the right you see the word Help click that to get the Help for MenuManager....

How do I use it?

Just insert the tag into your template/page like: {cms_module module='menumanager'}. The parameters that it can accept are listed below.

Re: CSSMenu

Posted: Fri Sep 29, 2006 2:11 pm
by outdoorxtreme1
I tried what you said to do and still nothing displays for the menu. Any other suggestions? The menu worked using {cms_module module='cssmenu'} before I moved from a hosted server to my own server. I don't know if it is because of a newer version of cms or what.

Re: CSSMenu

Posted: Fri Sep 29, 2006 2:20 pm
by Dr.CSS
which Ver. of CMSMS are you using?

Re: CSSMenu

Posted: Fri Sep 29, 2006 2:28 pm
by outdoorxtreme1
I am using the newest version.

Re: CSSMenu

Posted: Fri Sep 29, 2006 2:31 pm
by Dr.CSS
Did you check the help... new tag for menu is  {menu template="cssmenu.tpl"}

Re: CSSMenu

Posted: Fri Sep 29, 2006 2:34 pm
by outdoorxtreme1
I think something else is wrong. I used {menu template="cssmenu.tpl"} and still nothing

Re: CSSMenu

Posted: Fri Sep 29, 2006 3:52 pm
by Dr.CSS
Have you checked your config.php for any incorrect paths since you moved?

Re: CSSMenu

Posted: Fri Sep 29, 2006 6:08 pm
by outdoorxtreme1
The version I was using this on was .13 It is now working for 1.0.2 Does anyone know why?