It will look like it does in the screenshot
WDZ.. add this code to makepostbit() in functions.php.. (I have added a user field, editable in the admin cp, drop down)
code:
if($post[fid6] == "translator") {
$specialimage = "images/translator.gif";
}
elseif($post[fid6] == "tester") {
$specialimage = "images/tester.gif";
} else {
$specialimage = "";
}
Or something like that. Then upload the two images.