Bueno ... ya que aeroxis no explico como poner el avatar y el titulo lo pondre yo , lo descubri recien ^^
Asi nos quedara ... ( para tener bien hecho esto deben aver echo el tuto de aeroxis )
[Imagen: mv3nyh.gif]
srry porque se ve mal xd ...
Bueno vamos a postbit_classic ( de su theme ) y buscamos
Cita:<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
y antes de eso agregamos este codigo
Cita:<table width="100%" border="0" cellspacing="2"
cellpadding="1" style="font-size:12px">
<tr><td class="trow4" align="center">
Entonces quedaria asi
Cita:<table width="100%" border="0" cellspacing="2"
cellpadding="1" style="font-size:12px">
<tr><td class="trow4" align="center"> <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
y cerramos asta el ultimo codigo de la lista esta
Cita: {$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}{$post['genderflag']}
{$post['useravatar']}<br />
{$post['user_details']}
{$post['levelbar']}
Entonces quedaria Asi
Cita: <table width="100%" border="0" cellspacing="2"
cellpadding="1" style="font-size:12px">
<tr><td class="trow4" align="center"> <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}{$post['genderflag']}
{$post['useravatar']}<br />
{$post['user_details']}
{$post['levelbar']}</td></tr></table>
y ya esta todo cuadriculado o algo asi xd , espero que les haya servido

[/quote]
Creditos Aeroxis , por el codigo .