CMS for a blog + some extra fields (basically)

General project discussion. NOT for help questions.
Locked
RonneySingh
New Member
New Member
Posts: 1
Joined: Fri Jul 12, 2019 10:31 am

CMS for a blog + some extra fields (basically)

Post by RonneySingh »

Hey all, I've been fumbling around searching for the right CMS solution to my personal website. I've always spent too much time updating my website, and I just want an easy to use CMS now. I think I basically need to extend a regular blog to include some custom fields. I'd prefer a pre-build blog plugin or similar solution where I can simply extend the data model to include some extra fields.

I would like to start with a news blog type of base, as I'd want most of the functionality provided (sorting by tags and categories, slug, and perma-links, etc...) - all the pre-built blog solutions I've seen include the fields: tags, category, title, date, image, description (all of which I'd want to use)
I would like to add additional custom fields: 1 text field, custom datatype field (or maybe just another text field), 2 file upload fields, and perhaps a couple more.

I'm looking for something using Python or NodeJS (because I'm familiar with those languages)

I appreciate any suggestions, recommendations, google search terms, links, etc... to help me out. Thanks in advance!
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1627
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: CMS for a blog + some extra fields (basically)

Post by DIGI3 »

It kind of depends which part you want to be "easy". Updating your blog on a regular basis is very easy with CMSMS, but configuring it to your needs requires a bit more work. It's not a ready-to-roll blogging platform.

If you wanted to try it, you'd probably want to start with CGBlog. It's a fairly basic blogging module but does let you add categories and fields, and extend with other modules or plugins. Like anything else with cmsms, you can create custom templates to your heart's desire.

CMSMS uses Smarty for its templates, which is a PHP-based templating engine.
Not getting the answer you need? CMSMS support options
tammy090
New Member
New Member
Posts: 1
Joined: Thu Aug 15, 2019 12:15 pm

Re: CMS for a blog + some extra fields (basically)

Post by tammy090 »

Thanks a lot!
Locked

Return to “General Discussion”