What is the most suitable CMS for my project.

Associate
Joined
15 Oct 2011
Posts
99
Hi.

I will be starting my final year project in uni but I am not sure what CMS to use for my website.

Functionality that I need:
  • Account creation
  • Several access levels on users
  • Different categories for articles
  • All users will be able to post a mini article in a specific category (and edit their own), but Mods/Admins will be able to delete/edit any
  • The articles to have comments
  • The articles to have votes +1/-1 and show total votes
  • Public User Profiles (containing things like username, posted articles)
  • API to feed data to Android app (only articles initially)

I've looked in Joomla and Drupal (Wordpress might be viable choice as well?) but still not sure which will be the best in terms of functionality and ease of use for my project.

Need to make the final decision on the CMS very soon so I can make a start on the project.

Thanks in advance!

EDIT: Forgot to mention that I have some experience with websites (did a big project last year based on HTML/CSS, PHP).
 
Associate
OP
Joined
15 Oct 2011
Posts
99
Associate
Joined
16 Mar 2013
Posts
396
You'll be able to build the site however you like. If you're a dab hand with PHP, getting familiar with the WordPress actions, hooks and filters won't be too tricky for you.

WordPress can more then comfortably do what you need it to do.
 
Associate
OP
Joined
15 Oct 2011
Posts
99
What I also failed to mention is that the "mini-articles" need to hold several bits of information and not only picture, title and description. I need couple of more fields on the creation form. I hope that's doable.
 
Soldato
Joined
18 Oct 2003
Posts
19,413
Location
Midlands
Is the website the project, or just a delivery mechanism for the project?

The advanced custom fields plugin is what you want. edit: For Wordpress
 
Last edited:
Soldato
Joined
15 Feb 2003
Posts
10,113
Location
Europe
I think MODX would be a good choice especially for the user roles, but also its customisation.

There is no native options for categories in MODX or its articles snippet. The easy way around this is to structure your posts properly under the correct container and use that as your category.

The only issue there is if you want a post in more than on category.
 
Associate
OP
Joined
15 Oct 2011
Posts
99
Is the website the project, or just a delivery mechanism for the project?

The advanced custom fields plugin is what you want. edit: For Wordpress

The whole process is the project. Although the actual website is worth 25% of the total mark (which in my opinion is a **** take).

I will have a look at that plugin you mentioned.
 
Soldato
Joined
6 May 2003
Posts
2,758
I think MODX would be a good choice especially for the user roles, but also its customisation.

There is no native options for categories in MODX or its articles snippet. The easy way around this is to structure your posts properly under the correct container and use that as your category.

The only issue there is if you want a post in more than on category.

Couldn't you just use getResources/getPage and filter result by tags?
 
Last edited:
Back
Top Bottom