@
JeyKey Retro
nel template "Index" sostituisci tutto il codice con questo:
mi togli la sidebar anche da qua per favore?
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}{$sottoforumcodicecss}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<div class="side" style="float: right; width: 21%">
<table border="0" cellspacing="0" cellpadding="10" class="tborder">
<tbody><tr>
<td class="thead">
<center><b>Seluxtin Sidebar</b></center>
</td>
</tr>
<tr>
<td class="trow2"><br>
<!-- Qui il contenuto della Sidebar, che avete sull'index, affianco ai forum. Se preferite separare mettete un <hr>. Per scrivere, vai a capo e scrivi dopo la freccetta. ATTENZIONE: Staccate ogni oggetto con un <br> o <br /> altrimenti la sidebar va oltre il Background bianco. Il <br> sopra lasciatelo... è meglio. -->
<center><font color="red" size="4">CORPO SIDEBAR</font></center>
<!-- FINE CORPO Sidebar -->
</td></tr></tbody></table></div>
<div class="forum" style="float: left; width: 78%;">{$forums}</div>
{$boardstats}
{$shoutbox}
{$footer}
</body>
</html>