Is there a plan to include or a workaround to force Fancy Login to return to the page the user was on when they logged in, when the site uses URL Aliases?

It looks like Fancy Login depends on there being _GET parameters when deciding if/where to redirect after successful login. Unfortunately, using URL Aliases removes _GET parameters.

Comments

jaypan’s picture

There is always a get, you just don't see it when you are using clean URLs. $_GET['q'] returns the un-aliased path of the current page. So it shouldn't be a problem (I use the module with aliased paths on my own sites).

Give me the specifics of the issue you are facing (the unaliased path, the aliased path, and the behavior you are seeting), and I'll see if I can figure out if it's a module problem, or something in your installation.

jaypan’s picture

Status: Active » Postponed (maintainer needs more info)
jaypan’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing old thread.