Difference between revisions of "MRBS"

From Amahi Wiki
Jump to: navigation, search
(Created page with 'Category:apps')
 
Line 1: Line 1:
 
[[Category:apps]]
 
[[Category:apps]]
 +
====Customize config.inc.php file====
 +
Now go through systemdefaults.inc.php and see which other configuration settings
 +
you would like to change.  Do this by copying them to config.inc.php and changing
 +
them there.  This should make the task of upgrading to new releases easier as all
 +
your site-specific configuration changes will be confined to config.inc.php.
 +
 +
There is a wide variety of settings that can be changed, including
 +
 +
- site identification information
 +
- themes
 +
- calendar settings
 +
- booking policies
 +
- display and time format settings
 +
- private bookings settings
 +
- provisisional bookings settings
 +
- authentication settings
 +
- email settings
 +
- language settings
 +
- report settings
 +
- entry types
 +
 +
The comments in the systemdefaults.inc.php file should explain the purpose of the
 +
various configuration variables and how to change them.    (Note that some of the
 +
settinngs can be set on a per-area basis through the area administration page in MRBS.
 +
In this case the setting in the systemdefaults.inc.php/config.inc.php file defines
 +
the default settings for new areas.)

Revision as of 00:43, 23 April 2010

Customize config.inc.php file

Now go through systemdefaults.inc.php and see which other configuration settings you would like to change. Do this by copying them to config.inc.php and changing them there. This should make the task of upgrading to new releases easier as all your site-specific configuration changes will be confined to config.inc.php.

There is a wide variety of settings that can be changed, including

- site identification information - themes - calendar settings - booking policies - display and time format settings - private bookings settings - provisisional bookings settings - authentication settings - email settings - language settings - report settings - entry types

The comments in the systemdefaults.inc.php file should explain the purpose of the various configuration variables and how to change them. (Note that some of the settinngs can be set on a per-area basis through the area administration page in MRBS. In this case the setting in the systemdefaults.inc.php/config.inc.php file defines the default settings for new areas.)