Re: [Radiant] Using a dynamic sub-navigation...

2007-11-28 Thread Travis Bell
Hey David, This worked with the r:if_ancestor_or_self tag but no matter what I do, I can't get it to work with the r:if_self. This is an extension bug no doubt, but I thought I would atleast share my findings. Thanks for the follow up, -- Travis Bell Not sent from my iPhone. On

Re: [Radiant] Using a dynamic sub-navigation...

2007-11-28 Thread Ryan Heneise
Are using my extension, or another one? http://svn.artofmission.com/svn/plugins/radiant/extensions/navigation_tags/lib/navigation_tags.rb On Nov 28, 2007, at 3:25 PM, Travis Bell wrote: Hey David, This worked with the r:if_ancestor_or_self tag but no matter what I do, I can't get it to

Re: [Radiant] Using a dynamic sub-navigation...

2007-11-28 Thread Travis Bell
Hey Ryan, Yup, that is the one I am using. -- Travis Bell Not sent from my iPhone. On 28-Nov-07, at 3:20 PM, Ryan Heneise wrote: Are using my extension, or another one? http://svn.artofmission.com/svn/plugins/radiant/extensions/ navigation_tags/lib/navigation_tags.rb On Nov 28,

Re: [Radiant] Using a dynamic sub-navigation...

2007-11-26 Thread David Piehler
Travis Bell wrote: BTW--it seems as though the r:nav / tag works fine, just not the r:if_self. For now I changed my design to accommodate, so all is well. Just an FYI. Travis -- I'm not using that extension but it sounds like the same issue I had here: http://www.ruby-forum.com/topic/131741

Re: [Radiant] Using a dynamic sub-navigation...

2007-11-26 Thread Travis Bell
Yup, sounds exactly what was happening to me. Any idea if there is a tag I can use now? -- Travis Bell Not sent from my iPhone. On 26-Nov-07, at 9:11 AM, David Piehler wrote: Travis Bell wrote: BTW--it seems as though the r:nav / tag works fine, just not the r:if_self. For now I

Re: [Radiant] Using a dynamic sub-navigation...

2007-11-26 Thread David Piehler
Travis Bell wrote: Yup, sounds exactly what was happening to me. Any idea if there is a tag I can use now? The basic idea is to do a find-and-replace for all instances of 'tag.globals.actual_page' with 'tag.globals.page' in the extension's code. -- Posted via http://www.ruby-forum.com/.

Re: [Radiant] Using a dynamic sub-navigation...

2007-11-24 Thread Travis Bell
BTW--it seems as though the r:nav / tag works fine, just not the r:if_self. For now I changed my design to accommodate, so all is well. Just an FYI. Cheers guys, -- Travis Bell Not sent from my iPhone. On 23-Nov-07, at 3:46 PM, Travis Bell wrote: Hey guys, I've been using the

Re: [Radiant] Using a dynamic sub-navigation...

2007-11-23 Thread Travis Bell
Hey guys, I've been using the navigation tag extension for a while now ( http:// svn.artofmission.com/svn/plugins/radiant/extensions/ navigation_tags/ ) but upon trying to use it on a new, 0.6.4 gem install w/ SQLite3, the r:if_self tag just doesn't want to seem to work. r:find

Re: [Radiant] Using a dynamic sub-navigation...

2007-08-23 Thread Travis Bell
out there? Thanks guys! -- Travis Bell [EMAIL PROTECTED] On 22-Aug-07, at 2:30 PM, Damien McKenna wrote: -Original Message- From: Travis Bell Sent: Wednesday, August 22, 2007 4:18 PM Subject: [Radiant] Using a dynamic sub-navigation... The general functionality works

Re: [Radiant] Using a dynamic sub-navigation...

2007-08-23 Thread Ryan Heneise
: Wednesday, August 22, 2007 4:18 PM Subject: [Radiant] Using a dynamic sub-navigation... The general functionality works with r:children:each but once I go 2 pages deep, there are no sub pages so it breaks (obviously). r:find url=/articles/ ul r:children:each limit=10 order

Re: [Radiant] Using a dynamic sub-navigation...

2007-08-23 Thread Ryan Heneise
, 2007 4:18 PM Subject: [Radiant] Using a dynamic sub-navigation... The general functionality works with r:children:each but once I go 2 pages deep, there are no sub pages so it breaks (obviously). r:find url=/articles/ ul r:children:each limit=10 order=desclir:link //li

Re: [Radiant] Using a dynamic sub-navigation...

2007-08-22 Thread Damien McKenna
-Original Message- From: Travis Bell Sent: Wednesday, August 22, 2007 4:18 PM Subject: [Radiant] Using a dynamic sub-navigation... The general functionality works with r:children:each but once I go 2 pages deep, there are no sub pages so it breaks (obviously). r:find url

Re: [Radiant] Using a dynamic sub-navigation...

2007-08-22 Thread Travis Bell
What if, instead of having to hardcode the about page, it was possible for it to just pick up it's parent? Therefore making it truly dynamic instead of making it only dynamic for the about page? Any ideas? -- Travis Bell [EMAIL PROTECTED] On 22-Aug-07, at 2:30 PM, Damien McKenna wrote:

Re: [Radiant] Using a dynamic sub-navigation...

2007-08-22 Thread Travis Bell
Heh, FYI in my last email, the hardcoded page should have been articles not about ;) My bad. -- Travis Bell [EMAIL PROTECTED] On 22-Aug-07, at 2:30 PM, Damien McKenna wrote: r:find url=/articles/ ul r:children:each limit=10 order=desclir:link //li