WordPress and spambotEmailProtector

By eduran582 - April 30, 2012

Hi all,

I have spambotEmailProtector activated but when I hover over the email address in a WordPress page, it does not show the usual "encrypted" address like when using a 'regular' php page (not in WordPress.) The WordPress page has php in it (using the "exec-php" plugin) and the page contains a simple 'list' table that contains the usual code at the top including the required:

$libraryPath = 'cmsAdmin/lib/viewer_functions.php';

Is there something I have to do to enable this feature when using it with WordPress?

TIA,

Eric

Re: [eduran582] WordPress and spambotEmailProtector

By Jason - April 30, 2012

Hi Eric,

the spambotEmailProtector plugin only works when CMS Builder is being used on the page. You can try putting this line at the top of your page:

require_once("cmsAdmin/lib/viewer_functions.php");

This was designed to work with CMS Builder only, so I'm not sure if you'll encounter any conflicts on the page.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] WordPress and spambotEmailProtector

By eduran582 - April 30, 2012

Thanks, Jason. I'll give it a try and report back.