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

Variables: Difference between revisions

From MoodleDocs
m (Reverted edits by Liubin (talk) to last version by Abel Camacho)
 
Line 1: Line 1:
本页是给Moodle 1.6站点的管理员看的([[Talk:Variables]]).   
This page is for administrators of Moodle 1.6 sites (see [[Talk:Variables]]).   
:'''注意: 在Moodle以后的版本中,变量(variables)也许在不同的位置。例如,"maxbytes" 变量在网站管理区下的"安全-> 网站策略-> 最大上传文件尺寸"
:'''NOTE: In later versions of Moodle, variables may be in different locations in the interface. For instance, the "maxbytes" variable is in the site administration block under Security -> Site Policies -> Maximum uploaded file size.'''




== 接口 ==
== Interface ==


*''lang'' - 如果你想改变任何网站的文本,建设创建本地化语言包。细节请参阅 [[Language]]  
*''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'' -  这个字段用来设置Moodle的默认时区。 它影响系统中的相关时间信息如课程截止日期。如果你已经设计,但时间仍然有问题,确保服务器时间正确。用户还可以设置自己的时区,请 [[Edit profile]].
*''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'' - 请参阅 [[Theme config|Theme configuration]] 的详细信息
*''themelist'', ''allowuserthemes'', ''allowcoursethemes'' - Please refer to the [[Theme config|Theme configuration]] for details


== 操作系统 ==
== Operating System ==


*''slasharguments'' - Please refer to the FAQ [[Installation_FAQ#Uploaded_files_give_.22File_not_found.22|Uploaded files give "File not found"]] and the [[Installing_Moodle#Check_web_server_settings|check web server settings]] instructions
*''slasharguments'' - Please refer to the FAQ [[Installation_FAQ#Uploaded_files_give_.22File_not_found.22|Uploaded files give "File not found"]] and the [[Installing_Moodle#Check_web_server_settings|check web server settings]] instructions


==用户==
==User==


*''autologinguests'' - Please refer to [[Guest access]]
*''autologinguests'' - Please refer to [[Guest access]]


== 权限==
== Permissions ==


*''opentogoogle'' - Please refer to [[Search engine optimization]] for further information
*''opentogoogle'' - Please refer to [[Search engine optimization]] for further information


== 杂项==
== Miscellaneous ==


*''maxeditingtime'' - Please refer to the forum discussions [http://moodle.org/mod/forum/discuss.php?d=28679 Editing a forum post after the 30 minutes deadline] and [http://moodle.org/mod/forum/discuss.php?d=5367 The philosophy underlying "no editing after 30 minutes"]
*''maxeditingtime'' - Please refer to the forum discussions [http://moodle.org/mod/forum/discuss.php?d=28679 Editing a forum post after the 30 minutes deadline] and [http://moodle.org/mod/forum/discuss.php?d=5367 The philosophy underlying "no editing after 30 minutes"]
Line 27: Line 27:
*''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]].
*''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]].


== 参见==
== See also ==


*[[Administration FAQ]]
*[[Administration FAQ]]

Latest revision as of 17:34, 20 March 2011

This page is for administrators of Moodle 1.6 sites (see Talk:Variables).

NOTE: In later versions of Moodle, variables may be in different locations in the interface. For instance, the "maxbytes" variable is in the site administration block under Security -> Site Policies -> Maximum uploaded file size.


Interface

  • 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

Operating System

User

Permissions

Miscellaneous

  • 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.

See also