Menu on site map

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/16/2010 8:02:51 AM
Gravatar
Total Posts 55

Menu on site map

Hi!

It seems to me that SiteMenu's atribute HideMenuOnSiteMap does not work. Even if I explicitely set it to false in layout.Master, SiteMenu is not displayed on SiteMap.aspx.

Markup is:

<portal:SiteMenu id="SiteMenu1" runat="server" Direction="Horizontal" TopLevelOnly="true" UseTreeView="false" HideMenuOnSiteMap="false" UseSpanInLinks="false" />

Is there any other setting that may influence the way SiteMenu is displayed on Site Map?

2/16/2010 8:09:33 AM
Gravatar
Total Posts 18439

Re: Menu on site map

Hi Slaven,

It now uses these config settings which you can override in user.config

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

Best,

Joe

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