Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Variables.

Variables

From MoodleDocs
Revision as of 14:54, 20 March 2011 by bin liu (talk | contribs)

本页是给Moodle 1.6站点的管理员看的(见 Talk:Variables).

注意: 在Moodle以后的版本中,变量(variables)也许在不同的位置。例如,"maxbytes" 变量在网站管理区下的"安全-> 网站策略-> 最大上传文件尺寸"


接口

  • lang - If you wish to change any text on your site, it is recommended that a local language pack is created. Please refer to Language for details
  • timezone - This field is used to set the default timezone used by Moodle. It affects time-related messages on the system such as assignment deadlines. If you have set this and still have time problems, make sure the time is set correctly on the server. Users can also set their timezone, see Edit profile.
  • themelist, allowuserthemes, allowcoursethemes - Please refer to the Theme configuration for details

操作系统

用户

权限

杂项

  • debug - Set debug to on in order to get more information about PHP errors. This is often helpful to an administrator when trying to get more information about an error or problem being experienced. Normally, debug is set to off. For more information about debugging in Moodle 1.7 onwards, see Debugging.

参见