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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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?
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