MyBB Community Forums

Full Version: remove register link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hye anybody can guide me on how to remove or hide the register word and link? since im using fb connect
Go to admin -> templates & styles -> Templates -> Header templates -> header_welcomeblock_guest

Find and delete in your theme:
<a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a>
Could you copy/paste the content under the template "header_welcomeblock_guest"

I believe this is the correct place to look..if I'm wrong someone please correct me.

EDIT: Beat me to it! ^
(2017-01-01, 07:26 PM)johnnyvang Wrote: [ -> ]Go to admin -> templates & styles -> Templates -> Header templates -> header_welcomeblock_guest

Find and delete in your theme:
<a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a>

thanks it works..
how can i move the "sign in with facebook" slightly more to the right?
<img src="http://121redarrows.ca/wp-content/uploads/2011/08/facebook-logo-small.jpg" height="15" width="15">{$facebook_login}


that will add a facebook logo :p i use it its awesomecake and move it slighter to the right :p
(2017-01-01, 08:21 PM)dreambig Wrote: [ -> ]
(2017-01-01, 07:26 PM)johnnyvang Wrote: [ -> ]Go to admin -> templates & styles -> Templates -> Header templates -> header_welcomeblock_guest

Find and delete in your theme:
<a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a>

thanks it works..
how can i move the "sign in with facebook" slightly more to the right?

Use this code:
&nbsp;
The more you add it before the facebook code, the more it goes to the right.
(2017-01-01, 08:26 PM)johnnyvang Wrote: [ -> ]
(2017-01-01, 08:21 PM)dreambig Wrote: [ -> ]
(2017-01-01, 07:26 PM)johnnyvang Wrote: [ -> ]Go to admin -> templates & styles -> Templates -> Header templates -> header_welcomeblock_guest

Find and delete in your theme:
<a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a>

thanks it works..
how can i move the "sign in with facebook" slightly more to the right?

Use this code:
&nbsp;
The more you add it before the facebook code, the more it goes to the right.

awesome. thanks man.. it works!!!
(2017-01-01, 07:26 PM)johnnyvang Wrote: [ -> ]Go to admin -> templates & styles -> Templates -> Header templates -> header_welcomeblock_guest

Find and delete in your theme:
<a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a>

Thanks. This helped me as well. For my forum all users must be added by an Admin.

Dan