Page 1 of 1

CSS menu problem

Posted: Thu Sep 14, 2006 3:39 am
by GLau
Hello

I am trying to make a very basic menu, using css menu build in CMS made simple 1.0.1

for ex :  Home
            Item1
            Item2
            Item3

for some reasons when i create these pages and add in the garbarit {cms_module module='menumanager' template='cssmenu.tpl'} 
it show me in my menu :
1: Home
2: Item1
3: Item2
4: Item3

i would like to remove the number in front of each items..like above.
Tried to edit cssmenu.tpl but i m a noob in programmation.. =)

anyone can help me ?

Re: CSS menu problem

Posted: Thu Sep 14, 2006 5:25 am
by Muzzy
GLau wrote: i would like to remove the number in front of each items..
Hi GLau.

Have you attached the stylesheet "Tools" to your template.
I believe this stylesheet takes care of the issue. Go to your template, click on the css icon to the right and then choose the Tools stylesheet from the drop-down box and attach it.

Hope this helps.
Bless you.
Mike.

Re: CSS menu problem

Posted: Fri Sep 15, 2006 12:45 pm
by GLau
here is the solution thanks to "Russ":


"Have a look in the Menu Manager Templates in Modules. I'm not sure which one you are using, but it is usually the
Code:
{$node->hierarchy}:
That display the numbers, so carefully remove it and save the template. (You may want to save it with a different name or make a backup first.)"