ZenphotoCMS Forum
change redirect after user registration login - 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: change redirect after user registration login (/thread-9086.html)



change redirect after user registration login - atrioom - 2011-09-20

lovely community, so much up front: i love zenphoto!

i managed to hack my way through the zenpage theme to set it up the way i want it to work (eg. ever wanted empty newuser albums to NOT show in albumlistings? just ask )

that one i cant figure out though: how do i change the redirection after a user clicked on the link in the registration mail and logs in? i am using the register_user plugin and the zenpage theme.

any help would be very appreciated, thank you!




change redirect after user registration login - sbillard - 2011-09-20

There is a call on the function printPasswordForm() at approximately line 349 of the register-user.php script. That is the place the login form gets shown. That function has a parameter of where to redirect after the login.




change redirect after user registration login - atrioom - 2011-09-20

thanks a lot, that worked.