Hi
I have found a tag and a module to scramble email-adresses in order to avoid spam.
But I am a beginner - and do not know how to implement the code?
I guess it is easy - and hope someone will tell me how.
And btw: do they in fact prevent spam???
Email 1.1 http://dev.cmsmadesimple.org/projects/email/
or
Javascript Spam Protection http://dev.cmsmadesimple.org/projects/spamprotection/
Yours, elin
ps: i didn't know whether to post this in general help or modules???
Email / Javascript Spam Protection module / tag
Re: Email / Javascript Spam Protection module / tag
It might be easier just to use the php obfuscation method:
{mailto address='email@host.com' encode='hex'}
{mailto address='email@host.com' encode='hex'}
Re: Email / Javascript Spam Protection module / tag
Yes - but I read that it didn't give real protection???
Re: Email / Javascript Spam Protection module / tag
Where did you read that? Of course, all kinds of E-mail encoding can be cracked - they just make it harder for spiders to collect the addresses from your site.elin wrote: Yes - but I read that it didn't give real protection???
Smarty's mailto function has several encoding methods,
encode="javascript" is probably the most thorough form of encoding.
If you want to avoid spam I'd suggest not mentioning an E-mail address, but putting up a contact form (with Captcha protection).
Regards,
D
Re: Email / Javascript Spam Protection module / tag
encode="javascript" - I will try to find out how. Thanks a lot. 
elin

elin