Hi,
When we use "printable version" and "PDF" links, the admins e-mails are show at the files. How could we hide it (protecting against spam) as contact with admins can be made through the FAQ page?
Thanks,
Ricardo
How to hide admins e-mails?
Moderator: Thorsten
Hi,
I don't think that spammers can detect e-mail adresses in PDFs or with javascript opened pages.
bye
Thorsten
I don't think that spammers can detect e-mail adresses in PDFs or with javascript opened pages.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
that should be easy: Just remove the following code:
bye
Thorsten
that should be easy: Just remove the following code:
Code: Select all
<a href="mailto:<?php print safeEmail($PMF_CONF["adminmail"]); ?>"><?php print safeEmail($PMF_CONF["adminmail"]); ?></a>
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist