This post started out titled Pros and Cons of MODx CMS, but today I’m rewriting it because I’m really not in the mood to give you a bunch of fluff about why MODx is great and then give you the bad stuff. Flat out, I think MODx is the best CMS for my projects at this point in time. Now on with things that suck…
<rant>
It says its a Framework, but I use it as a CMS
If you have used frameworks in the past, MODx is not going to feel like a true framework. My personal fav framework is CodeIgniter and there is just no comparison between the two. The MODx API is very poorly documented, small, and weak compared to all of the functionality included in CodeIgniter, and CodeIgniter is a simple framework. I just don’t see the structure there to really call it a framework, and I would prefer to call it a CMS with an open or pluggable architecture. When I need extensive custom database functionality I bring in CodeIgniter to do it because MODx lacks features that would make it easy (CRUD tools, a data editor, dynamic data module, etc).
Membership Management sucks
This is probably the thing I hate most about MODx. The Membership Management for Web Users and Manager Users is really difficult to work with, doesn’t fit most workflows, and is counter to how easy the rest of the system is to use. I need a member management system that allows for one manager user to manage one page if need be, and this is just a nightmare to set up with the groups and document groups system. What I really want is a system that allows me to set up roles (controls what they can do), create a user with that role, and then select individually what pages that user can edit, or what group of pages they can edit. I also want the functionality to make all pages have some kind of default level of security, like all pages can only be seen by the administrator, who can then give users permission to see specific pages (MODx is works pretty much opposite to this). IMO this has to be totally rewritten to function better.
Continue Reading »