Quote:
Originally Posted by drives fast
once again...I couldn't get bit by a dog even with a steak hanging around my neck
|
hehe, i never heard that one before...
well, i don't have any experience in vbulletin 3, but if i'm understanding the code correctly, it should look something like this in php:
PHP Code:
<?
if ($post[usergroupid]==11) {
echo "<font color=\"#ffcc00\" face=\"verdana, arial, helvetica\" size=\"1\"><b>Site Supporter</b></font><img src=\"/forum/eimages/supporter.gif\" width=\"11\" height=\"11\" border=\"0\">";
}
?>