a43079 you have to submit your vbulletin options
Apok2002... open admin/functions.php
find:
PHP Code:
$post[warnlink].= "";
}
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
replace it with:
PHP Code:
$post[warnlink].= "";
}
if($post[warninglvl] > 0) {
$post[warnimg] = "<img src='{imagesfolder}/warn.gif' border='0' alt='$post[username] currently has $post[warninglvl] Warn Points!'>";
} else {
$post[warnimg] = "";
}
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
then place your image in the images folder of your forum... and place $post[warnimg] where ever you would like it to show on the postbit...
sorry i haven't tested it but it should work

regards...
g-force2k2