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
recently rewrote the parser for Radius but there have been a couple of
nagging issues. Out of curiosity does it work with Radius 0.5.1?

--
John Long
http://wiseheartdesign.com
http://recursivecreative.com

On Mon, Mar 1, 2010 at 4:58 PM, Toby Hede <tobyh...@info-architects.net> wrote:
> 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"> /fb:profile-pic>
> ... which in turn breaks the FBML parsing engine.
>
> I am not using the fb prefix for Radius, so there is no clash, and
> indeed, I can get many of the tags to work by using the self-closing
> format:
>
> <fb:profile-pic uid="loggedinuser" size="square"/>
> Self-closing is fine in many cases, but being able to provide content
> for a tag means that there is content visible while the Facebook
> connect engine loads.
>
> Is there a workaround for this issue?
> Ideas on how to fix?
> _______________________________________________
> Radiant mailing list
> Post: Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> Radiant: http://radiantcms.org
> Extensions: http://ext.radiantcms.org
>
_______________________________________________
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org

Reply via email to