Just to make sure I follow - you want it to go to the forum home page after logging in, just like you had logged in normally?
I'm not sure, but try this: it looks like if you're coming from somewhere "unusual" then it uses $_REQUEST['url'] as the place to redirect, so on the form submission url (which I guess ends in login.php?do=login now), try adding "&url=" and then the url you want it to go to.
|