01/08/2011, 19:11:09
Pour ton problème de redirection, il est précisé dans la doc du module :
policy="normal" - Applicable only in the default comment form action, this parameter specifies a specific behaviour policy for the form.
normal - (default)
-- The system will not redirect to any page, instead it will output an information message or error according to the template that is selected. This is similar behaviour to all other modules. The "destpage" parameter has no effect with this policy.
session
-- On form submission, the system will store form variables in the session, and redirect back to the originating url.. it will then retrieve the values from the session to re-populate the form, and display any optional error. The "inline" parameter has no effect with this policy.
Essaye donc d'ajouter à ton appel :
policy="normal" - Applicable only in the default comment form action, this parameter specifies a specific behaviour policy for the form.
normal - (default)
-- The system will not redirect to any page, instead it will output an information message or error according to the template that is selected. This is similar behaviour to all other modules. The "destpage" parameter has no effect with this policy.
session
-- On form submission, the system will store form variables in the session, and redirect back to the originating url.. it will then retrieve the values from the session to re-populate the form, and display any optional error. The "inline" parameter has no effect with this policy.
Essaye donc d'ajouter à ton appel :
Code :
policy='session'
Aire Libre // Création de sites web et services CMS Made Simple : intégration, développement, maintenance et dépannage // De l'Alsace vers le monde entier