Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How to encrypt email address in articles
Hi,
I’m trying to find an easy way for people to be able to add email addresses to articles, without getting tons of spam.
I would normally go to something like http://hivelogic.com/enkoder/form and then paste the resulting javascript in my page, but you can’t really do that to an entry.
I know there is a <txp:email> tag, but you can’t really put that into an article.
Also, I’m using hak_tinymce plugin.
Does anyone has any ideas?
Offline
Re: How to encrypt email address in articles
why couldn’t you put <txp:email> in an article??
Offline
Re: How to encrypt email address in articles
Er – txp-tag do work in articles, you know? Just put inside article <txp:email email="" />
or if you want use that JavaScript thing of yours, then you should parse the textile from that content if it efects on it.
Inline:
==<script type="text/javascript"><![CDATA[]]></script>==
or by block:
notextile. <script type="text/javascript"><![CDATA[]]></script>
Cheers!
Last edited by Gocom (2007-11-29 21:58:27)
Offline
Re: How to encrypt email address in articles
But I’m using hak_tinymce. If I type <txp:email> that is what shows up. It parses the text as <txp:email >.
Offline