can someone fix the error some were in this line of code please and post it back here
<h4>', $context['member']['name'], ' <span class="position">', (!empty($context['member']['group']) ? $context['member']['group'] : $context['member']['post_group'], $context['member']['group_stars']), '</span></h4>
See if this does it:
<h4>', $context['member']['name'], ' <span class="position">', (!empty($context['member']['group']) ? $context['member']['group'] : $context['member']['post_group']), $context['member']['group_stars'], '</span></h4>
cheers mate. i was trying to create my own mod and you helped me to fix it. it only add a tiny bit of code so people can see the member stars or banners. if i make it a proper mod you will recieve credit in the desription to. again cheers mate