Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Variables: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(lang)
m (Reverted edits by Liubin (discussió) to last version by Abel Camacho)
 
(35 revisions intermèdies per 14 usuaris que no es mostren)
Línia 1: Línia 1:
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 ==
== 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 [[Admin/lang|Language]] for details.
*''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
*''themelist'', ''allowuserthemes'', ''allowcoursethemes'' - Please refer to the [[Theme config|Theme configuration]] 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 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
 
==User==
 
*''autologinguests'' - Please refer to [[Guest access]]


== Permissions ==
== 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"]
 
*''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 ==
== See also ==


* [[Administration FAQ]]
*[[Administration FAQ]]
*[http://moodle.org/mod/forum/discuss.php?d=32306 How to make individual course policies (vs. site policies)] forum discussion


[[Category:Administrator]]
[[Category:Administrator]]
[[es:Variables]]
[[eu:Aldagaiak]]
[[fr:Paramètres techniques]]
[[ja:詳細設定]]
[[pt:Variáveis]]

Revisió de 17:34, 20 març 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