// do ip addresses
if($bbuserinfo[posts] >= 0) { $post[specialimg] = "<img src=\"[url here].[extension here]\" border=\"0\">"; } elseif($bbuserinfo[posts] >= 50) { $post[specialimg] = "<img src=\"[url here].[extention here]\" border=\"0\">"; }
if($bbuserinfo[usergroupid] == 6) { // Image for Administrators $post[specialimg] = "<img src=\"[url here].[extention here]\" border=\"0\">"; } elseif($bbuserinfo[usergroupid] == 7) { // Image for Smods $post[specialimg] = "<img src=\"[url here].[extention here]\" border=\"0\">"; } elseif($bbuserinfo[usergroupid] == 5) { // Image for Moderators $post[specialimg] = "<img src=\"[url here].[extention here]\" border=\"0\">"; }
$post[specialimg]