How come redirection never works right after a new user registers.
At the most needed moment the module fails.
Marcel
http://tinyhttp.com
How come redirection never works right after a new user registers.
At the most needed moment the module fails.
Marcel
http://tinyhttp.com
Comments
Comment #1
ardas commentedThis module is used only for redirection after login.
To have a redirection after registration please use logintoboggan.module
Comment #2
pamphile commentedI think you got it mixed up
LoginToboggan only deals with login issues. It does not help with registration redirections.
Comment #3
ardas commentedAs I know there should be a setting in logintoboggan.module where you can specify the URL to be taken to upon registration. Or I'm missing something....
Comment #4
Fiasst commentedHowever,
I require that users be redirected to the page where they clicked my link 'Register to apply for this job', which then takes them to the registration page.
Once a user is registered, I need them to be redirected to where they decided they wanted to register. Rather than having to re-navigated/search for the content (in this case job) that they want.
Is there a php snippet that I could use with the logindestination module to achieve this?
Many thanks
Paul
Comment #5
ardas commentedHello.
This module doesn't handle redirection upon registering at all. It is only used for redirection upon logging.
logintoboggan.module will probably help you. If not, you can request this feature on that module because logintoboggan is an extension to handle everything connected with registration process.