Requires Pixelpost v1.7
Type: Addon
Author:
Diese E-Mail-Adresse ist gegen Spambots geschützt! Sie müssen JavaScript aktivieren, damit Sie sie sehen können.
License: GNU GPL 3.0
Addon that cloaks all emails in content from spambots via Javascript. You don't have to care about email encryption, just enter an email address and the addon will replace the email with a mailto link with email cloaked.
Email Cloak produces valid XHTML 1.1 code.
<a href="mailto:email@example.com">email@example.com</a><a href="mailto:email@example.com">anytext</a><a href="mailto:email@example.com?subject=Text">email@example.com</a><a href="mailto:email@example.com?subject=Text">anytext</a>email@example.comand replaces an email with a mailto link with email cloaked.
email_cloak.php in your addons folder.$mode in email_cloak.php
$mode = 0; Non-linkable Text$mode = 1; As linkable mailto address