How can I get nav like LOCALNAV from content pgs?
Posted: Wed 3. Aug 2005, 18:48
Just like the subject line states, I want to generate a UL/LI list for pages at a certain level (more or less just like LOCALNAV) but I want it to draw from the content pages in a site level rather than the sub-levels beneath the current level. Make sense?
For example, if I had "Section A" with four articles in it "Article 1", "Article 2", etc. I would have the following with navigation:
<ul>
<li class="activeclass">Article 1 Title</li>
<li>Article 2 Title</li>
<li>Article 3 Title</li>
<li>Article 4 Title</li>
</ul>
Is there some existing way to do this that I'm missing? Is there some easy way to make a replacement tag using the existing LOCALNAV code? I tried looking for the code that generates the LOCALNAV menu but I came up with nothing in a quick recursive FIND for the tag...
Anyone have any insight?
Thanks,
Rick
For example, if I had "Section A" with four articles in it "Article 1", "Article 2", etc. I would have the following with navigation:
<ul>
<li class="activeclass">Article 1 Title</li>
<li>Article 2 Title</li>
<li>Article 3 Title</li>
<li>Article 4 Title</li>
</ul>
Is there some existing way to do this that I'm missing? Is there some easy way to make a replacement tag using the existing LOCALNAV code? I tried looking for the code that generates the LOCALNAV menu but I came up with nothing in a quick recursive FIND for the tag...
Anyone have any insight?
Thanks,
Rick