menu links

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Dummas
New Member
New Member
Posts: 3
Joined: Wed Jul 16, 2008 1:09 pm

menu links

Post by Dummas »

Hi foks,
Does anybody know where cmsms generates its menu links from menu manager?
I need to change default link http://host/some-content to http://host/view/some-content
Thank you very much ;)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: menu links

Post by Dr.CSS »

By default most menus are ul li and the menu manager looks thru the content/page structure you set up in Content » Pages and spits them out according to how you structure them...

So if you want 1host/2view/3some-content...

Assuming 1 is root/home page, 2 is next page under it, 3 is next page under 2...

1.home
1.2view
1.2.1some-content
Pierre M.

Re: menu links

Post by Pierre M. »

Or install in a folder named 'view' ?

Pierre M.
Post Reply

Return to “Developers Discussion”