We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9462
    • 15 Posts
    Hi!

    I’ve run into a problem with wayfinder (newbie, so it might be that I’ve made an obvious mistake).

    This is the output:
    <ul><li class="active"><a href="/no/index.php?id=18" title="Kunde0102" >Kunde0102</a>
    <ul><li><a href="/no/index.php?id=19" title="Oversikt" >Oversikt</a></li>
    <li class="last active"><a href="/no/index.php?id=20" title="Faktura" >Faktura</a></li>
    </ul>
    </li>
    </ul>


    I want to use it to output a clients menu when logged in (using it as a chunk within the weblogin). I’ve got a folder in the root named "Clients" and then I’ve got seperate folders for each client (i.e. Client01, Client02...) which then again holds all the respective clients documents. Is it possible to have it output a clean unordered list?

    If someone would take the time to look at the test site (http://www.farmvisuell.no/no/). When a client logs in where it says "Dine sider", is it possible to have the clients menu appear below the "Dine sider" heading with the same styling as the main menu? Well, I’m sure it’s possible, but would appreciate some hints on which way to go wink

    Appreciate it!
      • 12652
      • 228 Posts
      Nice, clean design.

      Seems like you are doing just fine. I’m confused... are you thinking there is something wrong with the code you’ve included? I haven’t done anything yet with showing anything different to logged in users, so maybe I’m just not on the same page.
        | Identity Developments delivers SEO focused web design and web presence services
        - it&#39;s not about websites, it&#39;s about your identity. |
        • 9462
        • 15 Posts
        First of all, thank you, it’s far from finished, but I’ll think it will turn out nice when I’m all done.
        Well, the main case is that the ul output is a bit screwed up.

        It should be something like this (and not like the output is now):

        
        <ul>
        <li class="active"><a href="#">Kunde0102</a></li>
        <li><a href="#">Oversikt</a></li>
        <li><a href="#">Faktura</a></li>
        </ul>
        
        


        If you want to try to log in and see what happens, use "client" as username and "test123" as the password. I want the clients menu to be similar to the main menu, you’ll understand wink
          • 12652
          • 228 Posts
          The only thing I could think of would be that Oversikt Faktura is nested inside Kunde0102 so the manager would be like

          Kunde0102 (18)
          -- Oversikt Faktura (19)

          Otherwise, if they are both on the same depth level, then I’m not sure what would be causing this. huh
            | Identity Developments delivers SEO focused web design and web presence services
            - it&#39;s not about websites, it&#39;s about your identity. |