I made a clean install of Umbraco 8. Then I inserted a macro in the richtext editor. The macro renders correct in the backend, but in the frontend the output is "Umbraco.Web.Macros.MacroContent". Plain text renders correct in both backend and frontend. The template code for rendering the richtext editor looks like this:
Macro not rendering
I made a clean install of Umbraco 8. Then I inserted a macro in the richtext editor. The macro renders correct in the backend, but in the frontend the output is "Umbraco.Web.Macros.MacroContent". Plain text renders correct in both backend and frontend. The template code for rendering the richtext editor looks like this:
Any ideas of what I'm doing wrong?
I'm experiencing the same problem when trying to render a macro from within the RTE.
It renders perfectly in the RTE on the back-end, but again, outputs
Umbraco.Web.Macros.MacroContent
on the front-end.There's an existing issue for this here.
Thank you. I hope there will be a solution soon. I use this approach quite a lot.
is working on a reply...