2.2 System Preferences
All system preferences are stored in ./include/config.inc.php, a file accessed by the web server. This file must be made writeable by the web server if you want to make changes using this page.
For non-Windows users: To make the preferences file writeable execute chmod a+rwx config.inc.php while inside the ./include/ directory of your ATutor installation.
- Site Name
- The name of the course server's website. This name will appear at the top of all the public pages, in the web browser's title bar, and as the From name when sending non-personal emails.
- Home URL
- This will be the web address for the 'Home' link in the public area. Leave empty to remove this link.
- Default Language
- The default language to use if the client's browser settings cannot be detected. Must be one of the languages already installed. See the Languages section on installing and managing existing languages.
- Contact Email
- The reply address used for emails sent for instructor requests and other system emails.
- Maximum File Size
- Maximum allowable file size in Bytes that can be uploaded to the course's File Manager. This does not override the value set for upload_max_filesize in php.ini.
- Maximum Course Size
- Total maximum allowable course size in Bytes. This is the total amount of space a course's File Manager can use.
- Maximum Course Float
- How much a course can be over its Maximum Course Size limit while still allowing a file to upload or import. Makes the course limit actually be Max Course Size + Max Course Float. When Max Course Float is reached, no more uploads will be allowed for that course until files are deleted and the course's space usage falls under the Maximum Course Size.
- Authenticate Against A Master Student List
- Whether or not to enable Master Student List authentication. If enabled, only new accounts that validate against the master list will be created. See the Master Student List section for additional details on using this feature.
- Require Email Confirmation Upon Registration
- If enabled, email confirmation is required in order to login to the system directly following registration. As new accounts are created, an email is sent with instructions on how to confirm their account. The user will not be allowed to login until after they confirm their account.
- Allow Instructor Requests
- If enabled, students will be allowed to request that their account be upgraded to an instructor account. Instructor account requests must be approved by administrators using the Instructor Requests section.
- Instructor Request Email Notification
- If enabled, and if Allow Instructor Requests is enabled, then an email notification message will be sent to the Contact Email each time a new instructor account request is made. This does not affect whether or not instructor requests can be made, only whether or not a notification message is sent out each time.
- Auto Approve Instructor Requests
- If Allow Instructor Requests is enabled, then existing students requesting instructor accounts will be upgraded automatically, bypassing the approval process. Additionally, any newly created accounts will be created as instructors rather than as students.
- Enable the SCORM 1.2 RTE
- Enabling this feature will turn on the Packages tool in ATutor, allowing Instructors to import and run SCORM compliant Sharable Content Objects (SCOs). Note that the RTE requires the Java JRE 1.5 to function properly, as well as LiveConnect, which is enabled by default in the JRE 1.5.
- Theme Specific Categories
- Theme specific categories allows for the association between themes and categories. Courses belonging to a specific category will always be presented using that category's associated theme. This option disables the personalised theme preference. Use the Categories section to create and manage course categories, and the Themes section to install and manage themes.
- User Contributed Handbook Notes
- If enabled will allow anyone viewing the Handbook to contribute notes. User contributed notes must then be approved by an administrator by logging in on the main Handbook page. This option is available in ATutor 1.5.1+.
- Illegal File Extensions
- A list of all the file types, by extension, that are not allowed to be stored on the server. Any file that is being imported or uploaded with an extension in the specified list will be ignored and not saved. The list must contain only the file extensions seperated by commas without the leading dot.
- Cache Directory
- Where cached data is stored. On a Windows machine the path should look like C:\Windows\temp\, while on Unix it should look like /tmp/cache/. On newer Linux/Unix based system shared memory device can also be used /dev/shm/ if it is available. Leave empty to disable caching.
- Course Backups
- The maximum number of backups that can be stored per course. The stored backups do not count towards the course's Max Course Size.