Application Settings
Configure your application
The system behaviour can easily altered with these core settings. Note, after changing any settings, you will need to restart the application.
Calendar Settings
These settings generally affect the main calendar views. For more detailed explanation of some of these settings, see http://fullcalendar.io/docs/
Name | Description | Default Value |
---|---|---|
calendarAllDaySlot | Determines if the "all-day" slot is displayed at the top of the calendar. | true |
calendarAllDayText | The text titling the "all-day" slot at the top of the calendar. | all-day |
calendarAxisFormat | Determines the time-text that will be displayed on the vertical axis of the agenda views | h(:mm)a |
calendarColumnFormatDay | Column format for day | dddd d/M |
calendarColumnFormatMonth | Column format for month | ddd |
calendarColumnFormatWeek | Column format for week | ddd d/M |
calendarDefaultView | Calendar Default View - Can be month, basicWeek, basicDay etc | month |
calendarFirstday | Start Calendar on this day of the week: 1 = Monday, 0 = Sunday | 1 |
calendarHeadercenter | Calendar Header Display, center | title |
calendarHeaderleft | Calendar Header Display, left | prev,next today |
calendarHeaderright | Calendar Header Display, right | month,agendaWeek,agendaDay |
calendarHiddenDays | Hide certain days (Comma Delim List in array, i.e [1,3,5] ) | [] |
calendarMaxtime | Calendar Maximum Time to display (format HH:MM:SS) | 23:00:00 |
calendarMintime | Calendar Minimum Time to display (format HH:MM:SS) | 07:00:00 |
calendarSlotEventOverlap | Determines if timed events in agenda view should visually overlap: note, this has nothing to do with event concurrency when booking | 0 |
calendarSlotMinutes | Calendar No of minutes per slot (format HH:MM:SS) | 00:15:00 |
calendarTimeformat | Calendar Time Format | H:mm |
calendarWeekends | Whether to show weekends | 1 |
calendarWeekNumbers | Determines if week numbers should be displayed on the calendar. | 0 |
Email Settings
Configure the various email addresses used. Note, the error handling email address has to be set manually in /config/production/settings.cfm
Name | Description | Default Value |
---|---|---|
bccAllEmail | Whether the BCC all email to alternative address (except password resets) | false |
bccAllEmailTo | BCC All sent email to this address (if bccAllEmail is true) | [email protected] |
siteEmailAddress | Main Site email address - used in booking notifications | [email protected] |
General Settings
General settings tend to affect site-wide behaviour
Name | Description | Default Value |
---|---|---|
allowResources | Allow Resource Booking alongside events | 1 |
allowSettings | Warning - setting to zero will disable the facility to edit all settings via the web interface, and will only be editable via the database directly | 1 |
approveBooking | Whether to force new bookings to be approved by a user with the allowApproveBooking permission | 1 |
defaultDateFormat | Default Date Format (agenda view etc) NB, uses coldFusion datetime formatting | DD MMM YYYY |
defaultTimeFormat | Default Time Format (agenda view etc) NB, uses coldFusion datetime formatting | HH:MM |
googleanalytics | Google Anayltics Tracking Code (format: UA-XXXXX-X), set to UA- to omit | UA- |
isDemoMode | Put the board into demo mode | 0 |
resourceTypes | List of possible resource types (Comma Deliminated List of Values) | Computers,Audio Visual,Furniture |
sitedescription | Site Meta Description | Room Booking System |
sitelogo | Path or Full URL to your Site Logo, 20px x 20px recommended | / |
sitetitle | The Main Site Title | Room Booking System |
version | Version Number: DB version number - if you've run a new install, or used the upgrade .sql files, this should represent the current major release version number | 1.2 |
Location Settings
These settings specifically apply to locations
Name | Description | Default Value |
---|---|---|
allowLocations | setting to zero will disable the facility to edit all locations via the web interface | 1 |
roomlayouttypes | Default Room Layout Types (Comma Deliminated List of Values) - can be overridden per location | Standard,Boardroom,Lecture |
showlocationcolours | Whether to display calendar entries with their location colour | 1 |
showlocationfilter | Whether to show the Location Filter Bar on the Main Calendar Page | 1 |
Updated less than a minute ago