Well one thing you could do is replace the code in member.php with this instead:
eval("standardredirect(\"".gettemplate("redirect_l ogin")."\",\"/index.php?s=$session[dbsessionhash]\");");
That will always redirect your members to your root index file. The other code *should* redirect the user to back to the page they logged out from, but since that's not working you could at least have them redirected to your homepage rather than your forums.
BTW, what version of vB are you running? I upgraded to vB3 from v2.3.0 and I haven't even looked at any vB2 code since then, so if your running a later version it could be possible that something else has changed in the code.
|