MyBB Community Forums

Full Version: Make people login to /index.php and not portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've got my Portal page activated due to some plugin requires it.
But I want when people login to the forum to redirect to /index.php 
and not to the portal page /portal.php

Where can I fix thi?
by default its to the index anyways? check your plugin for the setting, which plugin is it?
(2015-11-16, 12:00 PM)expat Wrote: [ -> ]by default its to the index anyways? check your plugin for the setting, which plugin is it?

No, when I have Portal page enabled and users login they get redirected to portal.php instead of index.php because of portal is enabled.

How can I make them go to index.php even if portal is enabled?
When users login, by default they are redirected to index.php. You must have some code that redirects them to portal.php instead, that's where you have to change it.