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
I need to user the RenderTemplate function in one of my Templates to render the content of a node. This is a part of my RenderConten Macro: [code] [/code] The template (1118) looks like this: [code]
AGETITEM field="puffContent1"/>
Read more
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
RenderTemplate problem
I need to user the RenderTemplate function in one of my Templates to render the content of a node.
This is a part of my RenderConten Macro:
[code]
[/code]
The template (1118) looks like this:
[code]
" alt="" />
" href="#">
AGETITEM field="puffContent1"/>
Read more
[/code]
The UMBRACOGETITEM works fine but the UMBRACO_MACRO fails. The imageID gets the value of a mediapicker property.
The GetImageByMediaID looks like this:
[code]
[/code]
If I just run the template it works fine but when i try to get it with the RenderTemplate function it fails.
Any ideas?
is working on a reply...