i was doing "BADGES / AWARDS HACKETTE v1.0 By Kaelon of Alleria.com" but it wouldnt work for some reason so now i need to maek my own thing and what i did was i put <img src="$userinfo[field6"> and then with the ones with no badges it appears as <img src="">.........his code looked something like this
PHP Code:
if ($userinfo[field6]=="") {
$badge = "";
} else {
$badge = "<img src=\"$userinfo[field6]\">";
}