MyBB Community Forums

Full Version: Redirect user after loggin in to a new custom page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
I want to redirect the user after loggin in to a custom page other than "index.php".Where should i go and change the respective link and give the link to the new page. Also i want to redirect the new user after registering to another page other than the" index.php" wher should i go and change....?
you can change it from member.php
search for
$plugins->run_hooks("member_do_register_end");

redirect("index.php", $lang->redirect_registered);


replace index.php to ur pagename.php