MyBB Community Forums

Full Version: help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guy 

we had working on our forum to add new things but we got problem in index we lost the code 

after hard work we got it back as how it was before but we still have a small problem that we need to help fix it 

look at this snap shot :  http://prntscr.com/fu4xqb 

there is two thing that should be in the buttom of the forum but for some reason it's keep showingup on the sidebar i need  hep to get it back to the buttom 

here is the index code 

<html>
<head>
   
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
<style type="text/css">
.navigation {display:none;} /*Index only*/
</style>  
</head>
<body>
{$header}{$mysteamlist}{$dvz_shoutbox}
 
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0">
<tr>
<td valign="top" width="78%">
 
<div class="forum" style="float: left; width: 80%;">{$forums}</div>
    <div class="side" style="float: right; width: 19%">
 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
 
  <div class="side" style="float: right; width: 23%">
    {$teamonline}
 
    <p>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <center>
    <td class="thead">
        <div class="center"><strong><center>RIP Mike [DVS1H]</center></strong></div>
    </td>
    </center>
    </tr>
    <tr>
    <td class="trow1">
    <center><a href='http://steamcommunity.com/id/dvs1hit' target='_blank'><img src='https://s1.postimg.org/8oar72o63/avatar_655.jpg' border='0' alt='postimage'/></a></center>
    </td>
    </tr>
    </table>
    </p>
 
    <p>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <center>  
    <td class="thead">
        <div class="center"><strong><center>Check out our new Knife server!</center></strong></div>
    </td>
    </center>
    </tr>
    <tr>
    <td class="trow1">
    <center><a href="http://lgk-clan.com/showthread.php?tid=12470" target="_blank"><img src="http://banners.gametracker.rs/74.91.112.25:27015/vertical/purple/banner.jpg" border="0" alt="Click here to see the server" Title="Click here to see the server"></center></a>
    </td>
    </tr>
    </table>
    </p>
 
    <p>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <center>  
    <td class="thead">
        <div class="center"><strong><center>Help us by Donating!</center></strong></div>
    </td>
    </center>
    </tr>
    <tr>
    <td class="trow1">
    <center><a href="http://www.lgk-clan.com/donate.php" target="_blank"><img src="http://i58.tinypic.com/2lmlzqb.gif" border="0" alt="Click here to donate" Title="Click here to donate"></center></a>
    </td>
    </tr>
    </table>
    </p>
 
    <p>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <center>  
    <td class="thead">
        <div class="center"><strong><center>LGK Social & Voice Servers</center></strong></div>
    </td>
    </center>
    </tr>
    <tr>
    <td class="trow1">
    <center><a href="http://www.cs-skini.me/" target="_blank"><img src="http://i.imgur.com/abTcJCT.gif" border="0" alt="Download Counter-Strike 1.6" title="Download Counter-Strike 1.6"></center></a><br>
 
    <tr>
    <td class="trow1">
    <center>
    <a href="https://discord.me/legendkillers" target="_blank"><img src="http://i.imgur.com/YnoNZTy.png" border="0" alt="LGK Discord Server" title="LGK Discord Server"></center></a>
    </td>
    </tr>
 
    <tr>
    <td class="trow1">
    <center>
    <a href="http://steamcommunity.com/groups/lgkgamingcommunity" target="_blank"><img src="http://i.imgur.com/MIgEuPb.jpg" alt="LGK Steam Group" title="LGK Steam Group" /></a></center></a>
    </td>
    </tr>
 
    <tr>
    <td class="trow1">
    <center>
    <a href="http://www.gametracker.com/server_info/63.251.20.100:3450/" target="_blank"><img src="http://cache.gametracker.com/server_info/63.251.20.100:3450/b_160_400_2_ffffff_c5c5c5_ff9900_000000_0_1_0.png" width="147" height="218" alt="LgK Ventrilo Server" title="LgK Ventrilo Server" /></a></center></a>
    </td>
    </tr>
 
    <dl class="forum_legend smalltext">
        <dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
        <dd>{$lang->new_posts}</dd>
 
        <dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
        <dd>{$lang->no_new_posts}</dd>
 
        <dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
        <dd>{$lang->forum_locked}</dd>
 
        <dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
        <dd>{$lang->forum_redirect}</dd>
    </dl>
 
 
 
{$prostats}
{$footer}
{$boardstats}
</body>
</html>