I searched for this here but had no luck. I think I have seen this before, I am wondering if there is a hack where you can view the users signature in there profile. I tried to do this by copying this from member.php:
PHP Code:
$userinfo[avatarurl]=getavatarurl($userinfo[userid]);
if ($userinfo[avatarurl]=="") {
$userinfo[avatarurl]="{imagesfolder}/clear.gif";
}
and just changing avatar to signature but that didn't work. How would you do this?