Joomla Template Overrides are used to allow the developers to make changes to the layout of a module or component without having to hack into the Joomla core of the module code.
Joomla Template overrides are duplicates of the default.php file from a Joomla module. In our case we just taken mod_login has been duplicated and added to the required folder to allow you to perform a template override. To do this, you should make a copy of the existing view in the html directory of your template, and then modify the copy.
Popular Posts Hits
How to Create Template Overrides in Joomla 3
Joomla Template Overrides are used to allow the developers to make changes to the layout of a module or component without having to hack into the Joomla core of the module code.
Joomla Template overrides are duplicates of the default.php file from a Joomla module. In our case we just taken mod_login has been duplicated and added to the required folder to allow you to perform a template override. To do this, you should make a copy of the existing view in the html directory of your template, and then modify the copy.
The directory structure you need is:
(Ex: /joomla_directory/templates/Acrostia/html/)
Joomla Component Overrides
If you want to change the way that the 'Article' view displays a com_content article, then you should copy the file at :
Joomla Module Overrides
Similarly, if you want to change how the 'mod_login' Module is displayed in site, then you should copy the file at :
We hope this tutorial will helpful :)
Already have an account? Login into comment