I need to limit the main horizontal solpart menu to the root sites only in DNN 4.8.0. The rootonly="true" option has no effect.
Here the sample from my skin:
<dnn:NAV runat="server" id="dnnNAV" rootonly="True" ProviderName="DNNMenuNavigationProvider" CSSControl="main_dnnmenu_bar" CSSContainerRoot="main_dnnmenu_container" CSSNodeRoot="main_dnnmenu_rootitem" CSSIcon="main_dnnmenu_icon" CSSBreak="main_dnnmenu_break" CSSNodeHover="main_dnnmenu_itemhover" level="Root" usearrows="false" />
I tried almost all combinations, I set the same values in the skin.xml without effect. It seems, the rootonly option isn't working.
Even on DNN 3.2.2 the skin has the same problem, what I'm doing wrong?