Are you using vB2 or something?
[high]* Link14716 looks at gio~logist's user info.
[/high]
2.3.5, eh? Template conditionals are a vB3 feature, so of course it won't work. Bah.
Well then, wherever you were putting that PHP code above, then, use this:
PHP Code:
if (!empty($userinfo['field6'])) {
$badge = "<img src=\"$userinfo[field6]\">";
}
And then $badge goes in the template.