General description
This feature allows you to edit your jomres frontend html templates and css stylesheet, and save the template changes in the database (for technical reasons the css changes are saved to /jomres/temp). This way, when you upgrade Jomres, your custom templates and css will be kept. All changes are saved in the #__jomres_custom_templates table in your database.
Usage
Click on the 'Template editing' button in your Jomres control panel and you`ll be taken to a new screen. Here you can see your listed your jomrescss.css (originally located in /jomres/css) and all html files that are part of the jomres frontend template (files originally located in /jomres/templates/jomres/frontend).
The table has 5 columns.
The first is the name of the template.
The second tells you if your template has been customised or not (which version is active, the one on the disk or the one saved in the database).
The fourth column contains the date when your custom template saved in database was last modified.
Creating/Editing a custom template
-
Click on the file name you want to edit and you`ll be taken to a new screen where you can see an editor
-
Make the desired changes. This manual will not help you learn html or css, so if you need help with this, please search Google.
-
Save your changes by hitting the 'Submit' button above the editor. You will be returned to the previous screen and you can see that the template has been saved ('Template modified' is now 'Yes') and last modified date has been updated.
-
Go to the Jomres frontend to see your changes in action.
Deleting a custom template
If you find you've made a lot of changes to a template and have found that you want to restore the original template, use this delete function to do it. It will remove the record from the custom templates table and Jomres will start using the default template on the server's disk.
-
Click on the template filename you want to delete from the database.
-
In the editing screen, click on the trash can icon. When returning to the templates list, you`ll see that 'Template modified' is now 'No'. This means that the template on the disk is active from now on.
-
Go to the frontend to check if everything is ok.
Final notes
Template editing is an advanced feature, so be careful with it. If you don`t have html or css knowledge, it`s better that you don`t use this feature at all.
If you do, however, want to edit your Jomres templates, we strongly advise you to not edit the templates in the /jomres/templates/frontend directory, and instead use this feature.