Ignore:
Timestamp:
Mar 7, 2010, 3:46:27 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Pre-2.14.0

  • Tips rewriting (thx to Tosca)
  • Updating translations
  • Bug 1467 : FCK Editor functions are enabled but there is still a problem with special characters transformed to code. They are not correctly displayed in email received.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/language/es_ES/plugin.lang.php

    r5064 r5073  
    180180$lang['UAM_No_Comment_Anonymous_false'] = ' Desactivar (por defecto)';
    181181
    182 $lang['UAM_Tips1'] = 'Con la validación de los registros de correo electrónico y mensaje de advertencia en la página principal de Piwigo (ingles)';
    183 $lang['UAM_Tips1_txt'] = '
    184           <ul>
    185             <li>
    186 Ingredients needed:<br>
    187 - 2 Piwigo\'s user groups at least: &quot;Waiting&quot; for visitors awaiting validation and &quot;Validated&quot; for visitors who have validated their registration<br>
    188 - NBC_UAM plugin<br>
    189 - PWG Stuffs plugin<br>
    190 - Possibly Extended Description plugin (to support multi-lingual)
    191             </li>
    192 <br><br>
    193             <li>
    194 La recette :<br>
    195             <ul>
    196               <li>
    197 Preamble: It\'s located in the case of a private gallery or semi-private (ie only a small part of categories is available by Guests and registered can see everything). We consider that the required plugins are installed (does it remind you?).<br><br>
    198               </li>
    199               <li>
    200 Attribute group &quot;Waiting&quot; no permission on private categories<br><br>
    201               </li>
    202               <li>
    203 Attribute group &quot;Validated&quot; all permissions on the private categories<br><br>
    204               </li>
    205               <li>
    206 In NBC_UAM plugin:
    207               <ol>
    208                 <li>Enable registration confirmation</li>
    209                 <li>In the field below &quot;Customizing the confirmation email&quot;, enter text for additional explanation will be attached to email registration confirmation. Possibly, it is possible to use markup language implemented by the plugin Extended Description</li>
    210                 <li>In the &quot;Group for users who have not validated their registration&quot;, select group &quot;Waiting&quot;</li>
    211                 <li>In the &quot;Group for users who have validated their registration&quot;, select group &quot;Validated&quot;</li>
    212                 <li>Save the plugin configuration</li>
    213               </ol>
    214               </li>
    215 <br><br>
    216               <li>
    217 In PWG Stuff plugin:
    218               <ol>
    219                 <li>Add a new module personal block like an edito</li>
    220                 <li>In the module\'s configuration, in addition to its title (eg &quot;Registration pending validation&quot;) and its description, check only the authorized group &quot;Waiting&quot;</li>
    221                 <li>In the content module, enter the message text which sought information will be visible as invalid user. Again, ability to manage multi-language through Extended Description\'s tags</li>
    222                 <li>Validate module</li>
    223                 <li>Define its place on the main page of the gallery</li>
    224               </ol>
    225               </li>
    226             </ul>
    227             </li>
    228 <br><br>
    229             <li>
    230               The result:<br>
    231               - A "Guest" arrives on the gallery, he sees nothing other than the public categories and no information message.<br>
    232               - He registers. This generates an email validation and automatic membership to the group &quot;Waiting&quot;.<br>
    233               - At the end, he\'s redirected to the gallery homepage and a message indicating the waiting of validate its registration<br><br>
    234               He received his email validation, following the link provided for that purpose in the mail, releases the group &quot;Waiting&quot; and takes place in the group &quot;Validated&quot;. By clicking the &quot;Home&quot;, then he\'s connected to the gallery with full access to private groups and without the information message.
    235             </li>
    236           </ul>';
     182$lang['UAM_Tips1'] = 'Con la validación de los registros de correo electrónico y mensaje de advertencia en la página principal de Piwigo';
    237183
    238184$lang['Tab_UserManager'] = 'Seguimiento de las Validaciones';
     
    269215$lang['UAM_Admin_ConfMail_true'] = ' Activar';
    270216$lang['UAM_Admin_ConfMail_false'] = ' Desactivar (por defecto)';
     217$lang['UAM_Tips1_txt'] = '
     218          <ul>
     219            <li>
     220            Goles:<br>
     221            - A su llegada a la galería: Para informar al visitante de que tiene que registrarse para acceder a fotos privadas<br>
     222            - En el registro: Generar una validación de correo electrónico con enlace directo, informar al nuevo usuario de su falta de validación y de integrarlo al grupo "Espera"<br>
     223            - En la validación: cambiar automáticamente de grupo "Espera" al grupo "Validado", que proporciona acceso a categorías particulares<br><br>
     224            <span style="font-style:italic">Recuerde: En funcionamiento normal, el "Invitado" sólo ve las categorías de público, sin mensaje de información.</span>
     225            </li><br><br>
     226            <li>
     227Requisito previo:<br>
     228- Una galería con todas o algunas categorías privado, visible sólo por los usuarios registrados<br>
     229- Al menos 2 siguientes Piwigo grupos de usuarios: "Espera," sin permiso en las categorías de privados, y "Validado" con todos los permisos en las categorías de privados<br>
     230- NBC_UAM plugin<br>
     231- PWG Stuffs plugin, para agregar un tipo de módulo "Personal Block"<br>
     232- Opcionalmente, la Extended Description plugin para soportar múltiples idiomas<br>
     233            </li><br><br>
     234              <li>
     235Etapas:<br><br>
     236A. En plugin NBC_UAM:
     237              <ol>
     238                <li>Activar la confirmación de registro</li>
     239                <li>Introduzca el texto para la explicación adicional, que se adjunta al correo de confirmación de registro. Si se activa el plugin Extended Description, las etiquetas de idioma se puede utilizar</li>
     240                <li>Seleccione la opción "Espera" del grupo en "Para los usuarios que no han validado su registro"</li>
     241                <li>Seleccione la opción "Validado" en grupo "Para los usuarios que han validado su registro"</li>
     242                <li>Guardar la configuración de plug-in</li>
     243              </ol>
     244              </li><br>
     245B. En plugin PWG Stuffs :
     246              <ol>
     247                <li>Añadir un tipo de módulo nuevo "bloque de Personal: Muestra una plantilla de bloque (por ejemplo, un editorial)"</li>
     248                <li>Configurar el módulo, lo que indica el título (por ejemplo, "en espera de la validación de Registro") y su descripción, y solamente "Espera" en la lista de grupos permitido</li>
     249                <li>El contenido completo del módulo con la información del mensaje que se mostrará a los usuarios no validados. Como NBC_UAM, lenguajes de marcas pueden ser utilizados si el plugin Extended Description está activado</li>
     250                <li>Active la casilla "Mostrar el módulo en la página principal del sitio"</li>
     251                <li>Validar la configuración del módulo</li>
     252              </ol>
     253          </ul>';
    271254// --------- End: New or revised $lang ---- from version 2.14.0
    272255?>
Note: See TracChangeset for help on using the changeset viewer.