I am after a special extra team avatar for moderators, supermoderators and administrators, I think I have some rightish looking code but I am not sure where to put it:
Code:
unset($teamlogo);
if ($loggedin['usergroupid'] == 6 and $highlightadmin) {
$teamlogo = "<img src=\"team.gif\">";
} else if (($mod["$userid"] or $loggedin['usergroupid'] == 5) and $highlightadmin) {
$teamlogo = "<img src=\"team.gif\">";
I am hoping someone can help as I have tried to find a similar hack and think it would be agreat addition to my forum.