Even though it's frustrating that the content does not render I suppose it works as it should when loading the website? I guess that when the macro is called from within the RTE field the test is false and then content of the macro does not show, which makes sense. But I get that it might be a bit confusing for the editor that nothing is shown but I doubt that there is much to do about it - It's not something that is going to be fixed for this version of Umbraco since development of the v4 branch is discontinued. Only security issues will be fixed.
Probably not the answer you were hoping for but unless you're able to make a fix/workaround for it yourself then there is not much to do about it.
XSLT macro is hidden in RTE when permissions are applied
I would like my macro to render in the RTE, but when I wrap my XSLT macro with the following permissions, the macro doesn't display.
I only see the dotted orange border of the .umbMacroHolder:
What can I do to get the macro to display?
I have checked the Render content in editor checkbox.
Hi Jarrod
What is the macro supposed to do? And does the content show if you uncomment the if sentence around it?
It might be a bug in the particular version of Umbraco 4 that you're using - What is the exact version you're using?
/Jan
Hi Jan,
The macro lists sub pages.
If I remove the following from the above code the macro will display:
I'm using Umbraco 4.11.10
Cheers, Jarrod
Hi Jarrod
Hmm, I tried checking the issue tracker to see if this was reported as a known bug - But skimming this list http://issues.umbraco.org/issues/U4?q=%234.11.10 it does not seem like it.
Even though it's frustrating that the content does not render I suppose it works as it should when loading the website? I guess that when the macro is called from within the RTE field the test is false and then content of the macro does not show, which makes sense. But I get that it might be a bit confusing for the editor that nothing is shown but I doubt that there is much to do about it - It's not something that is going to be fixed for this version of Umbraco since development of the v4 branch is discontinued. Only security issues will be fixed.
Probably not the answer you were hoping for but unless you're able to make a fix/workaround for it yourself then there is not much to do about it.
Cheers, Jan
is working on a reply...