Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SOLPARTMENU - how to get LeftSeparator and RightSeparator working?SOLPARTMENU - how to get LeftSeparator and RightSeparator working?
Previous
 
Next
New Post
2/12/2008 6:03 PM
 

I'd like to have these 2 images in the skin folder. What should that markup look like?  I've tried a few examples out there, but I'm having no luck.

I have LeftSeparator="<img src='tab_left_0.gif' width='4' height='24' />" and useskinpatharrowimages="true", and put my images in /Portals/x/skins/skinname/. I get the standard image missing icon, with "Not Available" for properties.

 
New Post
2/14/2008 5:31 PM
 

Anyone know what I'm missing?

 
New Post
2/15/2008 12:23 PM
 

Are you using an HTML file with XML or using a control (ascx) file to create your skin?

If I have a few moments I will show how to do an example of each but let us know.

Regards,

Christopher Koeber

 


Regards,
Christopher Koeber
 
New Post
2/15/2008 12:46 PM
 

Thanks, Christopher - it's an ASCX. I've tried a few different things to get it to work from samples I've seen:

  <dnn:SOLPARTMENU
   delaysubmenuload="true" 
   id="dnnSOLPARTMENU" 
   CSSNodeSelectedRoot="rootmenuitembreadcrumb" 
   CSSNodeSelectedSub="submenuitembreadcrumb"
   LeftSeparator="<img src='tab_left_0.gif' width='4' height='24' />"
   LeftSeparatorActive="&lt;img src=&quot;<%=SkinPath%>/tab_left_1.gif&quot; runat='server' /&gt;"
   RightSeparator="&lt;img src=&quot;<%=SkinPath%>/tab_right_0.gif&quot; /&gt;"
   RightSeparatorActive="&lt;img src=&quot;<%=SkinPath%>/tab_right_1.gif&quot; /&gt;"
    rootmenuitemactivecssclass="MainMenu_RootMenuItemActive"
   rootmenuitembreadcrumbcssclass="rootmenuitembreadcrumb" 
   rootmenuitemcssclass="MainMenu_RootMenuItem"
   rootmenuitemlefthtml="<span>" 
   rootmenuitemrighthtml="</span>" 
   rootmenuitemselectedcssclass="MainMenu_RootMenuItemSelected" 
   submenuitemactivecssclass = ""
   submenuitembreadcrumbcssclass="submenuitembreadcrumb" 
   submenuitemselectedcssclass="submenuitemselected" 
   submenucssclass="submenu" 
   usearrows="true" 
   userootbreadcrumbarrow="false" 
            useskinpatharrowimages="true"
    usesubmenubreadcrumbarrow="false" 
   runat="server"
  />

 

I've tried images in the skin folder, images at the portal root, replacing the special characters in the "LeftSeparator=" HTML image tag, and using the <%=SkinPath%> variable. No success.

 
New Post
2/15/2008 2:10 PM
 

Your leftseparator code (as well rightseparator, leftseparatoractive, and rightseparatoractive) must be formatted a certain way.

Example: leftseparator=<![CDATA[<img alt="leftseparator" src="picture.gif" />]]>

This is due to the fact that this code is injected through an XML parser...


Regards,
Christopher Koeber
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SOLPARTMENU - how to get LeftSeparator and RightSeparator working?SOLPARTMENU - how to get LeftSeparator and RightSeparator working?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out