Ignore:
Timestamp:
Aug 18, 2010, 10:43:18 PM (14 years ago)
Author:
Eric
Message:
  • Bug 1727 partially fixed: New option to redirect users to profile page after their first login only.
  • Known problem:
  • The redirection doesn't work after registration and after confirmation page (if ConfirmMail is enabled)
  • The redirection applies to already registered users including admins, webmaster and generic status.
  • Language files updated
  • Upgrade of upgradedb.inc.php
  • Prepare to new version 2.15.4 encode
File:
1 edited

Legend:

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

    r6757 r6775  
    264264$lang['UAM_Confirm_Mail_true'] = ' Activer - Validation par le visiteur';
    265265$lang['UAM_Confirm_Mail_local'] = ' Activer - Validation par l\'administrateur (pas d\'envoi de clé de validation)';
     266$lang['UAM_RedirToProfile'] = 'Redirection vers la page "Personnalisation"';
     267$lang['UAM_RedirToProfile_false'] = ' Désactiver (valeur par défaut)';
     268$lang['UAM_RedirToProfile_true'] = ' Activer';
    266269// --------- End: New or revised $lang ---- from version 2.15.4
    267270?>
Note: See TracChangeset for help on using the changeset viewer.