Forums

Email cloaking problem

treenity 27 May, 2010
Hi, i have email cloaking problem, the joomla javascript code for email cloaking is in the "email" form as a text, i dunno how to fix that for the moment, the only think i know is it is possible to disable the email cloaking.

Goto Components -> com_chronocomments -> Templates -> OPEN comment-form.html.php

find
<input name="email" type="text" id="ccemail_x1"


place just above :
{emailcloak=off}


and the email cloaking system will be off JUST for the end of the form.
algous 31 May, 2011
Hello, thanks for this powerful component!

An other solution is to place this code in a "Custom Code" to "On Load" event.
{emailcloak=off}


Bye😉
This topic is locked and no more replies can be posted.