How Override Layouts Works in Joomla Module

Let's face it, everyone has an opinion about HTML markup especially template designers. Fortunately, changing the output of your module layouts, does not require modifying the original code. A module layout override is possible and preferable, to changing the module layout directly. So let's add and override.

Read more: How Override Layouts Works in Joomla Module

How Module Layout Works in Joomla

Depending on the needs of the site webmasters may want different ways of displaying the output from your module. This can be accomplished through module layouts. Let's give our webmasters a selection of layouts to choose from.

Read more: How Module Layout Works in Joomla

How Parameters Works in Joomla Module

Module parameters give site administrators a way of configuring your module without digging into PHP code. They also give your module a level of reusability as different model instances can have different settings for the parameters.

Read more: How Parameters Works in Joomla Module

Showing information in Joomla Module

Modules are the quickest way to add PHP code to your Joomla site. In this example we'll pull some data from our component and display it in a module.

Read more: Showing information in Joomla Module

close