DotNetNuke Skins and Resources by ThinkofDesign

Forums

Subject: DNN 3.2 Solpart menu bug
Prev Next
You are not authorized to post a reply.

Author Messages
Vasilis User is Offline
Yellow Member
Yellow Member
Posts: 315


11/17/2005 04:53 AM  

There is a bug with DNN 3.2 which will cause a problem with solpart menu if you try to upgrade your web site to this version and you have applied one of my free skins.

You can read more about that, at asp.net forums this thread

To fix that, you can download the latest version of the skin you use from my downloads area and upload it again to your upgraded DNN web site. All DNN 3 free skins have been updated and will fix it.

If you have made changes to the skin and you just want to fix the code on your own, keep reading.

The only thing you need to do to make the menu work properly is to add the following attributes to the SOLPARTMENU tag in the ascx or in the skin.xml for html skins:

(for ascx)
 
CSSNodeSelectedRoot="rootmenuitembreadcrumb"
CSSNodeSelectedSub="submenuitemselected"
 
(for html skins you add them in skin.xml)
<Setting>
     <Name>CSSNodeSelectedRoot</Name>
     <Value>rootmenuitembreadcrumb</Value>
</Setting>
<Setting>
     <Name>CSSNodeSelectedSub</Name>
     <Value>submenuitemselected</Value>
</Setting>
That will fix it!
vinnyocc User is Offline
Active Member
Active Member
Posts: 31


06/13/2006 12:35 PM  
Is this a bug for 3.2.2 ?
You are not authorized to post a reply.
Forums > DotNetNuke > Free Skins > DNN 3.2 Solpart menu bug



ActiveForums 3.7