Bueno lo hice por "error" ya que quería quitármelos de encima y elimine todo lo que rodeaba en el.
esta es mi plantilla index
Código PHP:
<?php
<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">
.buttons {
background: url(images/HunterX/tab2.png) no-repeat;
width: 48px;
height: 48px;
display: block;
cursor: pointer;
margin-right: -49px;
}
.clickedbuttons {
background: url(images/HunterX/tab1.png) no-repeat;
width: 48px;
height: 48px;
display: block;
cursor: pointer;
margin-right: -49px;
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type='text/javascript'/></script>
<script type="text/javascript">
$(function(){
$('#slider div:gt(0)').hide();
setInterval(function(){
$('#slider div:first-child').fadeOut(0)
.next('div').fadeIn(1000)
.end().appendTo('#slider');}, 7000);
});
</script>
</head>
<body id="forum">
{$header}
<a class="buttons" style="float: right;"></a>
<a class="clickedbuttons" style="float: right;"></a>
<div class="sidebar" style="float: right; width: 21%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
</div>
<div class="forums" style="float: left;width: 79%;">
{$forums}
</div>
<br class="clear" />
{$boardstats}
{$footer}
</body>
</html>
Mi foro está a un costado y eso no se ve muy bonito
Agradecería su ayuda y normalizarlo, pero sin tener los sidebox que están ya de por gusto.