RonnyK,
thanks for the answer. The problem at my side is solved.
I did not know about that as the CMSMS installation was not made by me, I had to take it from an "ancestor" ... ;=)
Upgrade to 1.9.1 - {site_mapper} show hidden menu
Re: Upgrade to 1.9.1 - {site_mapper} show hidden menu
What would be nice at least is to have the optional attribute "class" which was part of the old {sitemap} tag.
This allowed you to set a class to the generated HTML, so you had some control over it from a style point of view at least.
Will we be seeing this added at some point, perhaps? At the moment, you cannot do this.
Code: Select all
{sitemap class="myClass"}
Code: Select all
{site_mapper class="myClass"}
Re: Upgrade to 1.9.1 - {site_mapper} show hidden menu
I guess there are allready two ways to handle this?
1) Use a div arround your {site_mapper} call with whatever class you want
or 2) Use the {menu template='...'} call and create a new menutemplate with whatever class you like on every place you want.
1) Use a div arround your {site_mapper} call with whatever class you want
or 2) Use the {menu template='...'} call and create a new menutemplate with whatever class you like on every place you want.
Re: Upgrade to 1.9.1 - {site_mapper} show hidden menu
hi, i have a problem with {site_mapper}. it just displays menu items. I have 2 areas on my site, a top nav and a side nav. the side nav is controlled by the menu as this is the dynamic area.
the top nav is just static so i create these pages but dont tick the 'show in menu'. they are linked by a hard coded link in the template.
how do i show these from the top nav without showing all hidden pages?
i have some hidden pages that i use for PPC and email landing pages that I dont want to show in the sitemap.
any help?
i am assuming i would need to do something for the top nav.
http://www.probikemct.co.uk is the site.
the top nav is just static so i create these pages but dont tick the 'show in menu'. they are linked by a hard coded link in the template.
how do i show these from the top nav without showing all hidden pages?
i have some hidden pages that i use for PPC and email landing pages that I dont want to show in the sitemap.
any help?
i am assuming i would need to do something for the top nav.
http://www.probikemct.co.uk is the site.