Aqui não deu....
Tem que por :
// Show avatars, images, etc.?
a baixo de :
// 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.
Já tentei isso mas não deu certo aqui.E ja tentei por a baixo do cófigo que você me deu tambem,mas não deu certo
// 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>';