Steve Odom wrote:
> The problem is that "home" is always being classified as 'here'.  All  
> other urls work properly.
> 
> Do I have the syntax wrong?

No. This is a limitation of the navigation tag. You can work around the 
problem by using a set of navigation tags:

 > <ul id="navlist">
   <r:navigation urls="home: /">
      <r:normal><li><a href="<r:url />"><r:title /></a></li></r:normal>
      <r:here><li id="active"><r:title /></li></r:here>
      <r:selected><li><a href="<r:url />"><r:title
        /></a></li></r:selected>
      <r:between></r:between>
   </r:navigation>
   <r:navigation urls="learn: /learn/; news: /news/; join: /
 > join/; about: /about/">
 >    <r:normal><li><a href="<r:url />"><r:title /></a></li></r:normal>
 >    <r:here><li id="active"><r:title /></li></r:here>
 >    <r:selected><li id="active"><r:title /></li></r:selected>
 >    <r:between></r:between>
 > </r:navigation>
 > </ul>

Way too verbose, I know. If someone has a better idea for a set of tags 
for this let me know.

--
John Long
http://wiseheartdesign.com
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to