1
Hello,
I am trying to get xoopsmembers to not display a button for peoples emails, but instead list the text so people can copy and paste the address. I got it to list the email by doing the following, but the mailto: part isn't working....any ideas what I missed?(I do not know php well)
line 303:
$userdata['email'] = "
" ? $foundusers[$j]->getVar("email") : "";
Here's the page:
http://ccms.wcpss.net/home/modules/xoopsmembers/index.phpIdeally, I would like it to list it in such a way as to keep spambots from picking up these emails, but I'll try that part next, unless anyone has an idea about that.
Thanks for youe help!