NMS with news module Topic is solved

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
andrewvideouk
Forum Members
Forum Members
Posts: 156
Joined: Thu Aug 20, 2020 10:49 pm

NMS with news module

Post 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'}
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: NMS with news module

Post 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!
"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!
andrewvideouk
Forum Members
Forum Members
Posts: 156
Joined: Thu Aug 20, 2020 10:49 pm

Re: NMS with news module

Post 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.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1825
Joined: Wed Feb 25, 2009 4:25 am

Re: NMS with news module

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

Re: NMS with news module

Post by andrewvideouk »

Thank you so much that worked. :)
Post Reply

Return to “Modules/Add-Ons”