Hi,
when using the module without JAVA but with mailto-generation, the mailto is encrypted correctly as ASCII. But the "name" (the displayd part) is still human and robot readable.
If I use it without mailto-generation, the text is encrypted.
Could this be solved?
Comments
Comment #1
vistree commentedOK, solved it on my own:
just go to to you invisimail-modul-folder and edit the invisimail.module.
In the function invisimail_ascii_encode($string, $js = FALSE, $link = FALSE, $text = NULL)
go to "if ($link && !$js)" and edit the line 156 from
$output .= "<a href=\"mailto:$encode\">$text</a>";to
$output .= "<a href=\"mailto:$encode\">$encode</a>";Same can be done 3 lines later with the JAVA-Output.
Comment #2
simpsonetti commentedWell, i try it the same way too, but nothing changed.
Comment #3
vistree commentedHi, I change the mail-encryption tool now and use spam-span instead. Think, this is a better try in the moment.
Regards
vsitree
Comment #4
Crell commentedThis is a duplicate of: #316175: replacing $text with $encode for the anchor text