I just tried the following on my test board and it worked. In the ## start login ## section of member.php find:
PHP Code:
//header("Location: $url");
$url = str_replace("\"", "", $url);
eval("standardredirect(\"".gettemplate("redirect_login")."\",\"$url\");");
Change the last $url to the url of your home page and it should take you there. There is another redirect right below that. I think that may be for non-cookie users. You might need to change that, too.