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
Appreciate it!