MyBB Community Forums

Full Version: Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Dunno what I did...but take a look at this screen shot
Did you edit the template called "index"? If so, you might want to look there to see if it shows up there. If you can't figure it out, paste your "index" template in here and we'll look at it.
I can't seem to fix it..what file did you want to look at?
ACP -> Templates -> *Template Name* -> Index Page Templates -> index

You must of placed a custom code on that page but forgot "<" on the code.
I'm suspecting it's somewhere in the "index" template. Admin CP --> Templates --> *expand your template* --> Index Page Templates --> "index"
I went there, where's the prob?
<html>
<head>
<title>$settings[bbname]</title>
$headerinclude
</head>
<body>
$header
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<thead>
<tr>
<td class="thead" width="2%">&nbsp;</td>
<td class="thead" width="59%"><strong>$lang->forumbit_forum</strong></td>
<td class="thead" width="7%" align="center" nowrap="nowrap"><strong>$lang->forumbit_threads</strong></td>
<td class="thead" width="7%" align="center" nowrap="nowrap"><strong>$lang->forumbit_posts</strong></td>
<td class="thead" width="15%" align="center"><strong>$lang->forumbit_lastpost</strong></td>
</tr>
</thead>
$forums
</table>
<br />
$pms
<br />
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><a href="javascript:expandCollapse('boardstats');"><img src="images/collapse$collapsedimg[boardstats].gif" id="boardstats_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong><i>&raquo;</i> $lang->boardstats</strong></div>
</td>
</tr>
</thead>
<tbody style="$collapsed[boardstats_e]" id="boardstats_e">
$whosonline
$birthdays
$forumstats
</tbody>
</table>
<br />
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="left">
<table cellspacing="0" cellpadding="2" border="0">
<tr><td><img src="$theme[imgdir]/on.gif" alt="$lang->new_posts" /></td><td class="trow"><span class="smalltext">$lang->new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/off.gif" alt="$lang->no_new_posts" /></td><td class="trow"><span class="smalltext">$lang->no_new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/offlock.gif" alt="$lang->forum_locked" /></td><td class="trow"><span class="smalltext">$lang->forum_locked</span></td></tr>
</table>
</td>
<td valign="top" align="right">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td valign="top" align="right">
<span class="smalltext">$logoutlink<a href="misc.php?action=markread">$lang->markread</a> | <a href="showteam.php">$lang->forumteam</a> | <a href="stats.php">$lang->forumstats</a></span>
</td></tr>
$loginform
</table>
</td></tr>
</table>
</td></tr>
</table>
$footer
</body>
</html>
ACP -> Templates -> *Template Name* -> header

See and if you find that code in there.
The code keeps changing up there...but I can't locate it in the header or index codes
Did you modify any templates or files? If so, which ones?
I think this is with the hoster. 100webspace places a small ad on your header and that could be interfering with the internal coding of MyBB. My friend uses their hosting and his header is messed up due to the banner ad.
Pages: 1 2