[Radiant] Issue with FBML/namespaced tags and Radius

2010-03-01 Thread Toby Hede
I am experiencing issues when using FBML inside my content. When I supply a tags like the following to my template: fb:profile-pic uid=loggedinuser size=square/fb:profile-pic Radiant gets confused, incorrectly parsing the close tag and outputting: fb:profile-pic uid=loggedinuser size=square

Re: [Radiant] Tags for Last edited?

2010-03-01 Thread Mohit Sindhwani
On 1/3/2010 6:53 PM, Christian Aust wrote: Hi all, are there any radius tags that would allow me to build a last edited snippet, that will display n pages ordered desc by their changed_at attribute, regardless of their url? It's no big deal, if there's none yet, I'd build one. Like,r:any

[Radiant] Help................

2010-03-01 Thread neel iyer
i was trying to the flash gallery extension in radiant 0.8.1. it got installed correctly , n i got the new tab in admin panel too .but the problem is tht when i try to create a new gallery, n attach a new swf file, its showing an error ... Errno::EACCES in Admin/galleriesController#create

Re: [Radiant] Tags for Last edited?

2010-03-01 Thread John Long
If you only need to deal with the children of a page you can do what you want with the children:each tag. There is no way to do this for pages on the whole site. That would be a useful extension though. -- John Long http://wiseheartdesign.com http://recursivecreative.com On Mon, Mar 1, 2010 at

Re: [Radiant] Issue with FBML/namespaced tags and Radius

2010-03-01 Thread John Long
This isn't actually the place to post support questions on Radius (unless of course your questions are Radiant specific). The proper place Radius questions is the issue tracker on GitHub: http://github.com/jlong/radius/issues If you post it there Bryce Kerley may be able to help you with it. He

Re: [Radiant] Tags for Last edited?

2010-03-01 Thread Mohit Sindhwani
On 2/3/2010 2:17 PM, John Long wrote: If you only need to deal with the children of a page you can do what you want with the children:each tag. There is no way to do this for pages on the whole site. That would be a useful extension though. Great! I just realized that I answered the