| Joomla Product Overview |
|
Joomla is an open source framework and content publishing system designed for quick creating highly interactive multi-language websites, online communities, media portals, blogs and e-commerce applications. A new framework, ground-up refactoring and a highly-active development team brings the excitement of 'the next generation CMS' to your fingertips. Whether you're a systems architect or a complete 'noob' Joomla can take you to the next level of content delivery. 'More than a CMS' is something we've been playing with as a catchcry because the new Joomla API has such incredible power and flexibility, you are free to take whatever direction your creative mind takes you and Joomla can help you get there so much more easily than ever before. Joomla provides plenty of flexibility when displaying your Web content. Whether you are using Joomla for a blog site, news or a website for a company, you'll find one or more content styles to showcase your information. You can also change the style of content dynamically depending on your preferences. Joomla calls how a page is laid out a layout. Use the guide below to understand which layouts are available and how you might use them. ContentJoomla makes it extremely easy to add and display content. All content is placed where your mainbody tag in your template is located. There are three main types of layouts available in Joomla! and all of them can be customised via parameters. The display and parameters are set in the menu item used to display the content your working on. You create these layouts by creating a menu item and choosing how you want the content to display. Blog layout Blog Archive layout Table layout Wrapper ExtensionsOut of the box, Joomla does a great job of managing the content needed to make your website sing. But for many people, the true power of Joomla lies in the application framework that makes it possible for thousands of developers around the world to create powerful add-ons that are called extensions. An extension is used to add capabilities to Joomla! that do not exist in the base core code. Here are just some examples of the hundreds of available extensions:
Types of Extensions
ComponentsA component is the largest and most complex of the extension types. Components are like mini-applications that renders the main body of the page. An analogy that might make the relationship easier to understand would be that Joomla is a book and all the components are chapters in the book. The core content component (com_content), for example, is the mini-application that handles all core content rendering just as the core registration component (com_user) is the mini-application that handles user registration. Many of Joomla's core features are provided by the use of default components such as:
A Component will manage data, set displays, provide functions and in general can perform any operation that doesn't fall under the general functions of the core code. ModulesA more lightweight and flexible extension used for page rendering is a module. Modules are used for small bits of the page that are generally less complex and able to be seen across different components. To continue in our book analogy, a module can be looked at as a footnote or header block, or perhaps an image/caption block that can be rendered on a particular page. Obviously you can have a footnote on any page but not all pages will have them. Footnotes also might appear regardless of which chapter you are reading. Simlarly modules can be rendered regardless of which component you have loaded. Modules are like little mini-applets that can be placed anywhere on your site. They work in conjunction with components in some cases and in others are complete stand alone snippets of code used to display some data from the database such as Content (Newsflash) Modules are usually used to output data but they can also be form items to input data (Login Module and Polls as an example) Modules can be assigned to module positions which are defined in both your template and backend under the Site/Template Manager/Module Positions menu items. For example, "left" and "right" are common for a 3 column layout. Note your Main Menu is a Module! When you create a new menu in the menu manager you are actually copying the Main Menu module code and giving it the name of your new menu. When you copy a module you do not copy all it's parameters you simply allow Joomla to use the same code with two separate settings. NewsFlash Example The Newsflash component is particularly useful for things like Site News or to show the latest content item added to your site. PluginsOne of the more advanced extensions for Joomla! is the plugin (formerly called a mambot). In previous versions plugins were known as mambots. Along with the development of Joomla 1.5, mambots have been renamed to plugins and their functionality has been expanded. A plugin is a section of code that runs when a pre-defined event happens within Joomla! Editors are plugins, for example, that execute when the Joomla! event "onGetEditorArea" occurs. Using a plugin allows a developer to change the way their code behaves depending upon which plugins are installed to react to an event. LanguagesNew to Joomla 1.5 and perhaps the most basic and critical extension is a language. Languages are packaged as either a core language pack or an extension language pack. They allow both the Joomla core as well as third party components and modules to be internationalised. |