MyBB Community Forums

Full Version: Remove registration link?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all Big Grin

I've got Joomla installed with my host, and now I've integrated MyBB. However I've got one small problem...

Because I've bridge Joomla and MyBB, I need to disable registration in MyBB. Now that's not the problem. All I want to achieve is remove the link that says "Register" which guests see. Even if the registration is disabled, you still have the link and its very confusing because people won't know they need to register through the site and not the forums.

[Image: Untitled-2-1.jpg?t=1235866594]

Is this possible to remove this link?

PS. I'm a php noob Confused

Thanks!
Hi,
That should be a case of removing a small piece of code from a template. If you go to ACP > Templates & Style > Templates > **expand the template set for your theme** > Header Templates > header_welcomeblock_guest > find and remove:

 &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>

And it'll just show (Login)
Thanks allot! Smile Worked a treat