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
place just above :
and the email cloaking system will be off JUST for the end of the form.
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.