I got it installed and it is working great on 2.2.5. I changed the images to text instead, though. Thought it looked better. I put it in the private.php, also, so I could list it in the privmsg template, too. I need to find out if where I put it in private.php is ok or will it mess with anything else? I put this:
Code:
if ($post[gender] == "0") {
$genderimage = "Not Sure";
} elseif ($post[gender] == "1") {
$genderimage = "Female";
} elseif ($post[gender] == "2") {
$genderimage = "Male";
}
after this:
Code:
if ($post[yahoo]!="") {
eval("\$post[yahooicon] = \"".gettemplate("yahoo")."\";");
} else {
$post[yahoo]="";
}