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?
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 :)
is working on a reply...