Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] imm_encrypt: Email Encryption
Having exactly the same problem. This works just fine:
<txp:imm_encrypt>email@domain.com </txp: imm_encrypt>
and produces an encrypted version of the Email. A link, however:
<a href="mailto:<txp:imm_encrypt>email@domain.com</txp:imm_encrypt>">Mail </a>
breaks the page and stops any further output after the link. Is there any workaround or am I missing some detail?
Thanks!
OliverLast edited by setar (2005-01-18 19:24:34)
Offline
Re: [archived] imm_encrypt: Email Encryption
for me it doesn’t break the page, but the script doesn’t decode the address.
Offline
#27 2005-01-22 10:30:59
- jeeves
- Member
- Registered: 2004-06-14
- Posts: 31
Re: [archived] imm_encrypt: Email Encryption
I was thinking something very similar. When the plugin is used inside of a post, the plug-in still encodes the email address. What seems to be failing is the java script that decodes it.
Offline
Re: [archived] imm_encrypt: Email Encryption
It never got decoded in page templates or forms. I never tried it in articles.
Offline