Book Image

Mastering Mambo : E-Commerce, Templates, Module Development, SEO, Security, and Performance

By : Christian Wenz, Tobias Hauser
Book Image

Mastering Mambo : E-Commerce, Templates, Module Development, SEO, Security, and Performance

By: Christian Wenz, Tobias Hauser

Overview of this book

<p>Mambo is a PHP-based Open Source CMS. Mambo is both easy to use at the entry level for creating basic websites, while having the power and flexibility to support complex web applications. <br /> <br /> Mambo implements the core requirements of a full featured CMS. It has a powerful and extensible templating system with the ability to upload and manage many different data types. User access control, content approval, rich administrative control, content display scheduling are all built-in. New features and extensions are constantly added to the core system, with many more being available and supported by the community.<br /> <br /> Most of the Mambo development team now works on a fork of Mambo known as Joomla. Mastering Mambo is fully compatible with Joomla's 1.0 release.</p>
Table of Contents (18 chapters)
Mastering Mambo
Credits
About the Authors
Preface
Index

Chat: MOS-Chat and Others


Chats are not used by everyone, but they are part of a community-oriented site. Peter Saitz' MOS-Chat (http://mamboforge.net/projects/mos-chat/) is an often-used chat module. A ZIP archive is available for download on the project homepage. The project, however, could be moving shortly and will then be called Mambochat (http://mamboforge.net/projects/mambochat/).

The installation of the component goes as usual. It can then be found under Components | MOS Chat Client. This component, mind you, does only one thing: it refers you to a server with an installed chat. Here is the associated code:

<iframe SRC="http://www.mos-chat.com/index2.php?option=com_moschat
&url=<?php echo $mosConfig_live_site;?>&nick=<?php echo $myss->
username;?>&guest=<?php echo $myss->guest;?>" HEIGHT="500" WIDTH="100%" FRAMEBORDER="0" 
marginwidth="0" marginheight="0" SCROLLING="NO">
</iframe>

This is a fine way of quickly giving your site a chat...