change redirect after user registration login

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!

Comments

  • 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.
  • thanks a lot, that worked.
Sign In or Register to comment.