Difference between revisions of "MRBS"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:apps]]
 
[[Category:apps]]
 
====Customize config.inc.php file====
 
====Customize config.inc.php file====
Now go through systemdefaults.inc.php and see which other configuration settings  
+
Browse the /var/hda/web-apps/mrbs/html/systemdefaults.inc.php and see which other configuration settings you would like to change. Do this by copying them to /var/hda/web-apps/mrbs/html/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.
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
 
There is a wide variety of settings that can be changed, including

Revision as of 00:45, 23 April 2010

Customize config.inc.php file

Browse the /var/hda/web-apps/mrbs/html/systemdefaults.inc.php and see which other configuration settings you would like to change. Do this by copying them to /var/hda/web-apps/mrbs/html/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.)