LOL! I got it right before you wrote this message.

Here's what I used and it worked. You pointed me in the right direction with the $displayemails. I looked at the code right above it and it jumped out at me.
Wouldn't the if (!$enableemail) actually work better than the $displayemails, though? (I don't need it but if in the future I wanted to mess with it, I mean.)
Code:
if($userinfo[email]!="" and $userinfo[showemail]) {
eval("\$userinfo[email] = \"".gettemplate("getinfo_email")."\";");
} else {
$userinfo[email]="";
}
Quote:
Originally posted by Xenon
loool, sorry, really my fault, have overseen something:
try to use this:
if($userinfo[email]!="" and $userinfo[showemail] and $displayemails)
|