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'}
NMS with news module Topic is solved
Re: NMS with news module
{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!
HTH!
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
-
andrewvideouk
- Forum Members

- Posts: 156
- Joined: Thu Aug 20, 2020 10:49 pm
Re: NMS with news module
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.
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
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'}Not getting the answer you need? CMSMS support options
-
andrewvideouk
- Forum Members

- Posts: 156
- Joined: Thu Aug 20, 2020 10:49 pm
Re: NMS with news module
Thank you so much that worked. 

