Page 1 of 1

how ot restrict navigation not to be expanded...???

Posted: Wed Apr 16, 2008 4:40 pm
by aliftek
hello...
how to restrict navigation not to be expanded...???
the default menu, comes with CMS, is expanded, if it has child pages; but i want that i must not expand even that is opened or any other page...
menu must be expanded to only one level....

waiting for positive reply...

Re: how ot restrict navigation not to be expanded...???

Posted: Wed Apr 16, 2008 4:52 pm
by Nullig
From the Menu Manager help - just add:

number_of_levels="1"

to your menu tag.

Nullig

Re: how ot restrict navigation not to be expanded...???

Posted: Wed Apr 16, 2008 5:00 pm
by aliftek
i have alredy done so....i works;
but when that page is opened that has sub pages or child pages; then the sub pages r shown below it; i want these not to be shown.

Re: how ot restrict navigation not to be expanded...???

Posted: Wed Apr 16, 2008 5:03 pm
by Nullig
Add:

collapse="1"

Nullig

Re: how ot restrict navigation not to be expanded...???

Posted: Wed Apr 16, 2008 5:09 pm
by aliftek
thanks for very much...
it worked for me.