MyBB Community Forums

Full Version: how to add and how to redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i add portal page in/on my theme? because im using blackevo and darkfusion. black evo has no portal page. he is not desame in darkfusion that has already a portalpage.. help guys... help me... how to do that... then second how can i redirect users from login or register to my portl page thanks pls answer them all
You must have portal page. Its not related to any theme. Make sure you didn't accidently deleted portal.php file or that theme's portal template is default.

If you want to redirect your users to portal after they logged in to your forum then open ./member.php and find; around line # 1088
redirect(htmlentities($mybb->input['url']), $lang->redirect_loggedin);
and change it to;
redirect("portal.php", $lang->redirect_loggedin);
@yaldaram... nope icant see the portal page or button in my forum index... its not desame withe darkfusion that has a portal button in index page so my members can click it
You must edit it manually thru templates:
ACP>Themes>template>YOUR THEME>Header>header> then add portal menu