Advertisement

Email Cloaking Plugin

For Joomla! 5.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
joom-rookie
Joomla! Apprentice
Joomla! Apprentice
Posts: 24
Joined: Thu Mar 03, 2022 3:29 am

Email Cloaking Plugin

Post by joom-rookie » Thu Sep 05, 2024 4:58 am

Hi guys,

I want to get a custom output for the Content Email Cloaking plugin in a template override.
Is this even possible?

I've also tried this:

Code: Select all

<?php
$emailparams = array(
    'class' => 'member-contact-icon',
    'title' => 'Email',
    'target' => '_blank',
    'icon' => '<ion-icon class="icon" size="large" name="mail-sharp"></ion-icon>'
);
echo JHtml::_('email.cloak', $memberinfo['email'], $emailparams);
?>
That didnt do anything... probably stupid, but I thought I'd try.

Thanks guys.
Last edited by imanickam on Thu Sep 05, 2024 6:54 am, edited 1 time in total.
Reason: Moved topic » from Extensions for Joomla! 5.x to Joomla! 5.x Coding

Advertisement
Advertisement
Post Reply

Return to “Joomla! 5.x Coding”