Mambo CMS Review
CMS Roundup: The search for the perfect Content Management System
Homepage: http://www.mamboserver.com/
Demo: http://mamboserver.com/cat/Demo_Site/
Download: http://mamboserver.com/cat/Download_Mambo/
Size: 922 KB (.92 MB)(compressed)
Version Tested: 4.5 Stable-1.0.9
Site I tested it with:
See this script in action on one of my sites! Follow the link:
Bookmakersreview.com
Installation
I downloaded the tar from their server, uploaded it to mine, and extracted it. This distribution is much smaller than Sitellite. Does leanness mean more speed? We'll find out. The next step was to go to the address where Mambo was installed in your browser. For example, if you installed it in your root directory, just go to http://www.yourdomain.com/ in your browser and you should see an install screen. Follow the directions on the page (I had to chmod a few directories to 777, which was easily done in my favorite FTP program, FileZilla). Only problem I had was that I had to copy and paste the configuration code into configuration.php manually. The problem with this was the code they supplied had carriage returns after the ?> YOU WILL GET ERRORS IF YOU LEAVE THESE IN THERE. Make sure that ?> is the last line.First Impression
Go to http://www.yourdomain.com/administrator/ to login. Like Sitellite, the interface is very clean and usable. You control everything from the menubar at the top.Templates
Great documentation on how to create templates can be found on the Mambo site. Luckily, template creation is actually pretty easy. To create a template, go to the templates/ folder in your Mambo installation, and duplicate one of their example templates. Now rename the folder. There are 4 important files. 'index.php' is the main page of your template. 'css/template_css.css' is your CSS file. 'templateDetails.xml' is a file that stores information about your template. Last, 'template_thumbnail.png' is just a preview image of your template for use of the admin. I pasted my template code in, and then added in a few lines of PHP code, based on the example template Mambo supplied. First, I placed <?php echo $mosConfig_sitename; ?> between the title tags. I added the following code between the head tags.
<?php
if ($my->id) {
include ("editor/editor.php");
initEditor();
}
?>
<?php include ("includes/metadata.php"); ?>
<script language="JavaScript" type="text/javascript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link href="<?php echo $mosConfig_live_site;?>/templates/mt_business/css/template_css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" />
<?php echo $mosConfig_live_site;?>. This adds the absolute URL to every image so the links will always work.
Learning Curve
Mambo does have the steepest learning curve out of all of the CMS's, but this is made up for by excellent and abundant documentation. One great site for mambo is Mambers.com and http://www.mamboportal.com. At Mambo Portal, you can find over 10 separate tutorials on creating templates, where Sitellite had 1.
Things I Learned
The most important thing is to install the right Modules and Components. The most important component is called MyMenus. It allows an unlimited number of custom menus. You can download it here. Also, you need to add content, you need to create a section AND a category in the section before you can add any items. Another great add-on is Submit Content Link. This allows you to link directly into a content page from the menu, instead of having to link to a category page, and make the user select the main page. This helps to get around the "sections/categories" problem I am having.Match to Requirements
- Page-Based: Hard to create individual pages. Had to create "typed content" from the more menus component. I've heard that the newer versions no longer have this problem.
- Runs on LAMP: Yes.
- Runs on shared hosting: Yes.
- WYSIWYG editing: Yes.
- Friendly URLS: Yes.
- Open-Source: Yes.
- Easy template engine: Good. Didn't have any problems. Everything in PHP helps
- Flexibility: Again, hard to put pages where you want.
- Modules and Built in Applications: A ton! Everything you want at MamboPortal
- User Management: Good. Multiple Admins too.
- E-commerce: Lots of addons that should help.
- XHTML / Standards Compliant: Not completely. Some code outputted by script uses tables, but you can use XHTML to design your pages. Again, Mambo has a huge community, and I'm sure this will be fixed in the later version.
- Auto-Generation of Bread Crumb Navigation: Yes.
- Usable UI: Hard to find some things.
- Easy Installation: Mine took a few hours. Had some troubles installing.
- Documentation: Best part of Mambo. Huge community means lots of information. Mambers.
Pros
- Documentation: Amazing
- Community: Lots of modules and add ons
Cons
- Content Structure: Hard to put pages where you want them. I found "Sections" and "Categories" limiting.
- Flexibility: Hard to hack
Conclusion
The first thing I really liked about Mambo was the community. There were hundreds of free modules available to add anything from a search engine to a panel with up to date fishing conditions. This meant less hacking by me to add something I wanted. This CMS would be great for larger sites which want lots of extras (polls, message boards, etc).
Other Reviews
CMS Roundup: The search for the perfect Content Management System: The parent article for this review. If you haven't read it already, click the link.
Exponent CMS Review: Another review in this series.
Sitellite: Another review in this series.
Current Comments
6 comments so far (post your own)Thanks for your review.
I am looking for a CMS-system which not has to take all my time. I am webmaster on this little site for ovens, but now my friend who works with theese ovens has to get something, new but simple.
Maybee its overkill to use mambo for a site with only one monthly update (of course it could more often if it was easy)and with maybee 10 groups.
Is it posssible to make all this work without more than 20-30 hours.
Regards from Denmark
Posted by Niels Stæhr (www.masseovne.dk)on Tuesday, 06.28.05 @ 09:28pm | #585
All of these CMS's run out of the box. So if you just want to use a template, it would only take a few hours to setup. Custom templates will take longer, but you should definetly be able to get it up in less than 20 hours. (I've gotten a site up in 5 hours by converting an old layout to a template)
Posted by Brian Zimmer on Tuesday, 06.28.05 @ 09:28pm | #586
It looks like it is very good CMS for small and very small websites with great CSS styling capabilities! The CSS solution is amazing!
<a href="http://demo.webdevelopers.cz">Elixon CMS</a>
Check it out! If you know how to test it (it was not released yet) let me know!
karl
Posted by Karl on Sunday, 07.31.05 @ 11:28am | #632
This is the best CMS after trying top 5 in the market
Posted by dts (http://www.jobs.co.in)on Wednesday, 05.17.06 @ 02:35pm | #1058
Things change on the Net, so I thought I had better point out that the links in this article are no longer correct.
The Mambo open source CMS has its homepage at: http://mambo-foundation.org
Downloads are from: http://source.mambo-foundation.org/
The online demo is at: http://www.opensourcecms.com/index.php?option=content&task=view&id=149&Itemid=159
Documentation on how to create your own templates is here: http://mambo-manual.org/docs/Design
and there are resources both in the official help docs site and on the Mambo forums (http://forum.mambo-foundation.org/)
I hope this helps some of you locate what you need.
Posted by Elpie (http://mambo-foundation.org)on Thursday, 01.25.07 @ 06:12pm | #2734
Are the menus on this page in flash? Where can I find a tutorial on creating the drop down menu's?
Thanks a bunch,
Bobby
Posted by Bobby (http://www)on Friday, 01.18.08 @ 12:01pm | #3160
Rate this Tutorial
Current Rating: