Hola hoy yo les traigo un codigo para poner los avatares como en un tipo de caja.
Nos vamos a
Portada » Sets de Plantillas » plantilla Templates
Editar Plantilla: postbit_avatar
y remplazamos todo el codigo por este:
Cita:<table nowrap="nowrap" no-repeat="" width="185" align="center" background="Fondo de la targeta" border="0" cellpadding="4" cellspacing="0" height="100">
<tbody><tr>
<td width="56%"> </td>
<td><a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" width="60" align="center" height="60"></a></td>
</tr>
</tbody></table>
</div>
Solo tenemos que editar lo que esta en negritas.
Bueno si alguien intenta hacer el plugin para que tengan diferente los admins y eso no olviden darme creditos ;D
Les dejare el tamaño recomendado para el fondo y para editar les recomiendo photo shop.
les dejo un fondo extra
http://tw.comuf.com/foro/bg.png
y la captura se las devo pero si queda muy bien ......
EDITO: Live demo
http://tw.comuf.com/foros/showthread.php...pid=3#pid3
Contorno De rango
____________________________________________________
Buscan en posbit_classic o el otro el que usen y remplazan
Cita:{$post['groupimage']}
Por
Cita:<table nowrap="nowrap" no-repeat="" width="185" align="center" background="
{$post['groupimage']}" border="0" cellpadding="4" cellspacing="0" height="100">
<tbody><tr>
<td width="56%"> </td>
<td><a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" width="60" align="center" height="60"></a></td>
</tr>
</tbody></table>
</div>
y borramos el {$post['avatar']}
Contorno De status
_________________________________________________________
Remplazan en el posbit_classic o el que usen esto
Cita:{$post['onlinestatus']}
y borramos el {$post['avatar']} y lo ponemos en su lugar
por esto
Cita:<table nowrap="nowrap" no-repeat="" width="185" align="center" background="{$post['onlinestatus']}" border="0" cellpadding="4" cellspacing="0" height="100">
<tbody><tr>
<td width="56%"> </td>
<td><a href="{$post['profilelink_plain']}"><img
src="{$post['avatar']}" width="60" align="center"
height="60"></a></td>
</tr>
</tbody></table>
</div><br />