Re: [Radiant] Processing unrelated nested Radius tags

2008-01-24 Thread David Piehler
Chris Parrish wrote: > I don't see why you couldn't override with your own > custom version that would permit either a 'name' or 'user_name' > attribute like: > > > > Of course you'd have the issue of keeping your version of the tag in > sync with revisions to the PageAttachments extension.

Re: [Radiant] Processing unrelated nested Radius tags

2008-01-19 Thread Chris Parrish
Sean Cribbs wrote: > David Piehler wrote: > >> John Long wrote: >> >> >>> On 1/16/08, David Piehler <[EMAIL PROTECTED]> wrote: >>> >>> >>> alt="photograph" /> >>> This fails because Radius can't parse tags that are within attributes. >>> Why are

Re: [Radiant] Processing unrelated nested Radius tags

2008-01-19 Thread Sean Cribbs
David Piehler wrote: > John Long wrote: > >> On 1/16/08, David Piehler <[EMAIL PROTECTED]> wrote: >> >>> >> alt="photograph" /> >>> >> This fails because Radius can't parse tags that are within attributes. >> Why are you trying to do this? Is there a way to accomplish what you >> wan

Re: [Radiant] Processing unrelated nested Radius tags

2008-01-19 Thread David Piehler
John Long wrote: > On 1/16/08, David Piehler <[EMAIL PROTECTED]> wrote: >> > alt="photograph" /> > > This fails because Radius can't parse tags that are within attributes. > Why are you trying to do this? Is there a way to accomplish what you > want without using tags within attributes. My goal w

Re: [Radiant] Processing unrelated nested Radius tags

2008-01-16 Thread John Long
On 1/16/08, David Piehler <[EMAIL PROTECTED]> wrote: > alt="photograph" /> This fails because Radius can't parse tags that are within attributes. Why are you trying to do this? Is there a way to accomplish what you want without using tags within attributes. -- John Long http://wiseheartdesign.co

Re: [Radiant] Processing unrelated nested Radius tags

2008-01-16 Thread David Piehler
> alt="photograph" /> This also produces the same unprocessed tag: This fails completely, however: "You have a nil object when you didn't expect it! The error occurred while evaluating nil.content_type" -- Posted via http://www.ruby-forum.com/. __

[Radiant] Processing unrelated nested Radius tags

2008-01-16 Thread David Piehler
Hello, I'm trying to process one radius tag inside another. For example, one tag retrieves a photo name such as "Dave.jpg" and sticks it into the page_attachments tag for an image: The resulting HTML output is... ... but the problem is the tag itself is never processed, so the photo does no