MyBB Community Forums

Full Version: Remove Links from UserCP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title suggest, i want to remove a link from the UserCP specifically the Group Memberships one... Or if i could at least disable it? Maybe Make it so only Admin can view it? Any of the above would work hehe Smile

I appreciate any help and support with this Smile
The easiest way is to just remove the link. Go into ACP and open your usercp_nav_misc template (make sure to do this for all your template sets) and find and remove the following code:

<li><a href="usercp.php?action=usergroups">{$lang->ucp_nav_usergroups}</a></li>
That's great... Thanks so much Judel Smile