Advanced Login Redirect Options
Suggestions
paul:
I think what Zach is saying is that if you go to the login page from a skin page (which isn't a 'view' as such) you are not returned to that skin page after login.
Ie. Look at a blog detail page and see the 'You must be logged in to comment' message. Click on it, log in, then you end up on your profile page instead of back on the blog detail so that you can then comment immediately.
Is that correct Zach?
As long as the URL as an "r=1" on it, it should redirect. So the comment_form.tpl just needs updating from this:
<a href="{$jamroom_url}/{$url}/login">
To this:
<a href="{$jamroom_url}/{$url}/login?r=1">