Difference between revisions of "MRBS"

From Amahi Wiki
Jump to: navigation, search
Line 8: Line 8:
 
There is a wide variety of settings that can be changed, including
 
There is a wide variety of settings that can be changed, including
  
- site identification information
+
* site identification information
- themes
+
* themes
- calendar settings
+
* calendar settings
- booking policies
+
* booking policies
- display and time format settings
+
* display and time format settings
- private bookings settings
+
* private bookings settings
- provisisional bookings settings
+
* provisional bookings settings
- authentication settings
+
* authentication settings
- email settings
+
* email settings
- language settings
+
* language settings
- report settings
+
* report settings
- entry types
+
* entry types
  
 
The comments in the systemdefaults.inc.php file should explain the purpose of the
 
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
 
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.
+
settings 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
 
In this case the setting in the systemdefaults.inc.php/config.inc.php file defines
 
the default settings for new areas.)
 
the default settings for new areas.)

Revision as of 00:44, 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
  • provisional 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 settings 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.)