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.
Location:
extensions/NBC_UserAdvManager/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/UAM_admin.php

    r5064 r5073  
    7272
    7373/* Standby because this may cause too many problems with (;) in text fields */
    74 //$toolbar = 'Basic';
    75 //$width = '750px';
    76 //$height = '300px';
    77 //$areas = array();
    78 //array_push( $areas,'UAM_MailInfo_Text','UAM_ConfirmMail_Text','UAM_GhostTracker_ReminderText','UAM_ConfirmMail_ReMail_Txt1','UAM_ConfirmMail_ReMail_Txt2');
     74$toolbar = 'Basic';
     75$width = '750px';
     76$height = '300px';
     77$areas = array();
     78array_push( $areas,'UAM_MailInfo_Text','UAM_ConfirmMail_Text','UAM_GhostTracker_ReminderText','UAM_ConfirmMail_ReMail_Txt1','UAM_ConfirmMail_ReMail_Txt2');
    7979 
    80 //if (function_exists('set_fckeditor_instance'))
    81 //  set_fckeditor_instance($areas, $toolbar, $width, $height);
     80if (function_exists('set_fckeditor_instance'))
     81  set_fckeditor_instance($areas, $toolbar, $width, $height);
    8282
    8383
     
    107107
    108108/* Control of semicolons - Replaced by dots - Warning message is displayed */   
    109     if ((preg_match($pattern, $_POST['UAM_MailInfo_Text'])) or (preg_match($pattern, $_POST['UAM_GhostTracker_ReminderText'])) or (preg_match($pattern, $_POST['UAM_ConfirmMail_Text'])))
     109/*    if ((preg_match($pattern, $_POST['UAM_MailInfo_Text'])) or (preg_match($pattern, $_POST['UAM_GhostTracker_ReminderText'])) or (preg_match($pattern, $_POST['UAM_ConfirmMail_Text'])))
    110110    {
    111111      if (preg_match($pattern, $_POST['UAM_MailInfo_Text']))
     
    128128     
    129129      array_push($page['errors'], l10n('mail_text_error'));
    130     }
     130    }*/
    131131
    132132    /* Check if CR-LF exist at begining and end of mail exclusion list - If yes, removes them */
     
    179179
    180180/* Control of semicolons - Replaced by dots - Warning message displayed */
    181     if ((preg_match($pattern, $_POST['UAM_ConfirmMail_ReMail_Txt1'])) or (preg_match($pattern, $_POST['UAM_ConfirmMail_ReMail_Txt2'])))
     181/*    if ((preg_match($pattern, $_POST['UAM_ConfirmMail_ReMail_Txt1'])) or (preg_match($pattern, $_POST['UAM_ConfirmMail_ReMail_Txt2'])))
    182182    {
    183183      if ((preg_match($pattern, $_POST['UAM_ConfirmMail_ReMail_Txt1'])))
     
    195195     
    196196      array_push($page['errors'], l10n('mail_text_error'));
    197     }
     197    }*/
    198198
    199199          $newconf_UAM_ConfirmMail = array (
  • extensions/NBC_UserAdvManager/trunk/admin/global.tpl

    r5064 r5073  
    123123          </li>
    124124{/if}
    125 <!--
    126125{if 'FCK_PATH'|@defined}
    127126  <div style="text-align:right;">
     
    129128  </div>
    130129{/if}
    131 -->
    132130        </ul>
    133131
     
    157155          </li>
    158156{/if}
    159 <!--
    160157{if 'FCK_PATH'|@defined}
    161158  <div style="text-align:right;">
     
    163160  </div>
    164161{/if}
    165 -->
    166162        </ul>
    167163
     
    228224        </li>
    229225{/if}
    230 <!--
    231226{if 'FCK_PATH'|@defined}
    232227  <div style="text-align:right;">
     
    234229  </div>
    235230{/if}
    236 -->
    237231
    238232{if $UAM_CONFIRMMAIL_REMAIL_TRUE}
     
    251245        </li>
    252246{/if}
    253 <!--
    254247{if 'FCK_PATH'|@defined}
    255248  <div style="text-align:right;">
     
    257250  </div>
    258251{/if}
    259 -->
    260252        </ul>
    261253      </ul>
     
    295287          </li>
    296288{/if}
    297 <!--
    298289{if 'FCK_PATH'|@defined}
    299290  <div style="text-align:right;">
     
    301292  </div>
    302293{/if}
    303 -->
    304294        </ul>
    305295   
  • extensions/NBC_UserAdvManager/trunk/language/de_DE/plugin.lang.php

    r5064 r5073  
    180180$lang['UAM_No_Comment_Anonymous_false'] = ' Deaktivieren (Standard)';
    181181
    182 $lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
    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 &quot;Guest&quot; 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>';
    237 
    238182$lang['Tab_UserManager'] = 'Tracking Validierungen';
    239183
     
    269213$lang['UAM_Admin_ConfMail_true'] = ' Aktivieren';
    270214$lang['UAM_Admin_ConfMail_false'] = '  Deaktivieren (Standard)';
     215$lang['UAM_Tips1'] = 'Anmeldungen mit E-Mail Validierung und Warnmeldung auf der Piwigo\'s Homepage';
     216$lang['UAM_Tips1_txt'] = '
     217          <ul>
     218            <li>
     219            Tore:<br>
     220            - Bei seiner Ankunft in der Galerie: Unterrichtung der Besucher, dass er sich registrieren um Zugang private Fotos<br>
     221            - Bei der Registrierung: Erzeugen Sie eine E-Mail Validierung mit direkter Verbindung, sie dem neuen Anwender seiner Nicht-Validierung und Integration von ihm mit der Gruppe "Warten"<br>
     222            - Bei der Validierung: Switch automatisch zur Gruppe "Warten" der Gruppe "Validiert", die den Zugang zu privaten Gruppen bietet<br><br>
     223            <span style="font-style:italic">Warnung: Im Standard-Betrieb, der "Gast" sieht nur den öffentlichen Kategorien, ohne Angaben Nachricht.</span>
     224            </li><br><br>
     225            <li>
     226Voraussetzung:<br>
     227- Eine Galerie mit allen oder einigen privaten Kategorien, sichtbar nur durch registrierte Benutzer<br>
     228- Mindestens 2 der folgenden Piwigo Nutzergruppen: "Warten", ohne die Erlaubnis der privaten Gruppen und "Validiert" mit allen Berechtigungen für den privaten Kategorien<br>
     229- NBC_UAM plugin<br>
     230- PWG Stuffs plugin, für das Hinzufügen eines Moduls Art "Personal Block"<br>
     231- Optional können Sie das Plugin Extended Description Multi-Sprachen<br>
     232            </li><br><br>
     233              <li>
     234Etappen:<br><br>
     235A. In plugin NBC_UAM:
     236              <ol>
     237                <li>Aktivieren Sie Anmeldebestätigung</li>
     238                <li>Geben Sie den Text für weitere Erklärung, die angebracht werden, um Anmeldebestätigung mail sendet. Wenn das Plugin Extended Description aktiviert ist, können die Sprach-Tags verwendet werden</li>
     239                <li>Wählen Sie das "Warten"-Gruppe unter "Für Anwender, die noch nicht validiert ihrer Eintragung"</li>
     240                <li>Wählen Sie das "Validiert"-Gruppe unter "Für Anwender, die ihre Anmeldung bestätigt haben"</li>
     241                <li>Speichern Sie das Plugin-Konfiguration</li>
     242              </ol>
     243              </li><br>
     244B. In plugin PWG Stuffs :
     245              <ol>
     246                <li>Fügen Sie ein neues Modul Typ "Personal-Block: Zeigt einen Block Personal (z. B. eine redaktionelle)"</li>
     247                <li>Konfigurieren Sie das Modul unter Angabe der Titel (zB "Anmeldung bis Validierung") und seine Beschreibung, und aktivieren Sie nur "Warten" in der Liste der Gruppen erlaubt</li>
     248                <li>Kompletten Inhalt des Moduls mit der Meldung Informationen, die den Benutzern angezeigt werden nicht validiert. Als NBC_UAM kann Markup-Sprachen verwendet werden, wenn das Plugin Extended Description aktiviert ist</li>
     249                <li>Check "Display das Modul auf der Homepage der Website"</li>
     250                <li>Überprüfen Sie die Konfiguration des Moduls</li>
     251              </ol>
     252          </ul>';
    271253// --------- End: New or revised $lang ---- from version 2.14.0
    272254?>
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r5064 r5073  
    181181
    182182$lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
    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>';
    237183
    238184$lang['Tab_UserManager'] = 'Tracking validations';
     
    269215$lang['UAM_Admin_ConfMail_true'] = ' Enable';
    270216$lang['UAM_Admin_ConfMail_false'] = ' Disable (default)';
     217$lang['UAM_Tips1_txt'] = '
     218          <ul>
     219            <li>
     220            Goals:<br>
     221            - On his arrival at the gallery: To inform the visitor that he has to register to access private photos<br>
     222            - At registration: Generate an email validation with direct link, inform the new user of its non-validation and integrate him to the group "Waiting"<br>
     223            - At validation: Switch automatically group "Waiting" to group "Validated", which provides access to private categories<br><br>
     224            <span style="font-style:italic">Recall: In standard operation, the "Guest" only sees the public categories, without information message.</span>
     225            </li><br><br>
     226            <li>
     227Prerequisite:<br>
     228- A gallery with all or some private categories, visible only by registered users<br>
     229- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Validated" with all the permissions on the private categories<br>
     230- NBC_UAM plugin<br>
     231- PWG Stuffs plugin, for adding a module type "Personal Block"<br>
     232- Optionally, the plugin Extended Description to support multi-languages<br>
     233            </li><br><br>
     234              <li>
     235Stages:<br><br>
     236A. In plugin NBC_UAM:
     237              <ol>
     238                <li>Enable registration confirmation</li>
     239                <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
     240                <li>Select the "Waiting" group under "For users who have not validated their registration"</li>
     241                <li>Select the "Validated" group under "For users who have validated their registration"</li>
     242                <li>Save the plugin configuration</li>
     243              </ol>
     244              </li><br>
     245B. In plugin PWG Stuffs :
     246              <ol>
     247                <li>Add a new module type "Personal block: Shows a block staff (eg an editorial)"</li>
     248                <li>Configure the module, indicating the title (eg "Registration pending validation") and its description, and only check "Waiting" in the list of groups allowed</li>
     249                <li>Complete content of the module with the message information to be displayed to users not validated. As NBC_UAM, languages markup may be used if the plugin is enabled Extended Description</li>
     250                <li>Check "Display the module on the homepage of the site"</li>
     251                <li>Validate the configuration of the module</li>
     252              </ol>
     253          </ul>';
    271254// --------- End: New or revised $lang ---- from version 2.14.0
    272255?>
  • 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?>
  • extensions/NBC_UserAdvManager/trunk/language/fr_FR/plugin.lang.php

    r5064 r5073  
    182182
    183183$lang['UAM_Tips1'] = 'Inscriptions avec validation par email et message d\'avertissement sur la page d\'accueil de Piwigo';
    184 $lang['UAM_Tips1_txt'] = '
    185           <ul>
    186             <li>
    187 Les ingrédients nécessaires:<br>
    188 - 2 groupes d\'utilisateurs Piwigo au minimum: &quot;Attente&quot; pour les visiteur en attente de validation et &quot;Validés&quot; pour les visiteurs ayant validé leur inscription<br>
    189 - Le plugin NBC_UAM<br>
    190 - Le plugin PWG Stuffs<br>
    191 - Eventuellement le plugin Extended Description (pour le support multi-langues)
    192             </li>
    193 <br><br>
    194             <li>
    195 La recette:<br>
    196             <ul>
    197               <li>
    198 Préambule: On se place dans le cas d\'une galerie privée ou semi-privée (c\'est à dire qu\'une petite partie des catégories est accessible par les Guests et que les inscrits peuvent tout voir). On considère que les plugins requis sont installés (faut-il le rappeler ?).<br><br>
    199               </li>
    200               <li>
    201 N\'attribuer au groupe &quot;Attente&quot; aucune permission sur les catégories privées<br><br>
    202               </li>
    203               <li>
    204 Attribuer au groupe &quot;Validés&quot; toutes les permissions sur les catégories privées<br><br>
    205               </li>
    206               <li>
    207 Dans le plugin NBC_UAM:
    208               <ol>
    209                 <li>Activer la confirmation d\'inscription</li>
    210                 <li>Dans le champ sous &quot;Personnalisation de l\'email confirmation&quot;, saisir un texte additionnel d\'explication qui sera joint au mail de confirmation d\'inscription. Eventuellement, il est possible d\'utiliser les balises de langues implémentées par le plugin Extended Description</li>
    211                 <li>Dans la liste &quot;Groupe pour les utilisateurs n\'ayant pas validé leur inscription&quot;, sélectionner le groupe &quot;Attente&quot;</li>
    212                 <li>Dans la liste &quot;Groupe pour les utilisateurs ayant validé leur inscription&quot;, sélectionner le groupe &quot;Validés&quot;</li>
    213                 <li>Enregistrer la configuration du plugin</li>
    214               </ol>
    215               </li>
    216 <br><br>
    217               <li>
    218 Dans le plugin PWG Stuff:
    219               <ol>
    220                 <li>Ajouter un nouveau module de type &quot;Bloc personnel : Affiche un bloc personnel (un édito par exemple)&quot;</li>
    221                 <li>Dans la configuration du module, outre son titre (ex : &quot;Inscription en attente de validation&quot;) et sa description, cocher uniquement le groupe autorisé &quot;Attente&quot;</li>
    222                 <li>Dans le contenu du module, saisir le texte du message d\'information voulu qui ne sera visible que des utilisateurs non validés. Là aussi, possibilité de gérer le multi-langue grâce aux balises d\'Extended Description</li>
    223                 <li>Valider le module</li>
    224                 <li>Définir sa place dans l\'affiche de la page principale de la galerie</li>
    225               </ol>
    226               </li>
    227             </ul>
    228             </li>
    229 <br><br>
    230             <li>
    231               Le résultat:<br>
    232               - Un &quot;Guest&quot; arrive sur la galerie, il ne voit rien d\'autre que les catégories publiques et pas de message d\'information.<br>
    233               - Il s\'inscrit. Ce qui génère un email de validation et son appartenance automatique au groupe &quot;Attente&quot;.<br>
    234               - A l\'issue, il est redirigé sur la page d\'accueil de la galerie avec, cette fois, un message lui indiquant la non-validation de son inscription<br><br>
    235               Il reçoit son email de validation, suit le lien prévu à cet effet dans le mail, ce qui le sort du groupe &quot;Attente&quot; et le place dans le groupe &quot;Validés&quot;. En cliquant sur le bouton &quot;Home&quot;, il est alors connecté à la galerie avec accès total aux catégories privées et sans le message d\'information.
    236             </li>
    237           </ul>';
    238184
    239185$lang['Tab_UserManager'] = 'Suivi des validations';
     
    269215$lang['UAM_Admin_ConfMail_true'] = ' Activer';
    270216$lang['UAM_Admin_ConfMail_false'] = ' Désactiver (valeur par défaut)';
     217$lang['UAM_Tips1_txt'] = '
     218          <ul>
     219            <li>
     220            Objectifs:<br>
     221            - A son arrivée sur la galerie : Informer le visiteur qu\'il peut s\'inscrire pour accéder aux photos privées<br>
     222            - A l\'inscription : Générer un email avec lien direct de validation, informer le nouvel utilisateur de sa non-validation et le rattacher au groupe &quot;Attente&quot;<br>
     223            - A la validation : Le passer automatiquement du groupe &quot;Attente&quot; au groupe &quot;Validés&quot;, qui lui permet d\'accéder normalement aux catégories privées<br><br>
     224            <span style="font-style:italic">Rappel: En fonctionnement standard, le &quot;Guest&quot; ne voit que les catégories publiques, sans message d\'information.</span>
     225            </li><br><br>
     226            <li>
     227Pré-requis:<br>
     228- Une galerie avec tout ou partie des catégories privées, visibles par les seuls utilisateurs inscrits<br>
     229- Au moins les 2 groupes d\'utilisateurs Piwigo suivants : &quot;Attente&quot;, sans aucune permission sur les catégories privées, et &quot;Validés&quot;, avec toutes les permissions sur les catégories privées<br>
     230- Le plugin NBC_UAM<br>
     231- Le plugin PWG Stuffs, pour l\'ajout d\'un module de type &quot;Bloc personnel&quot;<br>
     232- En option, le plugin Extended Description, pour le support multi-langues<br>
     233            </li><br><br>
     234              <li>
     235Réalisation:<br><br>
     236A. Dans le plugin NBC_UAM:
     237              <ol>
     238                <li>Activer la confirmation d\'inscription</li>
     239                <li>Saisir un &quot;texte d\'accueil personnalisé&quot; qui sera joint au mail de confirmation d\'inscription. Si le plugin Extended Description est activé, les balises de langues peuvent être utilisées</li>
     240                <li>Sélectionner le groupe &quot;Attente&quot; à la rubrique &quot;Pour les utilisateurs n\'ayant pas validé leur inscription&quot;</li>
     241                <li>Sélectionner le groupe &quot;Validés&quot; à la rubrique &quot;Pour les utilisateurs ayant validé leur inscription&quot;</li>
     242                <li>Enregistrer la configuration du plugin</li>
     243              </ol>
     244              </li><br>
     245B. Dans le plugin PWG Stuffs:
     246              <ol>
     247                <li>Ajouter un nouveau module de type &quot;Bloc personnel : Affiche un bloc personnel (un édito par exemple)&quot;</li>
     248                <li>Configurer le module, en indiquant son titre (ex : &quot;Inscription en attente de validation&quot;) et sa description, et cocher uniquement&quot;Attente&quot; dans la liste des groupes autorisés</li>
     249                <li>Compléter le contenu du module avec le texte du message d\'information qui sera affiché aux utilisateurs non validés. Comme dans NBC_UAM, les balises de langues peuvent être utilisées si le plugin Extended Description est activé</li>
     250                <li>Cocher &quot;Afficher le module sur la page d\'accueil du site&quot;</li>
     251                <li>Valider la configuration du module</li>
     252              </ol>
     253          </ul>';
    271254// --------- End: New or revised $lang ---- from version 2.14.0
    272255?>
  • extensions/NBC_UserAdvManager/trunk/language/it_IT/plugin.lang.php

    r5064 r5073  
    180180$lang['UAM_No_Comment_Anonymous_false'] = ' Disattivare (predefinito)';
    181181
    182 $lang['UAM_Tips1'] = 'Registrazioni con la convalida e-mail e messaggio di avviso nella home page del PhpWebGallery (Inglese)';
    183 /* TODO */$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'] = 'Registrazioni con la convalida e-mail e messaggio di avviso nella home page del Piwigo (Inglese)';
    237183
    238184$lang['Tab_UserManager'] = 'Tracciamento convalide';
     
    269215$lang['UAM_Admin_ConfMail_true'] = ' Consentire';
    270216$lang['UAM_Admin_ConfMail_false'] = ' Disattivare (predefinito)';
     217$lang['UAM_Tips1_txt'] = '
     218          <ul>
     219            <li>
     220            Obiettivi:<br>
     221            - Al suo arrivo presso la galleria: a informare il visitatore che si deve registrare per accedere a foto private<br>
     222            - Al momento della registrazione: Genera una validazione e-mail con il link diretto, informa il nuovo utente della sua mancata convalida e integrare lo al gruppo "Attesa"<br>
     223            - All\'atto della convalida: Switch automaticamente gruppo "Attesa" di gruppo "Validati", che fornisce l\'accesso a categorie privato<br><br>
     224            <span style="font-style:italic">Ricordo: In funzionamento standard, il "cliente" vede solo le categorie del pubblico, senza messaggio di informazione.</span>
     225            </li><br><br>
     226            <li>
     227Prerequisito:<br>
     228- Una galleria con tutte o alcune categorie private, visibili solo agli utenti registrati<br>
     229- Almeno 2 seguenti gruppi di utenti Piwigo\'s: "Attesa", senza il consenso sulle categorie private, e "Validati" con tutte le autorizzazioni per le categorie privato<br>
     230- NBC_UAM plugin<br>
     231- PWG Stuffs plugin, per aggiungere un tipo di modulo "Personal Block"<br>
     232- Facoltativamente, il plugin Extended Description al supporto multi-lingue<br>
     233            </li><br><br>
     234              <li>
     235Tappe:<br><br>
     236A. In plugin NBC_UAM:
     237              <ol>
     238                <li>Consentire la conferma della registrazione</li>
     239                <li>Inserisci il testo per ulteriori spiegazioni, che sarà allegato a una mail di conferma della registrazione. Se il plugin Extended Description è attivato, i tag linguaggio può essere utilizzato</li>
     240                <li>Selezionare l\'opzione "Attesa" gruppo sotto la voce "Per gli utenti che non hanno convalidato la loro registrazione"</li>
     241                <li>Selezionare l\'opzione "Validati" gruppo sotto la voce "Per gli utenti che hanno convalidato la loro iscrizione"</li>
     242                <li>Salvare la configurazione</li>
     243              </ol>
     244              </li><br>
     245B. In plugin PWG Stuffs :
     246              <ol>
     247                <li>Aggiungere un nuovo tipo di modulo "block personali: mostra personale di blocco (ad esempio, un editoriale)"</li>
     248                <li>Configurare il modulo, indicando il titolo (ad esempio, "in attesa di convalida Registrazione") e la sua descrizione, e selezionare solo "Attesa" nella lista dei gruppi ammessi</li>
     249                <li>Contenuto completo del modulo con le informazioni di messaggio da visualizzare per gli utenti non convalidato. Come NBC_UAM, linguaggi di markup possono essere utilizzati se il plugin Extended Description è abilitato</li>
     250                <li>Check "visualizzare il modulo nella homepage del sito"</li>
     251                <li>Convalidare la configurazione del modulo</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.