A ver te hago un breve resumen xD
Agrega esto en el global.css
.postbit2_header {
background: #f9f9f9 url(images/wbo/tcat_bg.png) top left repeat-x;
width: 160px;
color: #000;
border-top: 1px solid #999999;
border-bottom: 1px solid #bebebe;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
margin-top: 5px;
padding: 5px 10px;
text-align: center;
font-size: 11px;
font-weight: bold;
}
.postbit2 {
background: #f9f9f9;
width: 160px;
color: #000;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
padding: 5px 10px;
text-align: left;
align: center;
font-size: 80%;
}
Ahora vas a AdminCp/Plantillas y Estilos/Plantillas/Tutema/Caja del mensaje/postbit_author_user borras todo y agregas esto
<table width="100%" border="0" cellspacing="2" cellpadding="1" style="font-size:12px">
<div class="postbit2_header">Info de usuario</div>
<div class="postbit2">
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['warninglevel']}
</div></table>
Ahora ve AdminCp/Plantillas y Estilos/Plantillas/Tutema/Caja del mensaje/postbit_classic.
Busca
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
y agregas esto antes
<table width="auto" border="0" cellspacing="2" cellpadding="1" style="font-size:12px"> <tr><td class="postbit2_header" align="center">
quedando así
<table width="auto" border="0" cellspacing="2" cellpadding="1" style="font-size:12px"> <tr><td class="postbit2_header" align="center"><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
y luego busca
{$post['usertitle']}<br />
y ponlo así
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br /></td></tr> (primero es el TD y luego el TR y no al revez)
y luego quedando así el resultado final
<table width="auto" border="0" cellspacing="2" cellpadding="1" style="font-size:12px"> <tr><td class="postbit2_header" align="center"><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br /></td></tr>
{$post['user_details']}
</span></table>
Prueba con eso y si te funciona me alegro
y Ne0.- te haz inventado muchos codigos y haz puesto codigos en donde no ivan
y es verdad