By bzsim on
I saw on a website that someone had the option to "hide email addresses" in their input format to fight spam-bots. I did a search and couldn't find this filter. Can someone point me in the right direction?
Moved by VM
I saw on a website that someone had the option to "hide email addresses" in their input format to fight spam-bots. I did a search and couldn't find this filter. Can someone point me in the right direction?
Moved by VM
Comments
=-=
which website?
did you view the source to look for clues? a link to that site would allow us to view the source for clues.
I saw a screenshot of the
I saw a screenshot of the settings here:
http://cliffordmeece.com/content/drupal-wysiwyg-tinymce-syntaxhighlighte...
=-=
as stated in that tutorial;
get spamspan, http://drupal.org/project/spamspan
enable the new module
goto administer -> input formats
edit the input format you want this to work on
check the hide email addresses filter check box
save the form
do this for every filter you require this setting
test
$user->mail
So how do you hide $user->mail?
Stephen :)
=-=
if it's php code, you don't include it in the template or module or whatever is you are doing that requires $user -> mail
if that's not what you mean, could you be more verbose? Since this issue was about email filters ?