Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • BaconBeastNz 40 posts 60 karma points
    May 09, 2011 @ 00:39
    BaconBeastNz
    0

    RTE macro inside a RTE macro, how to parse macros inside?

    Hi there, we have an issue whereby we output the contents of an RTE, which contains a macro (which links to a node with another RTE with macros inside it)

    We can't seem to get the macros in the referred node's RTE to be parsed, and we obviously can't use <umbraco:Item or anything like that, is there a way to force the parsing of macros?

    Heres the code we are using:

    output.Text = contentNode.GetPropertyAsString(GetRegionTextPropAlias(LocationHelper.CurrentRegion.Name));

    (Which just outputs the RTE contents to a literal

    Any help appreciated! Thanks :)

Please Sign in or register to post replies

Write your reply to:

Draft