Posted
on Jun 23, 2011
(permalink)
I have inherited a DNN site that was created around 2007 (DNN 4 ish) with the Radmenu and Panelbar. I have upgraded the site to DNN 5.6.2 with the telerik 6.0. But during the upgrade process the functionality of the Radmenu is no longer the same.
There is a portal 0 (the main site) and then a number of child portals (the department sites). They want the Radmenu, which is the top horizontal menu to always provide the same functionality as it does on portal 0. It appears that this was being controlled by:
Register TagPrefix="dnn" TagName="panelbar" Src="~/DesktopModules/RadPanelbar/RadPanelbar.ascx"
dnn:radmenu runat="server" OverridePortalID="0" Skin="xxxx" HeaderSeparator="/Portals/_default/Skins/xxxxxx.jpg"
But now when you get into the child portal the top horizontal Radmenu no longer works.
I of course do have the ability to go to:
@ Register TagPrefix="dnn" TagName="RADMENU" Src="~/DesktopModules/telerik.skinobjects/RadMenu.ascx"
but I have found skinning the menu very difficult and I still do not know what Attribute would give me the functionality that the customer is looking for (to make the top menu in child portals function for portal 0). Have you made it easier to skin the Radmenu?
Your assistance in sorting this out would be greatly appreciated.
Judy