Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
Yesterday i updated umbraco from version 4.5.2 to 4.7
Until now every macro I insert via the content richtext editor is rendered like this:
<?UMBRACO_MACRO macroAlias="Accordion" />
How can i remove this that it is working like it has do on umbraco 4.5.2?
so what i have done is changing:
<xsl:value-of select="$currentPage/contentTab1Text" disable-output-escaping="yes" />
to:
<xsl:value-of select="umbraco.library:RenderMacroContent($currentPage/contentTab1Text, $currentPage/@id)" disable-output-escaping="yes" />
But how can i get now the macro working which is inside the contentTab1Text
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
After Umbraco Upgrade - Wrong Macro Parsing
Hello,
Yesterday i updated umbraco from version 4.5.2 to 4.7
Until now every macro I insert via the content richtext editor is rendered like this:
How can i remove this that it is working like it has do on umbraco 4.5.2?
so what i have done is changing:
to:
But how can i get now the macro working which is inside the contentTab1Text
Thanks
is working on a reply...