TapouT Sports Nutrition
Former WEC Featherweight Champion Mike Brown discusses his hackers and Method's role in helping him solve the issues on ESPN Radio.

 

Extensions

Out of the box, Joomla! does a great job of managing the content needed to make your Web site sing. But for many people, the true power of Joomla! lies in the application framework that makes it possible for developers all 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
  • E-mail newsletters
  • Data collection and reporting tools
  • Banner advertising systems
  • Paid subscription services
  • and many, many, more

You can find more examples over at our ever 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 Index - a Table of Contents (yet 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 render 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 Article Component (com_content), for example, is the mini-application that handles all core Article 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
  • News Feeds
  • Banners
  • Mass Mail
  • Polls

A Component will manage data, set displays, provide functions, and in general can perform any operation that does not 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. They make it possible to completely transform Joomla! and greatly expand its capabilities.

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 Articles (Newsflash) Modules are usually used to output data but they can also be interactive form items to input data for example the Login Module or Polls.

Modules can be assigned to Module positions which are defined in your Template and in the back-end using the Module Manager and editing the Module Position settings. 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 by holding down the control key and selecting multiple locations 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 (mod_mainmenu) code and giving it the name of your new Menu. When you copy a Module you do not copy all of its parameters, you simply allow Joomla! to use the same code with two separate settings.

Newsflash Example

Newsflash is a Module which will display Articles from your site in an assignable Module position. It can be used and configured to display one Category, all Categories, or to randomly choose Articles 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 Article.

The Newsflash Component is particularly useful for things like Site News or to show the latest Article added to your Web site.

Plugin - Joomla! Extension Directory Plugins

One of the more advanced Extensions for Joomla! is the Plugin. In previous versions of Joomla! Plugins were known as Mambots. Aside from changing their name 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.

Language - Joomla! Extensions Directory Languages

New to Joomla! 1.5 and perhaps the most basic and critical Extension is a Language. Joomla! is released with multiple Installation Languages but the base Site and Administrator are packaged in just the one Language en-GB - being English with GB spelling for example. To include all the translations currently available would bloat the core package and make it unmanageable for uploading purposes. The Language files enable all the User interfaces both Front-end and Back-end to be presented in the local preferred language. Note these packs do not have any impact on the actual content such as Articles.

More information on languages is available from the
http://community.joomla.org/translations.html

Gantry Framework

Definition of Gantry

gan·try (gan′trē) noun

  1. (RocketTheme) A framework used for assembling, building and maintaining a RocketTheme template

Overview of Gantry

Gantry is a sophisticated Joomla template framework with the sole intention of being the best platform to build a solid template with. Gantry takes all the lessons learned during the development of many RocketTheme templates and distills that knowledge into a single super-flexible framework that is easy to configure, simple to extend, and powerful enough to handle anything we want to throw at it.

RTL Preview (Large Image 240KB)

Key Features

The Gantry framework is packed with many great features that enable the rapid development of feature-rich designs with a minimum amount of effort. We've also gone to great lengths to enhance the standard Joomla administration user interface to make configuring a Gantry-powered template easier than ever before. Check out a sampling of the features Gantry brings to the table:

  • 960 Grid System (http://960.gs) for simple consistent layout
  • Cleaner more understandable index.php. All the complicated bits are handled for you in the Gantry core.
  • Flexibility to configure up to 6 modules in row position.
  • 65 base module positions in the Gantry core. These can be easily extended to add more
  • 36 possible combinations for the layout of the mainbody/sidebars alone!
  • Flexibility to configure different grid-size layouts based on number of published modules. You are not forced to use the same grid layout for every page
  • 12 built-in Gantry Features like Logo, Font-Sizer, To-Top Smooth Slider. Easily create your own to add more functionality with little coding required.
  • Ability to force module display and 'blank' module positions for advanced module placement ability.
  • Stunning new Admin interface providing better usability and control.
  • Unique Layout controls allow you to configure your layout without having to do math or ever create a 'broken' layout.
  • Layout controls provide visual representation of your front-end layout for simple and intuitive customization.
  • Gantry is XML driven, adding another row of completely flexible module positions is as simple as editing one XML file.
  • New flexible parameter system allows loading preset theme attributes and modifying for a custom design. Also support session and cookie level overriding for development.
  • All new table-less HTML overrides based on the excellent GNU/GPLv2 overrides from YOOtheme
  • New standard typography and Joomla core elements styling
  • New advanced caching system makes using Gantry really fast!
  • All configuration state is stored in params.ini and cached for speed.
  • Optimized codebase with speed, size, and reuse core tenants of the framework design
  • RTL Support
  • Custom preset support
  • Set parameters on a per menu item basis
  • GZipper compression

Overview of the Administrator Interface

The administrative interface for Gantry is one of, if not the, most extensive and intuitive Joomla administrators in the community as a whole today. Gantry takes the template parameter ability of Joomla and takes it to the next level with a robust, diverse, functional and overall, substantial array of options to control, essentially, all aspects of the template.

The best way to discover all the options available, as well as what they do, is to visit the administrator itself at Extensions → Template Manager → rt_dominion_j15

Module Positions

There are over 60 collapsible module positions. If no module is published to the position, it will not appear, but rather collapses.

Non-Standard Elements

There are non-standard elements that are injected into the template grid structure when enabled via the template parameter.

For example: The logo element is injected into the header-a position. It is inserted in a stacked fashion, meaning, if there are modules published to the header-a position, they will appear in the same column as the logo, just one place below.

You can change the positions of these elements at Extensions → Template Manager → rt_dominion_j15

Gantry Framework : Learn more

View all module positions live by appending ?tp=1 or &tp=1 to the end of your URL such as http://yoursite.com/index.php?tp=1.

The below diagram is of the Module Variations page.

Module Positions

XHTML / CSS 3 Valid

The template is fully compliant with the XHTML 1.0 Transitional and CSS3 standards, as set by the World Wide Web Consortium.

Validate (XHTML)

PNG Sources

Dominion is supplied with Adobe Fireworks PNG sources (versions CS3 and above). Download the source zips from RocketTheme.com

Logo Editing Tutorial

RocketLauncher Pack

RocketLauncher is a complete Joomla install to replicate the demo, inclusive of the template, extensions, images and all the content.

More Information