? Success

User tests: Successful: Unsuccessful:

avatar xillibit xillibit - open - 21 Jun 2014
avatar xillibit
xillibit - comment - 21 Jun 2014

To test that you need :

With this change you can apply class on the email mail generated by email.cloak from Joomla!, pass on the lat parameter by example 'btn icon-mail'

It's work if you call it like that : JHtml::_('email.cloak', $email, true, ' ', false, 'btn icon-mail');

avatar zero-24
zero-24 - comment - 10 Jul 2014

It's work if you call it like that : JHtml::_('email.cloak', $email, true, ' ', false, 'btn icon-mail');

Sure but only if you do it. And the core don't do it. So if you use the core plugin you get the same issue as bevor.

I think we can fix it by "extract" the class parameters and pass it also by the core plugin here:
https://github.com/joomla/joomla-cms/blob/staging/plugins/content/emailcloak/emailcloak.php

But i don't know how we can extract it there.

avatar xillibit
xillibit - comment - 7 Aug 2014

It's not needed to do that in plugins emailcloak because when you put something a link in an article and affecting these classes to link : btn btn-small icon-mail, it's works

avatar brianteeman
brianteeman - comment - 8 Aug 2014

Closed as per the comment on the tracker

avatar brianteeman brianteeman - change - 8 Aug 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-08-08 15:20:25
avatar brianteeman brianteeman - close - 8 Aug 2014

Add a Comment

Login with GitHub to post a comment