MyBB Community Forums

Full Version: Want to remove Register button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ive made the site with joomla my user are registering through joomla so i want to remove register button in mybb forum plz tell me from where i can remove this button by deleting which line thanks.
don't remove it, change the link to the joomla registration page.

either way, its the header_welcomeblock_guest template
ok how to change it plz i dont know abt web lang be more specific thanks
Go to AdminCP > Templates > Header templates set > headerblock_welcome_guest and find

{$lang->register}

some thing like that, and remove it.
couldnt find this thing how to replace registration could with other url any body help
OK, Go to this URL;

http://YOUR_DOMAIN.com/admin/index.php?m...&expand=27

Please replace YOUR_DOMAIN with your own domain name.

Then try to find;

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

and remove it.
ACP -> Templates / Styles -> Templates -> *expand template set* -> Header Templates -> headerblock_welcome_guest

Find this:
Quote:<a href=\"{$mybb->settings['bburl']}/member.php?action=register\">
Change the underlined part to the exact URL of the Joomla Registration page.

On the same template, find:
Quote:<a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>
Change the underlined part to the same as above.

Registration link now points to the Joomla registration page.

PS: I don't recommend removing the registration link on MyBB, relinking it is preferred. Smile
kyuubi
thank you man you saved my life thanks