Minor - Update redirection plugin documentation and translations - refs #2200
parent
057ff9eba4
commit
59a0c53c38
@ -1,8 +1,15 @@ |
|||||||
# chamilo-plugin-redirection |
Redirection plugin |
||||||
Plugin chamilo para la redirección de usuarios. |
=== |
||||||
|
|
||||||
Requiere agregar: |
Chamilo plugin for the redirection of specific users after they login. |
||||||
|
|
||||||
<code> |
Requires the addition of the following in configuration.php: |
||||||
|
|
||||||
|
``` |
||||||
$_configuration['plugin_redirection_enabled'] = true; |
$_configuration['plugin_redirection_enabled'] = true; |
||||||
</code> |
``` |
||||||
|
|
||||||
|
This setting is defined in configuration.php rather than in settings_current to reduce the |
||||||
|
load, as it is used on every login. |
||||||
|
|
||||||
|
@TODO Check the load difference for *just* checking it in settings_current rather than building the plugin object |
@ -1,5 +1,5 @@ |
|||||||
<?php |
<?php |
||||||
/* For licensing terms, see /license.txt */ |
/* For licensing terms, see /license.txt */ |
||||||
|
|
||||||
$strings['plugin_title'] = "Redirección personalizada"; |
$strings['plugin_title'] = "Custom redirection by user"; |
||||||
$strings['plugin_comment'] = "Redirecciona a una url personalizada a un usuario en concreto"; |
$strings['plugin_comment'] = "Redirect specific users to any specific URL"; |
||||||
|
Loading…
Reference in new issue