Advertisement

disable email cloaking plugin on page by page basis

Everything to do with Joomla! 2.5 templates and templating.

Moderator: 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.
Locked
jpmoran
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Mon Jul 16, 2007 12:18 am

disable email cloaking plugin on page by page basis

Post by jpmoran » Fri Aug 03, 2012 6:15 pm

I have a button that I want to use as a contact us button, but it is conflicting with the email cloaking plugin.

The to field in my email program gets filled with javascript messages.

is there a way to disable the cloaking on a specific page or is there a way to get the following link to work?

Code: Select all

<a class="getStarted" href="mailto:[email protected]"><span>Get Started</span></a>

Advertisement
ecweb
Joomla! Apprentice
Joomla! Apprentice
Posts: 44
Joined: Wed Feb 04, 2009 5:04 am
Location: Melbourne Australia
Contact:

Re: disable email cloaking plugin on page by page basis

Post by ecweb » Fri Nov 02, 2012 5:59 am

Here's how:
Put the code {emailcloak=off} anywhere in the same article.
This turns off email cloaking.
For further info, see http://docs.joomla.org/Screen.plugins.e ... l_Cloaking
Yours,
EC WEB / Joomla Web Design Services Melbourne
http://www.easyjoomla.com.au

User avatar
Krki
Joomla! Intern
Joomla! Intern
Posts: 94
Joined: Wed Feb 21, 2007 7:57 pm
Location: Zagreb, Croatia

Re: disable email cloaking plugin on page by page basis

Post by Krki » Fri Feb 07, 2014 11:53 am

ecweb wrote: Put the code {emailcloak=off} anywhere in the same article.
This turns off email cloaking.
Hi

Thanks for this hint I didn't knew about this feature.

I had one module (loaded in article) to list all users from #__users table,
(visible to super admin only)
and it was loading very slow, until I realized that speed was slow beacuse of email cloaking plugin which was wrapping each mail with JS.
After I added {emailcloak=off} above code for loading module, it loads fast as it should.

Regards

Advertisement

Locked

Return to “Templates for Joomla! 2.5”