MyBB Community Forums

Full Version: How To? Competibel MyBB Gamer Template With Board Message Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 20kshw.png]I installed Board Message plugin in localhost, but i have a problem with my template. My Template is mybb gamer template.How to fix it like on that's picture?
up up up
up up
Can you please paste your header template code here ?
Header template?

<center><a href="index.php"><img src="images/gamer/logo.png" alt="logo" /></a></center>
		<navigation>
			{$board_messages}
<div class="nav_sub">
<div class="panel">
{$welcomeblock}
</div>
</div>
		<a name="top" id="top"></a>
		<div id="header">
					<div id="nav" align="right">
<a href="index.php"><img src="images/gamer/home.png" alt="Home" /></a>
<a href="memberlist.php"><img src="images/gamer/members.png" alt="Members" /></a>
<a href="search.php"><img src="images/gamer/search.png" alt="Search" /></a>
<a href="calendar.php"><img src="images/gamer/calendar.png" alt="Calendar" /></a>
<a href="misc.php?action=help"><img src="images/gamer/help.png" alt="Help" /></a>
				
</div>
		</div>
<div id="container">
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}


that's header template, isnt it?
Search {$board_messages} in that template and bring it down to the {$pm_notice} .

If you are unsure about his, then Replace all code with the following;
<center><a href="index.php"><img src="images/gamer/logo.png" alt="logo" /></a></center>
        <navigation>
<div class="nav_sub">
<div class="panel">
{$welcomeblock}
</div>
</div>
        <a name="top" id="top"></a>
        <div id="header">
                    <div id="nav" align="right">
<a href="index.php"><img src="images/gamer/home.png" alt="Home" /></a>
<a href="memberlist.php"><img src="images/gamer/members.png" alt="Members" /></a>
<a href="search.php"><img src="images/gamer/search.png" alt="Search" /></a>
<a href="calendar.php"><img src="images/gamer/calendar.png" alt="Calendar" /></a>
<a href="misc.php?action=help"><img src="images/gamer/help.png" alt="Help" /></a>
                
</div>
        </div>
<div id="container">
        <div id="content">
{$board_messages}
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
thanks it works!!! Love my buddy Smile
Most welcome =)