Page 1 of 1

RESOLVED : News Module Says It Is Removed

Posted: Sat Nov 17, 2007 3:10 am
by bcsweb1
1. Latest Version of CMS - 1.2
2. News Module 2.6

I had to remove and re-install the News Module and now when I do this:

Content - Pages - Add New Content - Content Type -----

The NEWS selection now shows :

News (removed)

And when I select it I get this..

The news content type has been removed. Please place {news} tags with appropriate parameters into your page template or into your page content to replace this functionality.

But in my template I looked at the {news} tags are still there..

Code: Select all

<td><div id="news-container">{news}</div></td> 


Yet - the default news article appears on my site????

http://awomansworth.org/site/index.php?page=About-Us

Any ideas?

Re: News Module Says It Is Removed

Posted: Sat Nov 17, 2007 3:12 am
by calguy1000
The default CMS templates have the news tag {news} in the left hand column.... that's why it works.  News as a 'page type' is no longer supported.

Re: News Module Says It Is Removed

Posted: Sat Nov 17, 2007 3:32 am
by bcsweb1
Ok, so how do I link to the NEWS page?

So it is a menu choice?

Also - is there a way to remove the Page Type "NEWS (removed) so the people will not get confused?

Re: RESOLVED : News Module Says It Is Removed

Posted: Sun Dec 16, 2007 11:03 am
by sbarker
Using the standard template in the demo on http://opensourcecms.com the news page works.

In a new, clean installation (downloaded on 16/11/07) clicking on the news tag in the left hand column creates a 404 error.

Does the standard template need to be changed ?

SB

Re: RESOLVED : News Module Says It Is Removed

Posted: Sun Dec 16, 2007 11:25 am
by sbarker
10 minutes after I posted this I answered my own question !

Change :
          {news number='3' detailpage='news'}

to :
          {news number='3' detailpage='content'}