MyBB Community Forums

Full Version: New user registration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if anyone knew how to remove the register link from the top of the board, because I'm taring to set up a MyBB for a private site, and i don't want just anyone to be able to register.

Thanks
The simpler way to disable registrations is:
Admin CP --> Settings --> Profile & Registration Options --> Disable Registrations
Smile

But you can also remove the link from the template:
Admin CP --> Templates --> Expand your template set --> header_welcomeblock_guest
Find and remove:
&mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>
thanks