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

vm’s picture

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.

bzsim’s picture

vm’s picture

as stated in that tutorial;

The 'Hide Email addresses' is provided by the spamspan module.

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

stephenrobinson’s picture

So how do you hide $user->mail?
Stephen :)

vm’s picture

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 ?