Developer forum

Forum » Development » newsletter in a global paragraph

newsletter in a global paragraph


Reply
 I have a global paragraph that I need to attach a newsletter module on. Allthough I have attached it the way I usually do, it will not show on the page..
Im working on legeplaneten. 

URL:  http://www.legeplaneten.dk/SHOP.aspx?ID=60

The markup-code which references the global paragraph is: 

<div id="newsletter"
<!--@Global:Paragraph.Content(317)-->
<img src="/Files/Templates/Designs/Legeplaneten/images/letter_illu.jpg" id="letter_illu" border="0" alt="" />
<img src="/Files/Templates/Designs/Legeplaneten/images/alien_illu.jpg" id="alien_illu" border="0" alt="" />
<img src="/images/offers_TR.jpg" id="pnav_tr_illu" alt="" border="0" />
<img src="/images/offers_TL.jpg" id="pnav_tl_illu" alt="" border="0" />
</div>


Replies

 
Nicolai Høeg Pedersen
Reply
The paragraph you have with ID 317 uses a template called "paragraph.html". That template does not have the templat tag "ParagraphModule" which is required for outputting module markup to the template:

http://templates.dynamicweb.dk/TemplateTags/Dynamicweb-template-tags/Paragraph-tags/ParagraphModule.aspx
 
Reply
Thanks for your help.

 

You must be logged in to post in the forum