This plugin is writes uses javascript to munge an email address making it hard for spammer harvestors to read it.
I've uploaded it to the wiki at http://wiki.cmsmadesimple.org/pmwiki.ph ... nedPlugins and my code is released under the GPL.
Plugin: email
Re: Plugin: email - protect from spammers
I know this post is 2 yrs old
but wonder if anyone has a solution which works with the current CMSMS?
cheers
WebGirl

cheers
WebGirl
Re: Plugin: email
smarty has a function
{mailto address="me@domain.com" encode="hex"}
you can use encode="javascript"
more info from
http://www.phpfreaks.com/smarty_manual/ ... ailto.html
maybe we should add these notes somewhere.....
{mailto address="me@domain.com" encode="hex"}
you can use encode="javascript"
more info from
http://www.phpfreaks.com/smarty_manual/ ... ailto.html
maybe we should add these notes somewhere.....
Re: Plugin: email
wow tsw, that was faster than a speeding bullet! I've checked out the link - great stuff, thanks!