Quero por o brasão em baixo do avatar,como mostra a imagem a baixo:
(http://i56.tinypic.com/21myd7p.png)
Versão SMF: 2.0 rc4
Theme: Time treveler
Bem....e muito simples tem que ir para Display.template.php
Pesquisar por // Show the post group if and only if they have no other group or the option is on, and they are in a post group.
Que tem o seguinte código
// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
echo '
<li class="postgroup">', $message['member']['post_group'], '</li>';
echo '
<li class="stars">', $message['member']['group_stars'], '</li>';
e passar por baixo
// Show avatars, images, etc.?
e ja esta conforme as imagens
(http://imagem.webmastermz.com/thumbs/162102sshot-1.png) (http://'http://imagem.webmastermz.com/viewer.php?id=162102sshot-1.png')
(http://imagem.webmastermz.com/thumbs/281575sshot-2.png) (http://'http://imagem.webmastermz.com/viewer.php?id=281575sshot-2.png')