Difference between revisions of "MRBS"

From Amahi Wiki
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:apps]]
 
[[Category:apps]]
====Customize config.inc.php file====
+
===Customize Application Settings===
Now go through systemdefaults.inc.php and see which other configuration settings  
+
The configuration files are located in '''/var/hda/web-apps/mrbs/html''' directory.  Browse the '''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'''.
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
  
- 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''' and '''config.inc.php''' file defines
 
the default settings for new areas.)
 
the default settings for new areas.)
 +
 +
 +
'''NOTE:'''  For more information see the documentation at the [http://mrbs.sourceforge.net/docs.php MRBS] website.

Latest revision as of 00:52, 23 April 2010

Customize Application Settings

The configuration files are located in /var/hda/web-apps/mrbs/html directory. Browse the 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 and config.inc.php file defines the default settings for new areas.)


NOTE: For more information see the documentation at the MRBS website.