Changes between Version 19 and Version 20 of WebConfig
- Timestamp:
- Feb 8, 2013, 1:23:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebConfig
v19 v20 31 31 '''PROJECT''':: 32 32 The name of your project 33 '''MASTER_URL'''::34 Your project's master URL (warning: if you change this, volunteers will have to detach/reattach your project)35 33 '''URL_BASE''':: 36 Base URL for web pages (usually same as master URL)34 Base URL for web pages (usually same as master_url defined in config.xml). Warning: if you change your master URL, volunteers will have to detach/reattach your project. 37 35 '''SECURE_URL_BASE''':: 38 36 (optional) URL prefix for forms with passwords. If your web server supports HTTPS, set this accordingly. 39 37 '''STYLESHEET''':: 40 38 Name of stylesheet file (such as `white.css`) 39 '''STYLESHEET2''':: 40 Name of an optional project supplied stylesheet. 41 '''IMAGE_PATH''':: 42 relative path to user-uploaded profile images (default: ../user_profile/images/) 43 '''IMAGE_URL''':: 44 url path to above defined path, is appended to URL_BASE (default: user_profile/images/) 45 '''PROFILE_PATH''':: 46 relative path to user profiles (default: ../user_profile/) 47 '''PROFILE_URL''':: 48 url path to user profiles, is appended to URL_BASE (default: user_profile/) 49 '''LANGUAGE_FILE''':: 50 name of a text file that contains language names that are shown in a selection box to the user at his profile. File is expected in html/user. (default: languages.txt) 41 51 '''COPYRIGHT_HOLDER''':: 42 52 Name of copyright holder 43 53 '''SYS_ADMIN_EMAIL''':: 44 Users are directed here if they have complaints about message-board moderation. Also, messages about user-of-the-day running low are sent here. 45 '''FORUM_MODERATION_EMAIL_USER_ID''':: 54 Users are directed here if they have complaints about message-board moderation. 55 '''UOTD_ADMIN_EMAIL''':: 56 Messages about user-of-the-day running low are sent here. 57 '''POST_REPORT_EMAILS''':: 46 58 Moderation-related emails (such as user complaints) are sent here. 47 59 '''INVITE_CODES''':: … … 55 67 '''NO_TEAMS''':: 56 68 If defined, nothing related to teams is displayed. 69 '''FORUM_QA_MERGED_MODE''':: 70 Set this to true to merge Message boards and Q&A section 57 71 58 72 Certificate-related constants: