sakoman.com

Extensions PDF Print E-mail
Written by Steve   
Wednesday, 11 October 2006 12:00

Out 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:

  • Dynamic form builders
  • Business or organisational directories
  • Document management
  • Image and multimedia galleries
  • E-commerce and shopping cart engines
  • Forums and chat software
  • Calendars
  • Email newsletters
  • Data collection and reporting tools
  • Banner advertising systems
  • Paid subscription services
  • and many, many more

You can find more examples over at our growing Joomla! Extensions Directory. Prepare to be amazed at the amount of exciting work produced by our active developer community!

A useful guide to the extension site can be found at:
http://extensions.joomla.org/content/view/15/63/

Types of Extensions

There are five types of extensions:

  • Components
  • Modules
  • Templates
  • Plugins
  • Languages

You can read more about the specifics of these using the links in the article table of contents (another useful feature of Joomla!) at the top right or by clicking on the next link below.

Component - Joomla! Extension Directory Components

A 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:

  • Contacts
  • Front Page
  • Newsfeeds
  • Banners
  • Mass Mail
  • Polls
  • RSS Syndication

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.

Components work hand in hand with Modules and Plugins to provide a rich variety of content display and functionality aside from the standard article and content display. Components make it possible to completely transform Joomla and greatly expand its capabilities.

More information on components is available from the Joomla! help manual: Components
http://help.joomla.org/content/view/77/153/

Module - Joomla! Extension Directory Modules

A 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.

Displaying Modules

Each module is assigned to a module position on your site. If you wish it to display in two different locations you must copy the module and assign the copy to display at the new location. You can also set which menu items (and thus pages) a module will display on. You can select all menu items or you can pick and choose specific menu items by holding down the control key and selecting multiple menu items one by one in the Modules Edit screen

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

NewsFlash is a Module which will display content items from your site in an assignable module position. It can be used and configured to display one category, all categories or to randomly choose content items to highlight to users. It will display as much of an article as you set, and will show a "read more" link to take the user to the full page.

The Newsflash component is particularly useful for things like Site News or to show the latest content item added to your site.

More information on Modules is available from the Joomla! help manual: Modules
http://help.joomla.org/content/view/91/153/

Plugin - Joomla! Extension Directory Plugins

One 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.

More information on Plugins is available from the Joomla! help manual: Plugins
http://help.joomla.org/content/view/110/153/

Language - Joomla! Extensions Directory Languages

New 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.

More information on languages is available from the Joomla! help site: Language Packs and Localised Releases
http://help.joomla.org/content/view/1651/243/

Last Updated on Thursday, 03 May 2007 09:34
 
Joomla! Resources at SiteGround PDF Print E-mail
Written by Steve   
Tuesday, 11 December 2007 09:00

Joomla! is an outstanding content management system and that is why many people choose to use it for building their websites. SiteGround is proud to host this particular Joomla installation and to provide the following resources, which facilitate the creation of Joomla! websites:

Last Updated on Tuesday, 11 December 2007 14:48
Read more...
 
Joomla! License Guidelines PDF Print E-mail
Written by Steve   
Friday, 20 August 2004 12:11

This website is powered by Joomla! The software and default templates on which it runs are Copyright 2005-2006 Open Source Matters. All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.

If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read 'How To Apply These Terms To Your Program' and the 'GNU General Public License FAQ'.

The Joomla! licence has always been GPL.

Last Updated on Thursday, 19 July 2007 09:21
 
Only one edit window! How do I create "Read more..."? PDF Print E-mail
Written by Steve   
Friday, 06 October 2006 21:29

This is now implemented by inserting a tag (button is in the editor area) a dotted line appears in the edited text showing the split location for the "Read more...". A new bot takes care of the rest.

It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.

Last Updated on Thursday, 03 May 2007 09:36
 
You are here  : Home