User tests: Successful: Unsuccessful:
The joomlacode item link : http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33808&start=100
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.
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
Closed as per the comment on the tracker
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-08 15:20:25 |
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');