Experiance Koparent for free! Write a listing, create reservation and try out the best Booking web aplication Internet can offer in our LIVE Online Demo!
Notice: Demo web site is restarted every 24 hours!
Frontend Demo: click here
username: demo
password: demo
Administration Demo: click here
username: demoadmin
password: demoadmin
The standard output from any Joomla! Module or Component can be overridden by adding code to the html
directory of your template.
If you are new to Joomla! development, then it is probably easiest to start with an existing view, and try modifying it to get what you want. 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:
TEMPLATE_NAME/html/com_koparent/VIEW_NAME/FILE_NAME.php
For example, if you want to change the way that the 'Advert
' view displays a com_koparent
advert, then you should copy the file at
PATH_TO_JOOMLA/components/com_koparent/views/advert/tmpl/default.php to TEMPLATE_NAME/html/com_koparent/advert/default.php
(note the slight difference in directory structure)
Similarly, if you want to change how the mod_koparent_quicksearch
Module is displayed, then you should copy
PATH_TO_JOOMLA/modules/mod_koparent_quicksearch/tmpl/default.php to TEMPLATE_NAME/html/mod_koparent_quicksearch/default.php
Joomla! comes pre-packaged with a frontend template called Beez. Inside the Beez template directory, you'll find a directory named html
the entire directory structure is as follows:
www.yoursite.com/templates/Beez/html/
There you can see how simple modifications can make big impact on the site and how it is easily changed.
Template overrides are almost limitless. They allow you to add, edit, and remove the components of the Joomla! core output. Note: For the FireFox web browser, an extension called Firebug is available, which is useful for browsing a page's HTML source and matching it up with the PHP code used in template overrides. Now firebug is also available for IE called Firebug Lite.