Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 04:49 UTC
Updated:
17 Feb 2010 at 16:50 UTC
Hello,
I am using the popup API module to display the login form. However I want to redirect to the content profile node of the user after successful login. I am using the reloadWhenDone option to reload the page after successful login. Additionally, I used the suggestion in the forum to use the rules module to redirect on successful login.
So the popup appears and login, the page reloads but the redirect does not occur..
Any suggestions?
Below is the code in my theme.
print'<a href="/user" class="popups" on-popups-options="{reloadWhenDone: true}">login</a> /
Comments
Comment #1
kristen polAny feedback on this? My page is not reloading either.
Kristen
Comment #2
kristen polI got this to work in FF by not using the options at all (broke for me when using the width option) and using popups-form-reload instead of popups.
Good luck,
Kristen