kau
08-12-2003, 05:04 AM
For members who support the site I want a little image next to their user name. In VBB 2 I could use the code:
} else {
$post[signature] = "";
}
if($post[usergroupid]==9) $post[username]=$post[username]." <img src=http://www.blah.com/images/blah.gif>";
} else {
That code is no longer there in VBB 3. Where do I put this code in VBB 3???
} else {
$post[signature] = "";
}
if($post[usergroupid]==9) $post[username]=$post[username]." <img src=http://www.blah.com/images/blah.gif>";
} else {
That code is no longer there in VBB 3. Where do I put this code in VBB 3???