SiteMenu on /SiteMap.aspx

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/8/2010 5:08:14 AM
Gravatar
Total Posts 7

SiteMenu on /SiteMap.aspx

Hi,

I have problem with SiteMenu on SiteMap page. 

On my other sites made on earlier versions of mojoPortal when I go to my SiteMap page I always saw my SiteMenu.

Now I make site on mojoportal in version 2.3.4.4. I choose mitchinson-earthy skin. http://catering24.ic.pl/

When I display SiteMap.aspx my SiteMenu disappears http://catering24.ic.pl/SiteMap.aspx

Is there any way to make my SiteMenu visible on SiteMap page?

Please help. Thanks

Marcin

7/8/2010 6:27:12 AM
Gravatar
Total Posts 18439

Re: SiteMenu on /SiteMap.aspx

Hi,

You can enable the menus on sitemap by adding this to your user.config

<add key="HideMenusOnSiteMap" value="false" />
<add key="HidePageMenusOnSiteMap" value="false" />

Hope it helps,

Joe

7/8/2010 6:43:42 AM
Gravatar
Total Posts 7

Re: SiteMenu on /SiteMap.aspx

Hi, Thanks for quick reply

Sorry, I haven't mentioned that I already put that two lines in my /user.config.sample yesterday, but it didn't change anything.

I notice that if you display SiteMap on mojoPortal home page http://www.mojoportal.com/SiteMap.aspx SiteMenu also disappears :)

Any other idea ? :)

Thanks

Marcin

7/8/2010 6:50:45 AM
Gravatar
Total Posts 18439

Re: SiteMenu on /SiteMap.aspx

You need to touch Web.config to make it reload settings, it will not detect changes to user.config

you cannnot use user.config.sample, you need to rename that to user.config in order to use it and then if you do that you also need to move your connection string into user.config because settings there override settings from Web.config

I do not have those settings on mojoportal.com because I don't want the menu to show on site map, it is redundant.

Hope it helps,

Joe

7/8/2010 7:00:47 AM
Gravatar
Total Posts 7

Re: SiteMenu on /SiteMap.aspx

Yes now It's working :)

Thanks

Marcin

You must sign in to post in the forums. This thread is closed to new posts.