Jump to content
xisto Community
Sign in to follow this  
Sten

Looking For The Perfect Cms... Havent found one yet.

Recommended Posts

Well as some of you may know, I've been playing around with Joomla for a while. I've also gotten really good at it!

Now though, I'm finding Joomla isn't up to it in the way of features. You have to get a component or plugin for almost everything. Seeing as Joomla 1.5 (which is what I'm using) isn't all that old, there aren't enough extensions for it and like none for what I want. Also, most people make them under the Creative Commons license for 1.5, and I don't want stupid little ads all over my site.

With the old version (1.0.13 I think), the world was your litterbox (lol), there are heaps of things to do what I want and they are under the GNU General Public License. I'd rather not use the old version.

So anyway, I'm looking for another CMS that is powerful and has the things I need built in. I need:

Mail forms (for applications and contact and competitions)
Access Control (there will be different "staff" doing different jobs and I only want certain people to be able to edit certain things)
Along with a news article type system, I want to be able to just make single pages where I can just link to them in a menu. I know you can do this with Joomla but it is still an article type thing)
Although it doesn't matter if there isn't, I suppose I can do without it, a table setup for a page, you can set up how many columns and that you want and you can just add things and it will show it in a cell and expand the rows when it need to.
I also need it to do standard things, a poll, a members type thing, customisable menu and that.

Before I go on, I'm going to say that if I knew enough PHP, I would do it myself, but I don't.

I also need to be able to make my own template and be able to put things where I want them. What I like about Joomla is how easy it is to make templates.

Anyway, I found a CMS, Sitellite that seems to be good, I haven't tried it out yet but I think it might do most of what I want! Has anyone here tried and used Sitellite before, what do you think of it?

I've also been looking at ezPublish and thought it looks alright, except the installer is impossible on my own computer, I haven't uploaded it yet.

So does anyone know of a good CMS that does what I want (doesn't HAVE to do the last thing though) and is preferably free or under $100? Don't exactly want to pay if I don't have to though.

Sorry for the long post, I just really need a CMS that's right for me! By the way, PHP and MySQL is preferable, I DON'T want anything with text files!

Edited by Sten (see edit history)

Share this post


Link to post
Share on other sites

Well, this isn't going to be as useful as you were hoping for but I think it is important to say just the same.

 

You've been spoiled by Joomla!

Joomla is an amazing open source CMS project that owes it's popularity and success to the fact that it has so many extensions developed for it. As you said, the World is your sandbox (litterbox) with Joomla! Due to the ease in which extensions can be developed for Joomla, there are a lot of them and you can do nearly anything. However, as you mentioned, Joomla has some serious limitations.

 

While it is great that you can display different menu items and modules based on the component requested, this doesn't work if the component "ItemID" is omitted or changed in the URL. The user access control is awful! Since Joomla uses a hierarchal access control structure, You cannot single out a specific user group and display special content just to that group. Also, you can't add groups to the system. This would be slightly less irritating if there weren't only 3 user groups despise the fact that Joomla allows you to put a user in anyone of 7 groups. There are hacks that you can add to Joomla to give you better access control but they are limited and very difficult to install/uninstall and upgrading to a new version of Joomla leaves your life a mess.

 

You can actually create HTML pages and include them in the website using the wrapper menu item type.

 

So those were the problems with Joomla. The new issue is component compatibility with the new version which greatly limits the number of usable extensions for Joomla 1.5! I wouldn't mind the lack of backwards compatibility and limited extensions for Joomla 1.5 if they had actually fixed the real issues in the system! Aside from adding a few really cool developer tools and cleaning up the code a bit, the new Joomla is just the same as the old one but less compatible.

 

So we took the most well rounded free CMS with its annoying flaws and removed all of the extensions that made it useful! This leave us with nothing which is what you have just realized. The upside is that eventually, the Joomla extension developers will write new scripts and Joomla will have even more uses. Until then, you're kind of stuck which leads us to the next point!

 

There are a lot of really good CMS's out there that overcome the limitations inherent in Joomla. User access control issues are less in most of the CMS's and managing content is of course good no mater what method you use but there is one major issue to consider, extensions. Most CMS's do not have the variety of extensions and ease of extension development which Joomla has so being able to use your new system to do anything outside article management will be much more difficult to accomplish. Don't get me wrong, using a different CMS will be very rewarding and you can extend it by requesting add-ons to be developed but it may cost you extra.

 

Personally, when I get the time, I'm going to create my own CMS suited to my needs and add extensions as I need them but I know PHP and can do it. For now, I'll stick with Joomla until I either develop my own or switch to a different system.

 

Like I said, now the super helpful reply you were looking for but important none the less. This should give you something to think about.

 

vujsa

Share this post


Link to post
Share on other sites

I'm starting to think maybe learning PHP will be the best thing for me to do! I'd like to start making my own components, plugins and modules. Then I'd eventually like to make a CMS that does what I want and what other people would like!About the wrappers... why does it use an iframe? I don't know if I could stand an iframe on my site! Couldn't it use an include or a file_get_contents?Although I'm still going to be looking for a better CMS, I will probably use Joomla until I can find one. It does a great job of what it's meant to do (content management) and that's all they really have to do!I was reading on the Joomla forums around the thousands of requests for for Access Control Level and they are planning on making Joomla 1.6 where that (and probably bug fixes) is it's main feature.What I'd really like to get is Bitrix Site Manager (https://www.bitrix24.com/) but I don't know if I'd really want to pay that much for a CMS on a site that's going to last 2 years tops and it's more for commercial use, not a site for a community of about 3000 people.So anyway I'll keep on using Joomla and I'm going to start learning PHP again soon, I hope what happened to me with CSS can happen to me with PHP (I just couldn't learn it and once I tried again and it just came to me and I learned like all of it in a couple of hours!). I'd like to make a comments component, forms component, private messenger and an ACL if they don't have one built in by the time I get round to it!

Share this post


Link to post
Share on other sites

You might want to check out drupal, I only have very limited experience with it and the only thing I can say about it is that it's complex compared to joomla. However, one of the bigger community sites (it's in fact nubmer one) here in Belgium is running drupal and it has proven to be very stable and powerfull. You might want to give it a try ;) .

About the wrapper thing, it uses iframes because it's the most compatible solution, other tricks might break (badly coded or very complex) websites.

Share this post


Link to post
Share on other sites

I've never liked Drupal, I don't think it's very powerful and it doesn't even come with a WYSIWYG editor, you have to download one! I also find it a bit hard to use, I know how to use it because I tried using it but I didn't like it and I've been using Joomla ever since and I've gotten so good and learned so much about it!I really like the "garland" theme Drupal comes with though, that's something the developer can be proud of!

Share this post


Link to post
Share on other sites

Joomla have everthings you need, joomla is powerful and complicated. So if you not need a website with many different functions, you have many other choices. Example e107 cms, eazy portal, Dragonfly and PHP- Fusion. I like PHP-fusion best, it is easy to use, have almost functions one need. Have a easy backup function bakend with i like very much.

Share this post


Link to post
Share on other sites

I too have been looking for the perfect CMS, my idea is for it to be simple, easy and themes!!!I have settled with Joomla! but have tried almost all of the cms i could find worth having a look at and rate Drupal, Wordpress and Joomla! but still haven't found my ideal one but nothing can be perfect right!....P.S using Joomla! atm.

Share this post


Link to post
Share on other sites

Another reply because i went to Drupal and found it really good! I would say better then joomla! but the only thing that let it down was the skins. I told myself that i was prepared to edit skins but just found the whole thing to daunting so i went back to joomla! and have stuck with it and have a brilliant half page done up for the front of my website. Joomla and Drupal are great with power and flexibility but they aren't the simplest things to use but it will reward you if you get into them.

Share this post


Link to post
Share on other sites

I also usually use Joomla and recommend it to anyone who asks, but usually also include Drupal as they are the most popular. Joomla: because it's easy and with it you can do most of the stuff, there are very good and popular modules/extensions today for it web shops.. from which you can even make money, by using Joomla and a web shop extension to create a web shop for a client, it's easy and free for you, just takes time and if its not your first web shop, then it's really easy! Anyway, I wanted to suggest also trying to use Wordpress, it has lots of stuff and also can act as a CMS and not only as a Blog :rolleyes:

Share this post


Link to post
Share on other sites

I've tested a couple of Content management systems including Joomla, Drupal and Ezpublish. I think overall, Joomla wins. it is one of the most powerful and configurable although learning how to use it does take some time.Drupal is also pretty powerful althought perhaps not as user friendly as Joomla. The admin interface is a bit lacking and it doesnt come with a WYSIWYG editor either.Ez publish I personally didn't like as much as Joomla.There's lots of CMS out there, you just have to try them. Everyone has different personal preferences on how they want a site to run and how they want to configure it.I'm sure there's one out there for your needs :rolleyes:

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.