I had a bit of trouble getting this working. I'm not sure if the fact that
I'm using Roller 3.1 has anything to do with it. 

Anyways, to put things within a bit of context I'll direct you towards this
page I'm working on:

http://dev.theslowhome.com/blog/index/category/Correspondent

Essentially, I would like "Correspondent" link in the left-hand column
navigation to be in the "over" state when viewing the "Correspondent"
category. The buttons in the left-hand column navigation are hard-coded in
because some of them (Projects, Interviews, etc.) direct to a page in a
different webapp.

Hope this clears things up.

Regards,
Eric



David Fisher wrote:
> 
> I'm sure there may be better ways, but this is how I did something  
> similar. I have more than one button, but in my example I'll just  
> show one.
> 
> I exclude some categories like this.
> 
>      #foreach ($cat in $model.weblog.getWeblogCategory 
> ("nil").weblogCategories)
>          #if ( $cat.name != "Transactions" )
>         <td class=btn> $url.category($cat.path) $cat.name </td><td  
> class=sep>&nbsp;|&nbsp;</td>
>          #end
>      #end
> 
> I then hardcode the excluded categories.
> 
> </tr></table></td><td style="overflow: hidden;"class=right  
> align=right ><table cellpadding=0 cellspacing=0 border=0  
> class=topbart1><tr
>  ><td class=sep>|</td><td style="white-space: nowrap;"><div class=btn  
> id=contentbtn1 >Transactions</div></td></tr>
> 
> 
-- 
View this message in context: 
http://www.nabble.com/Custom-Navigation-tp16590546s12275p16597295.html
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to