html.inc.php was changed for some reason...

the logic in the new $html->user_status routine keys on $v==3 now.. bla bla..

it's a bug that needs fixing.. cuz putting it back to $v==2 (temporary quicky) 'fixes' your site..

i have my moderator image turned on here and it isn't displayed in the GROUP_IMAGES slot in showflat either..

i can re-look @ the actual routine to discern the $modcheck versus $gimages versus whatever is going on, but it is a bug in stock from my 1st blush..

basically:

PHP Code
if ($v == 3 && !strstr($modcheck,",{$uid},")) continue; 

that logic decides to NOT grab a particular image for group 3 (moderators) it gets it right for admins and non mods

my guess is that it was to not have dup moderator/global mod images displayed, but that's a guess for now..

i'm stressed for time, so can't elaborate further.. smile