Is it possible to have a user login screen wherein the page doesn't get refreshed after logging in?
I am working on a Gaming portal and would like users to login without having the page reload, to preserve already loaded game(s) on the current page.
I have my user login block on all pages, for anonymous users. I need a way in which I can disable page reload after login for certain node types (Game pages).
Comments
Comment #1
brendoncrawford commentedPaganwinter,
I have gotten quite a few requests for this feature, and am working on getting something like this in place. It will most likely be about 2 - 4 weeks before this is working. However, there is a non-UI solution (requires coding) which may help you in the mean time here: http://drupal.org/node/360545
Comment #2
paganwinter commentedThanks a lot for the prompt reply...
Will check it out... Don't mind getting a bit dirty with coding...
Comment #3
brendoncrawford commentedThis is related to this bug: http://drupal.org/node/361992
Comment #4
brendoncrawford commentedSupport for this feature has now been added. Please see http://drupal.org/node/361992 for more details.
Thanks,
Brendon
Comment #5
paganwinter commentedHey!
Thanks a lot!