MyBB Community Forums

Full Version: Redirection after selecting public usergroup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to change the redirection after selecting to join a publically joinable usergroup to the index page...

If so, How would i go about this?

Thanks! Smile
In usercp.php, find:
redirect("usercp.php?action=usergroups", $lang->group_join_requestsent);
redirect("usercp.php?action=usergroups", $lang->joined_group);
Replace the URL in the above with index.php