Tutorial: Postbit En Recuadros V2.
Postbit V2 Esto quedara asi Click para ver Imagen 1# AdminCP/Plantillas y Estilos/Estilos/TuTema/Global.css/Editar hoja de estilo: Modo avanzado. ...

Postbit V2
Esto quedara asi


1# AdminCP/Plantillas y Estilos/Estilos/TuTema/Global.css/Editar hoja de estilo: Modo avanzado. Se dirigen al Final y pegan esto:
Cita:.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%;
}

2# Ahora vamos a AdminCp/Plantillas y Estilos/Plantillas/Tutema/Caja del mensaje/postbit_author_user. Encerramos todo el codigo con esto:
Cita:<table width="100%" border="0" cellspacing="2" cellpadding="1"&nbsp;&nbsp;style="font-size:12px">
<div class="postbit2_header">Info de usuario</div>
<div class="postbit2">

</div></div></td></tr>

Quedara algo asi:
Cita:<table width="100%" border="0" cellspacing="2" cellpadding="1"&nbsp;&nbsp;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></div></td></tr>

3# Ahora vamos a AdminCp/Plantillas y Estilos/Plantillas/Tutema/Caja del mensaje/postbit_classic. Y Buscamos:
Cita:<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />


Una vez encontrado, antes de eso agregamos este codigo:

Cita:<table width="100%" border="0" cellspacing="2" cellpadding="1" nbsp;&nbsp;style="font-size:12px"> <tr><td class="postbit2_header" align="right">
El right creo que no influye en nada.

Depsues solo cerramos esto con un </td></tr> quedaria algo asi;
Cita:{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br /></td></tr>

Y Nos dirigimos al final de la lista y agregamos un </table> entonces quedaria asi:
Cita:{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br /></td></tr>
{$post['user_details']}
</span></td></table>

Y está terminado. . . Ojalas les sirva.

Creditos: ne0r4nks (Tutorial) - ArmyZ (Unos Codes)
Muy bueno WinkWink pero quita esto
&nbsp;&nbsp;&nbsp;
lo tienes muy repetido ,lo pondré en mi foro =)
Me funciono, nada mas que tuve que cambiar </tr> por </table> porque sino me deformaba.
Perdonad mi ignorancia, pero sirve para la 1.6 verdad??? porque he seguido el tutorial al pie de la letra y se me descuadran todos los mensajes, os dejo una captura.

Por si hacen falta los datos de soporte:

Mi Foro:www.buscolio.es/mybb
Versión: MyBB Forum 1.6x
Actualización: No

He revertido las copias, y todo ok, vuelvo a probar de hacerlo y me queda igual, pienso... "voy a borrar cookies", lo hago y se me queda de la forma que os dejo en la captura... esta bien posicionado, pero no me salen los cuadros en la info del user...
Pues nada, no soy capaz de colocarlo... ni con el de 1.4 (que ya pensaba yo que ni de coña)...

Algun consejo?
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 WinkSmile y Ne0.- te haz inventado muchos codigos y haz puesto codigos en donde no ivan Wink y es verdad WinkSmile
Nada macho... ni me salen cuadros ni me sale en vertical... cagontooooooooooo

mira te dejo las plantillas para que veas que lo hago bien:

postbit_author_user:

<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>



Postbiz_classic


{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<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 />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br /></td></tr>
{$post['user_details']}
</span></table>

</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
</tr>
</table>
</td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}

Y el css global, es un simple copy-paste al final...

despues de limpiar cookies, cache y demas el resultado son los mensajes en horizontal y sin cuadrados... porque sera?

saludos
Pues , , ,eres Vasco? yo vivo en Bilbao xD ,al tema ,no sé lo acabo de probar y me salió perfecto :S y si no prueba con este
http://www.mybb-es.com/showthread.php?tid=1527

y si quieres cambiarle los colores dimelo por mp , . . .
Jaja perdona ,

Recuerda que a veces los ajustes no se visibilizan si le das f5 le das a arriba a recargar o a CTRL +F5 ,no se por que se te actualiza la vista clasica normalmente se suele hacer xD