MyBB Community Forums

Full Version: Remove welcome block from index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

How do i remove the welcome block from index page & add the Register Button into portal welcome side box next to the login button?

Thanks
Here is a tutorial I was looking it a little while ago, is this what you want?
http://community.mybb.com/post-675322.html
nah i just want to add register link/button to the welcome sidebox & remove the welcome block altogether from the index page
Go to this path:

Admin Control Panel >> Templates >> **Your Template** >> Header Template

and now edit templates!
>>
header_welcomeblock_guest
header_welcomeblock_member
header_welcomeblock_member_admin
header_welcomeblock_member_moderator
<<
but before i remove it i want to add it to portal side box, or theres not going to be anyway of users logging in or registering ^^
If you want put welcome block content on a block for portal you can copy this code:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->welcome}</strong></td>
</tr>
<tr>
<td class="trow1">
{$welcomeblock}
</td>
</tr>
</table><br />

and paste it before
{$welcome}
or other places on portal template

Path: ACP>> Templates>> **Your Template** >>Portal Template >> Portal

Note: If you want use this,Please first copy codes to notepad and so copy them from notepad to template
cheers dude Smile will give it ago in min, need food! Big Grin
ok jus tried it..

http://www.carpinmad.co.uk/forum/portal.php

what im after is the register to go into the welcome box already there, prefably with a button similar to the logon by the side of it, is this possible?

ta again Smile