Page 1 of 1
Menu problem
Posted: Fri Oct 06, 2006 9:11 am
by pralay
I want to change the menu appearance.
In one default template I saw the line
{cms_module module='phplayers'}
Now the default menu comes vertical and with the appearance which does not matches with my site.
So I need to make the menu horizontal and also change the menu template.
Please help me to do it.
I am rather new to this.
Please.......

Re: Menu problem
Posted: Fri Oct 06, 2006 9:19 am
by tsw
Take look at the default templates, there are examples for horizontal and vertical menus.
and all menus are just ul li lists which you can style to be vertical horizontal or round just as you want with css.
hope this helps
Re: Menu problem
Posted: Fri Oct 06, 2006 9:33 am
by pralay
Thanks for your help.
but the default template contains the following:
............
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
CMS Made Simple Default Site - {title}
{stylesheet}
{cms_module module='phplayers'}
{title} {print showbutton="true"}
{breadcrumbs}
{content}
Powered by CMS Made Simple {cms_version}
Think you've found a bug? Report it.
.....
among which to edit?
Please pardon my ignorance.
Re: Menu problem
Posted: Fri Oct 06, 2006 9:34 am
by tsw
hmm, what version you are using?
Re: Menu problem
Posted: Fri Oct 06, 2006 9:41 am
by pralay
version-1.0.2
Re: Menu problem
Posted: Fri Oct 06, 2006 9:45 am
by tsw
that template is old. (not sure how old but old)
is this a clean install or upgrade?
I suggest you create a clean install somewhere and install sample content when prompted in installer and take a look at layout->templates
Re: Menu problem
Posted: Fri Oct 06, 2006 9:54 am
by pralay
Ok. Thanks for your suggestion.
I'll try that.