Is it returning an error? If not, view the HTML source of a rendered page, and see if anything at all is being rendered from where the tag sits in the HTML. That's all I can think of checking without seeing any source.
Does the macro require some params to be filled before it renders the stuff that you want, and those params was not filled when you inserted the macro in the template? I guess that you have checked this, but just thought of it, so wanted to share my thoughts.
I had renamed a couple of properties on a doctype and the cache wasnt updated, so I had to republish the individual nodes that used that doctype... and because I wanted to be safe I republished my entire site. Then the macro rendered properly.
Ahh okay Kevon, I see. Surprisingly a lot of problems is solved when the nodes are republished. But I was just curious to hear from you since there was no accepted answer nor any reply from you :)
.NET Usercontrol will not render in Template
UMB Experts,
I have a .NET macro that renders perfectly when I place it in the RTE but doesn't render at all when I add it to my template. Clueless here.
Is it returning an error? If not, view the HTML source of a rendered page, and see if anything at all is being rendered from where the tag sits in the HTML. That's all I can think of checking without seeing any source.
Does the macro require some params to be filled before it renders the stuff that you want, and those params was not filled when you inserted the macro in the template? I guess that you have checked this, but just thought of it, so wanted to share my thoughts.
/Kim A
Have you got the runat="server" form tags in the right place?
Hi Kevon!
Did you ever find a solution to this problem? I'm quite interested in finding out what caused the macro to not render, if you found out?
/Kim A
Kim
I had renamed a couple of properties on a doctype and the cache wasnt updated, so I had to republish the individual nodes that used that doctype... and because I wanted to be safe I republished my entire site. Then the macro rendered properly.
Ahh okay Kevon, I see. Surprisingly a lot of problems is solved when the nodes are republished. But I was just curious to hear from you since there was no accepted answer nor any reply from you :)
/Kim A
is working on a reply...