to add my 2 cents to this conversation....
Uses all standart procedures besides the "parent" tag, which can be
added as shown here >
http://dev.radiantcms.org/radiant/wiki/HowToDefineGlobalTags
it basically uses the r:navigation tag, in conjunction with the r:parent
and r:children tag...to get all data needed
<div id="navigation">
<ul>
<r:navigation urls="text1: /link1/;">
<r:normal><li><a href="<r:url />"><r:breadcrumb
/></a></li></r:normal>
<r:here>
<li><a href="<r:url />"><r:breadcrumb /></a></li>
<r:children:each>
<li><a href="<r:slug />" title="<r:breadcrumb />"><r:breadcrumb
/></a></li>
</r:children:each>
</r:here>
<r:selected>
<li><a href="<r:url />"><r:breadcrumb /></a></li>
<r:parent><r:children:each><li><a href="<r:slug />" title="<r:breadcrumb
/>"><r:breadcrumb /></a></li></r:children:each></r:parent>
</r:selected>
<r:between></r:between>
</r:navigation>
</ul>
</div>
obviously you need to patch up the css if you want a vertical menu like
in my case
#navigation ul, ul {margin:0px; padding:0px; list-style: none;}
#navigation ul li {margin:0px; padding:0px; list-style: none; }
maybe this helps someone out
best
Flo,
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant