|
67.
|
|
|
Print debug, information and warning messages as well as environment targets to the screen and the error log. This helps to see error messages quickly as they appear directly on the screen.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:346
|
|
68.
|
|
|
Turn on :ref:`developer mode <config_variable_developermode>`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:347
|
|
69.
|
|
|
Disable cache.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:348
|
|
70.
|
|
|
Paradoxically, you will need to set ``productionmode=true`` if you want to fine-tune your settings on a test / development site because ``productionmode=false`` overrides a lot of settings with sensible developer mode defaults.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:351
|
|
71.
|
|
|
remoteavatarbaseurl: Remote avatar server URL
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:360
|
|
72.
|
|
|
``$cfg->remoteavatarbaseurl = 'http://example.com/avatar/';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:295
|
|
73.
|
|
|
Profile pictures of your users can be pulled from an avatar service such as Gravatar. If you run your own service. e.g. `Libravatar <https://www.libravatar.org/>`_, you can point Mahara directly to it with this configuration variable.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:297
|
|
74.
|
|
|
You decide in the :ref:`"User settings" <user_settings>` whether remote avatars can be displayed or not.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:299
|
|
75.
|
|
|
renamecopies: Rename copied pages and collections
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:375
|
|
76.
|
|
|
``$cfg->renamecopies = true;`` or ``$cfg->renamecopies = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:377
|