Separating news and articles

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Revover
New Member
New Member
Posts: 2
Joined: Tue Feb 26, 2019 8:58 pm

Separating news and articles

Post by Revover »

Hi,

I'm new here and I'd like to ask for a bit of guidance with separating articles and news in CMSMS. Unsure what's the best practice.

By news I mean entries created by the news module that comes with CMSMS. And this bit actually looks clear to me. However, what's the best approach to add articles which would be separated entities? I can't really use pages for that because I need multiple records per article type.

The site content would be mainly divided into:

- News (example categories: new books, upcoming books, movies, etc.)
- Articles (categories: interviews, reviews, editorials, etc.)
- Pages (homepage, contact, etc.)

Which later becomes this (with mod_rewrite):

http://www.site.com/news/223434/news-title
http://www.site.com/article/23423/article-title

In theory, I could create a 2nd type of categories for the news (1st level: articles, news; 2nd: all the sub-categories) but would still belong to 'news'. Do I need to develop a separate module for that?
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1621
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Separating news and articles

Post by DIGI3 »

Probably easiest to use a separate module, yes. Forking News would be one option, but you could also use CGBlog or LISE, and possibly others.
Not getting the answer you need? CMSMS support options
johnboyuk1
Forum Members
Forum Members
Posts: 192
Joined: Mon Nov 26, 2018 3:09 pm

Re: Separating news and articles

Post by johnboyuk1 »

I'd probably use CGBlog or Lise too. I dont think 'News' has categories whereas CGBlog does
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Separating news and articles

Post by Dr.CSS »

Actually News does have categories including child categories what it doesn't do is allow an article to be in more than one category which is why CGBlog was developed...
Revover
New Member
New Member
Posts: 2
Joined: Tue Feb 26, 2019 8:58 pm

Re: Separating news and articles

Post by Revover »

Thank you for all the advice. I think I'll try to develop a new module myself. Forking is plan B.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Separating news and articles

Post by velden »

I'd recommend to look at LISE before developing a module yourself unless you're expecting to need very specific functionality or will add hundreds of thousands of items.
Post Reply

Return to “Modules/Add-Ons”