This is a hack that logic made. I am trying to get it to redirect to the login page. I don't want it to go to the register page. I am currently running 2.3.4. Here is the code in his original hack:
PHP Code:
// start
if ($bbuserinfo[userid]==0) {
eval("standardredirect(\"".gettemplate("redirect_gotoregister")."\",\"register.php?s=$session[sessionhash]&action=signup\");");
}
// end
Can someone give me some help?
Thanks,
shady