SolPartMenu problem
Last Post 09/17/2010 2:59 PM by MissDarkness. 6 Replies.
Author Messages
lynn
Nuke Master
Nuke Master
Posts:276


--
09/11/2006 7:09 AM  

Hi Lee

I have created a skin for DNN 4.3.4 which I have inserted a SolPartMenu, on one of the pages, based on your tutorial:

http://www.dnncreative.com/Tutorial...fault.aspx

This is the skin settings:

<dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU" forcedownlevel="True" level="Child" separator="&nbsp;|&nbsp;" />

This is the Tag Fix in my ascx skin:

<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>

Whilst all the other pages within the skin (without SolPartMenu) load and are displayed without a problem, when I try to insert the page with the SolPartMenu, I see this error:

Could Not Load Skin: /Portals/_default/Skins/........./admin.ascx Error: Unknown server tag 'dnn:SOLPARTMENU'.

I have styled the css SolPartMenu classes  to match my skin using  your Skinning Toolkit tutorial: Main Menu - SolPart Menu Styling Classes.  I first  put the css styling  into  default.css and now in my skin.css also, in an effort to see if it helped in any way.

Any suggestions?

Thanks

Lynn

 

Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
09/11/2006 7:28 AM  
Hi Lynn,

If you are using:

<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>

You will need to use this token in your skin:
<dnn:MENU runat="server" id="dnnMENU" />

Or in html file you would use:

token: [MENU]

I will change the tutorial code to match dnn:menu

dnn:SOLPARTMENU is the old method which i didn't notice in the article by bi4ce.

Thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
lynn
Nuke Master
Nuke Master
Posts:276


--
09/11/2006 8:00 AM  
Hi Lee

Thanks for the speedy reply.

Yes these settings work.

Cheers.

Lynn
Suryani Gazari
Nuke Active Member
Nuke Active Member
Posts:22


--
11/28/2006 12:40 PM  
I don't know if anyone else has this problem or if it was ever a problem to anyone else. But my solpartmenu seems to jiggle on Mouse Over. Can someone help me with this? Unfortunately, my site is on a localhost so I can't show how it looks like at the moment.
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
11/28/2006 3:01 PM  
This will be due to your CSS settings for the mouseover.

You can see which classes affect which parts of the menu on this website:
www.skinningtoolkit.com

This video tutorial is also going to be officially released in issue 16 in a couple of days which helps you to troubleshoot your skins and is exactly what you need to do for working through the Solpart Menu.

Troubleshooting DotNetNuke skins using the web developer toolbar

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Suryani Gazari
Nuke Active Member
Nuke Active Member
Posts:22


--
11/29/2006 11:30 AM  
Excellent tool! Solved my problem.
Thanks.
MissDarkness
Nuke Newbie
Nuke Newbie
Posts:1


--
09/17/2010 2:59 PM  
Kak, is this u? You have deleted ur FB?


---