Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-11-29 20:49:56

coopersita
Member
Registered: 2005-09-28
Posts: 68
Website

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

#2 2007-11-29 21:05:22

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

Re: How to encrypt email address in articles

why couldn’t you put <txp:email> in an article??

Offline

#3 2007-11-29 21:58:11

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

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

#4 2007-11-30 16:29:56

coopersita
Member
Registered: 2005-09-28
Posts: 68
Website

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 &lt;txp:email &gt;.

Offline

Board footer

Powered by FluxBB