MyBB Community Forums

Full Version: Logging out to forum and not to portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quick Question.. When I log out of my page it takes me to the forum and I want to return to portal page. How can I do that?

Simple to do I'm guessing but I'm new to it.
Thanks in advance!
Open ./member.php file and find; (around line # 1193)
	redirect("index.php", $lang->redirect_loggedout);

and replace it to;
	redirect("portal.php", $lang->redirect_loggedout);
Thank you for the quick reply!
Don't forget to hit the solve button too Wink