![]() |
|
Several registration issues - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Several registration issues (/thread-6234.html) |
Several registration issues - violette - 2009-12-06 I'm struggling with the registration part of the ZP script, I read the tutorials and instructions but I'm not a PHP prof.
I'm not sure if this is important: the language is set to Dutch. Greetz Several registration issues - kagutsuchi - 2009-12-06 After a user submits the registration, he should be automatically redirected to a confirmation page. If you are not seeing that confirmation page, what exactly are you experiencing? As far as I know, the only way to customize the registration e-mail is to edit the Several registration issues - violette - 2009-12-09 Hi, After registration the visitor is redirected to the frontpage, without any message. So there's no sign for the visitor that the registration was successful. I will check the register_user plugin. Thx! Several registration issues - kagutsuchi - 2009-12-09 The registration form should be redirecting back to itself to handle the form's POST. Are the registrations going through? If so, you may need to clear your cookies. The registration script should only redirect to the index once registration is complete (the user is verified) or if you are already logged in. |