Posts: 75
Threads: 29
Joined: Jun 2008
Reputation:
0
2009-08-05, 10:09 PM
<a name="top" id="top"></a>
<div id="container">
<div id="header">
<table width="100%" class="logo" cellpadding="0" cellspacing="0">
<tr>
<td style="padding:0px">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a>
</td>
</tr>
</table>
<br>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- REPORTPM -->
Posts: 37,498
Threads: 399
Joined: Apr 2008
Reputation:
776
2009-08-05, 10:09 PM
That's why there's the error then, because there's stuff in the start of the header that's necessary is missing.
I don't think you can fix this by just editing the member_register template, this form is loaded on all pages, in the header, so it would need to be changed for all pages, editing the header template, or more precisely, the header_welcomeblock_guest template, directly.
Posts: 75
Threads: 29
Joined: Jun 2008
Reputation:
0
2009-08-05, 10:11 PM
(2009-08-05, 10:09 PM)MattRogowski Wrote: That's why there's the error then, because there's stuff in the start of the header that's necessary is missing.
I don't think you can fix this by just editing the member_register template, this form is loaded on all pages, in the header, so it would need to be changed for all pages, editing the header template, or more precisely, the header_welcomeblock_guest template, directly.
Confused xD
Posts: 37,498
Threads: 399
Joined: Apr 2008
Reputation:
776
2009-08-05, 10:12 PM
(This post was last modified: 2009-08-05, 10:19 PM by Matt.)
Maybe you could say on what bit...?? You need to edit the header_welcomeblock_guest template, that's where this login box actually is, so that's where you have to remove it from.
Posts: 387
Threads: 70
Joined: Aug 2008
Reputation:
0
2009-08-05, 10:12 PM
(This post was last modified: 2009-08-05, 10:16 PM by Alicksis.)
(2009-08-05, 10:09 PM)MattRogowski Wrote: That's why there's the error then, because there's stuff in the start of the header that's necessary is missing.
I don't think you can fix this by just editing the member_register template, this form is loaded on all pages, in the header, so it would need to be changed for all pages, editing the header template, or more precisely, the header_welcomeblock_guest template, directly.
I was going to suggest instad of using {$header) in the member_register template, to take the bar with the login boxes out of that code and paste it into the top of member_register template. Did i this on my forum when i had VB Nav bar... works fine.
But dont edit your header template, leave that alone. Just copy, paste somewhere, edit it then paste it into the member_register template.
Ach so! Sorry ive been getting confused aswell, could you post your header_welcomeblock_guest instead.
Posts: 75
Threads: 29
Joined: Jun 2008
Reputation:
0
2009-08-05, 10:22 PM
Do you think this would be ok?
http://withhabbo.com/forums/member.php?action=register
I did what you said I took the code and added it removing the panel
Posts: 387
Threads: 70
Joined: Aug 2008
Reputation:
0
2009-08-05, 10:24 PM
(This post was last modified: 2009-08-05, 10:24 PM by Alicksis.)
Yeh that works well, well done!
You can still keep your green bar in though, the one that said New Posts etc, just not the login boxes. Glad we got it sorted!
Also your theme is great, I do like it! Best Habbo MyBB I have seen, congratulations!
Posts: 75
Threads: 29
Joined: Jun 2008
Reputation:
0
2009-08-05, 10:26 PM
(2009-08-05, 10:24 PM)Hapatio Wrote: Yeh that works well, well done!
You can still keep your green bar in though, the one that said New Posts etc, just not the login boxes. Glad we got it sorted!
Also your theme is great, I do like it! Best Habbo MyBB I have seen, congratulations!
Thanks, I think I'll leave it like that lol
|