Hello,
I am wondering how can i make a redirect after user clicks logout button?
I tried something like
login.php?do=logout&logouthash=$logoutHash&redirect={$return}
logouthash is variable for vbulletin's logout hash, and return will make user go back to page that he clicked logout page
but when i click it, it says there is a problem while logging out please click here to log out.
So it doesn't work, can someone tell me how to do it?
I am wondering how can i make a redirect after user clicks logout button?
I tried something like
login.php?do=logout&logouthash=$logoutHash&redirect={$return}
logouthash is variable for vbulletin's logout hash, and return will make user go back to page that he clicked logout page
but when i click it, it says there is a problem while logging out please click here to log out.
So it doesn't work, can someone tell me how to do it?
Comment