Contents
- Index
Control Panel - Site Configuration
Site Configuration is usually the first set of bells and whistles that people start to play with when they install Jomres, so it needs to be re-iterated here that Site Configuration only affects the overall look of Jomres, most Properties can edit how their site looks and behaves via the front end options, and there are a lot of configuration options.
As of Jomres 3.1.x Site Configuration settings are now stored in a new table XXX_jomres_site_settings. This is good as you don't need to re-update your configuration every time you upgrade Jomres, but it means that some "hidden" site config settings such as $jrConfig['useSSLinBookingform'] can only be changed by manually editing the database table.
The Site Configuration panel has sub tabs described as follows:
Misc
JS Calendar
File uploads
Search options
Metadata
Note, there are two configuration settings in site_config.php that are not modified by the Site Config tabs. These are:
disableAudit
dynamicMinIntervalRecalculation
If you have a busy server you may find that the audit table becomes very large very quickly. Setting disableAudit to "1" will switch off the auditing.
Jomres offers a feature where it will try to automatically adjust the minimum interval (the gap between arrival and departure) if a number of different tariffs are found for a given period. This is designed for properties that use one set of tariffs, the average model with varying minimum numbers of days, for example over holiday weekends. This is quite a specialised requirement and most sites don't use it, however the feature was causing memory issues on large servers therefore it's switched off by default from Jomres 2.6.2. Change dynamicMinIntervalRecalculation to "1" to re-enable it.