Hi, are you Joomla junior web developer ! or learning Joomla 3, so first i say about what is Joomla:
What is joomla ?
Joomla is a free and open-source content management system (CMS) for publishing web content. It is built on a model–view–controller web application framework that can be used independently of the CMS.
Learn more about jooml click hare.
Now i m going to describe you about where is template and how to override component and module template.
Where is template files ?
Joomla default Template path is : /templates/beez3/…
Joomla Component template path(Front) : /compoent/com_content/views/article/tmpl/…
Joomla Module template path : /modules/mod_articles_latest/tmpl
Above is path of template, component and module now i m going to describe how to override template
How to override template ?
Component : For component template overriding you need to go in your front side component folder and then click on /com_content(component name)/views/article(template name)/tmpl and copy this files to your mail template /templates/beez3(main template name)/html/com_content/article(component template name)/…. past your files here…
So you need to copy files from : /components/com_content(component name)/views/article(template name)/tmpl/..
Past to : /templates/beez3(main template name)/html/com_content/article(component template name)/..
After you can customize that file in your main template html folder as you want !
Module: For module template overriding you need to go in modules folder and then click on /mod_articles_latest(module name)/tmpl and copy this files to your mail template /templates/beez3(main template name)/html/mod_articles_latest/…. past your files here…
So you need to copy files from : /modules/mod_articles_latest(module name)/tmpl/..
Past to : /templates/beez3(main template name)/html/mod_articles_latest/..
After you can customize that file in your main template html folder as you want !
Then see your website look batter and nicer… if still not understand then just msg me i will help you 🙂
Thanks
Leave a Reply