Could/should we implement one/both systems to
prevent spambots from getting email adresses
http://www.php-help.net/search.php?q=spam
I looked for such a functionnality in xoops core code,
but didn't find the same feature.
The main objective is to prevent mail adresses, written
in articles for example, from being leeched too easily.
I don't know which system mambo has implemented.
Could be great if someone investigated over there their
solution (if any)
marco
Logged In: YES
user_id=521098
I see two approaches for this:
1: Use the Smarty encoding feature when ever possible
(<{mailto address=$Team.email subject="Email about
$Team.name
"encode="javascript"}>)
2: Move that javascript functionallity into Xoops, and parse all output send to
Smarty.