can you release your file to the public? That whould be nice. Btw there is a little bug in the module, that i fixed in my version.
before this code:
[code:1]
if ($enbl_em_publish != 'No'){
$query_field11 = "SELECT $email_publish FROM #__comprofiler WHERE user_id=$row->userid";
$database ->setQuery ($query_field11);
$email_pub_result = $database->loadResult();
if ($email_pub_result != 'No'){
$query_field12 = "SELECT email FROM #__users WHERE id=$row->userid";
$database ->setQuery ($query_field12);
$email = $database->loadResult();
$email_url = "<A HREF='mailto:$email'>
";
}
}[/code:1]
you must add
[code:1]$email ='';[/code:1]
just a little line but when its not there and you are using the feature to let the users decide to publish their emails or not, there will be email buttons for users that decided not to show their mails.
So please release your fixes too, so we can make a bug free version of this module