SolPart Menu root separator?

Last post 11-17-2004 10:24 AM by timrolands. 17 replies.

Sort Posts:

  • SolPart Menu root separator?

    11-12-2004, 12:13 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    I have found a few tips in this forum, and I have tried several things, but I cannot get something like the following to work:

    Home / Tab 1 / Tab 2 / Tab 3

    No matter what I try, I cannot get the " / " separator to show up.

    Any suggestions?
  • Re: SolPart Menu root separator?

    11-12-2004, 3:30 PM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 8:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs
    While this example is a little more fancy than the simple '/' separator, you can download my skin for free and substitute out the image for your character.

    Hope it gets you going in the right direction.
  • Re: SolPart Menu root separator?

    11-12-2004, 4:10 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    Thanks, Jon. Your skin confirms some of the things I have already tried, but I'm going through and trying again, in case I missed something. So far, no luck.

    Shouldn't I be able to use something like the following?


    <Setting>
    <Name>Separator</Name>
    <Value><![CDATA[&nbsp;/&nbsp;]]></Value>
    </Setting>


    It doesn't. Based on your skin, I am currently experimenting with rightseparator and still nothing. Any further direction you could provide here would be greatly appreciated. I feel like I'm missing something very simple, but I just don't see it!
  • Re: SolPart Menu root separator?

    11-12-2004, 5:09 PM
    • All-Star
      16,504 point All-Star
    • hooligannes97
    • Member since 09-26-2003, 2:57 PM
    • Bolivia
    • Posts 2,917
    • Moderator
    Try doing it directly in the ascx file for your skin. Just add it as a property to the menu skin object. separator="/"
    Do you know the truth when you hear it?
  • Re: SolPart Menu root separator?

    11-12-2004, 5:17 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    Thanks for the tip, but that still doesn't work.
  • Re: SolPart Menu root separator?

    11-13-2004, 12:59 AM
    • Star
      9,364 point Star
    • xddg
    • Member since 12-10-2002, 3:09 PM
    • Melbourne
    • Posts 1,874
    • TrustedFriends-MVPs
    Because I work in ASCX mode only - if you apply this to the following pages it will work -

    Make sure this is in menu control code.

    <dnn:MENU runat="server" id="dnnMENU" separator=" | " separatorcssclass="MySeparator" separatecss="true"/>


    This is required in the CSS for nice spacing between the text -

    .MySeparator {
    font-family: Tahoma, Verdana, Trebuchet MS;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    color: white;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
    }

    See that how that goes - I have take this from a commercial skin I've just done with great results.

    Nina Meiers
    Nina Meiers


    Free Skins & Containers by Nina Meies
  • Re: SolPart Menu root separator?

    11-15-2004, 12:07 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    Tried it. Still nothing. My style rule was a little different but very basic. It just seems like there's something blocking SolPart from interpreting the attributes or something. I just don't know what's going on. It *should* be working!

    Thanks for trying. Any more ideas? Jon?
  • Re: SolPart Menu root separator?

    11-15-2004, 12:14 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    FWIW, when I install the SolpartSkin and assign the tabs skin, I don't get the tabs. You can see it here: http://bl.fwpublications.com/Default.aspx?tabid=145.

    I am using 1.4. That's the latest version of the menu, right?
  • Re: SolPart Menu root separator?

    11-15-2004, 12:25 PM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 8:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs
    1st, your spmenu.js script file is not matched up with 1.4 (it is the one for 1.3 - see the header)

    2nd I am guessing you didn't install the skin as the host. This is something that I noted is a shortcoming in the skin design. The image paths for the tabs doesn't get replaced.
  • Re: SolPart Menu root separator?

    11-15-2004, 1:07 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    That spmenu.js file was updated on my development and staging systems but never made it out to the production system. Thanks for catching that. I have replaced the file with the newer version and double-checked the DLLs, which were indeed version 1.4.

    Also, I was logged in as host when I uploaded and applied the skin. Double-checked the paths in the uploaded skin's ascx and verified location of skin graphics. Everything looks in order.

    Still no tabs.
  • Re: SolPart Menu root separator?

    11-15-2004, 1:38 PM
    • All-Star
      16,504 point All-Star
    • hooligannes97
    • Member since 09-26-2003, 2:57 PM
    • Bolivia
    • Posts 2,917
    • Moderator
    What Jon meant was that you need to upload the skin to the portal dir and not to the host dir.
    Do you know the truth when you hear it?
  • Re: SolPart Menu root separator?

    11-15-2004, 1:51 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    Oh, I did that. Logged in as host and used the admin file manager to upload the skin. It is installed under that portal rather than the default global folder.
  • Re: SolPart Menu root separator?

    11-15-2004, 1:57 PM
    • All-Star
      16,504 point All-Star
    • hooligannes97
    • Member since 09-26-2003, 2:57 PM
    • Bolivia
    • Posts 2,917
    • Moderator
    Did you try to reparse the skin?
    Do you know the truth when you hear it?
  • Re: SolPart Menu root separator?

    11-15-2004, 2:25 PM
    • Participant
      1,215 point Participant
    • timrolands
    • Member since 02-15-2004, 3:59 PM
    • Wisconsin, USA
    • Posts 245
    Yes, and double-checked everything again -- in the processed ascx and css files. Image paths are correct, and image files are where they are supposed to be.
  • Re: SolPart Menu root separator?

    11-15-2004, 6:55 PM
    • Star
      12,539 point Star
    • docluv
    • Member since 06-29-2002, 11:16 PM
    • Willow Spring NC
    • Posts 1,992
    • ASPInsiders
      TrustedFriends-MVPs
    This has been my biggest issue with this, one of the classes is set to display:none; in the style sheet. I can not remember which class it is, but look for that in your style sheet.
Page 1 of 2 (18 items) 1 2 Next >