RESOLVED : News Module Says It Is Removed

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
bcsweb1
Forum Members
Forum Members
Posts: 54
Joined: Tue Nov 13, 2007 2:39 pm

RESOLVED : News Module Says It Is Removed

Post 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?
Last edited by bcsweb1 on Sat Nov 17, 2007 4:04 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: News Module Says It Is Removed

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
bcsweb1
Forum Members
Forum Members
Posts: 54
Joined: Tue Nov 13, 2007 2:39 pm

Re: News Module Says It Is Removed

Post 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?
sbarker

Re: RESOLVED : News Module Says It Is Removed

Post 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
sbarker

Re: RESOLVED : News Module Says It Is Removed

Post 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'}
Post Reply

Return to “CMSMS Core”