I checked and this specific user has NOT selected any images for display. Yet it still shows up there.
I went in and modified GROUP 16's image and the one next to his name changed!!!?!?
I found the code driving that area and it is the showprofile.tpl
The appropriate code is:
<td class="tdheader">
{$lang.PROF_FOR} {$profileuser} {$Rating}
</td>
HOLD IT !!!!!I just looked and the code on the server is newer.
It is actually:
<td class="tdheader" colspan="2">
{$lang.PROF_FOR} {$profileuser}
{$groupimages}
<span style="float: right;">
{$Rating}
</span>
</td>
Okay... now I see {$groupimages} is causing it to display. Hooray!!!!!
But --- why doesn't it show up for everyone in the group?