Page 1 of 1
NMS with news module
Posted: Wed Sep 30, 2020 9:20 pm
by andrewvideouk
I am trying to add the {News) to tag to the Message template and I am getrting the error unknown tag "news"
Have I missing anything out.
Cheers
Also I tried {cms_module module='news'}
Re: NMS with news module
Posted: Wed Sep 30, 2020 9:40 pm
by Jo Morg
{cms_module module='News'} or {cms_module module=News} should work! However the tag is case sensitive so it has to be News not news.
HTH!
Re: NMS with news module
Posted: Wed Sep 30, 2020 9:59 pm
by andrewvideouk
Yes I checked the case sensitive.
I put this on a test page.
The top one show nothing but the bottom on works but can't add it to the NMS without getting the error.
{cms_module module="news" moretext="Read more..." summarytemplate="SV-newsletter"} - shows nothing in NMS also
{news moretext="Read more..." summarytemplate="SV-newsletter"} works but not in NMS.
I don't have cule why is not working.
Re: NMS with news module
Posted: Wed Sep 30, 2020 10:52 pm
by DIGI3
You said you tried {cms_module module="news" moretext="Read more..." summarytemplate="SV-newsletter"} but did you try it with the correct case? When using it this way it must be exact: News and not news
Code: Select all
{cms_module module='News' moretext='Read more...' summarytemplate='SV-newsletter'}
Re: NMS with news module
Posted: Thu Oct 01, 2020 1:42 am
by andrewvideouk
Thank you so much that worked.
