axi Posted April 18, 2011 Share Posted April 18, 2011 Bonjour,j'utilise le hook hookCreateAccount dans un module pour ajouter des fonctionnalités d'inscription.A la fin de l'inscription, je souhaite faire apparaitre un message de validation d'inscription.j'utilise la variable $back (exemple trouvé dans un autre module) mais je ne la voit pas apparaitre dans l'url...Je ne trouve pas où ceci est géré dans le coeur...Quelqu'un a un autre moyen ou saurait me guider dans la bonne direction pour que s'affiche sur mon message avant le retour sur la page mon compte?Exemple de code function hookCreateAccount($params) { global $cookie, $back; $registration_code = pSQL(Tools::getValue('registration_code')); if ($registration_code != '' AND $registration_code == $this->_registrationCode) { $back = 'modules/'.basename(__FILE__, '.php').'/messages.php?msg=group2&back=my-account.php'; } Merci d'avance Link to comment Share on other sites More sharing options...
axi Posted April 20, 2011 Author Share Posted April 20, 2011 Quelqu'un? Link to comment Share on other sites More sharing options...
axi Posted April 20, 2011 Author Share Posted April 20, 2011 _ça fonctionne avec $_POST['back'] Dans AuthController.php, la valeur de POST back ou GET back est testée et une redirection est effectuée dessus...Suis content ;-) Link to comment Share on other sites More sharing options...
sanselle Posted August 9, 2012 Share Posted August 9, 2012 Bonjour, pouvez-vous donner le code plus en détail et la modification que vous avez effectuée car j'ai le même problème. Merci. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now