Membership & SpamBotEmail Plugin conflict

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 8, 2013   (RSS)

By jenolan - July 5, 2013 - edited: July 5, 2013

If you have both installed on the membership profile page the email address in the edit field is mangled which makes it a bit tough to edit, see screen shot

---
<?= "Jenolan(Larry) :: Coding Since 1973" ?>
Peace and Long Life
Attachments:

emailprofile.png 16K

By jenolan - July 6, 2013

To answer my own question you need to add

<?php $GLOBALS['SEP_DISABLED'] = true; // Disable Spambot Email Protector ?>

to the profile page ... but this needs to be done by default by the code generator ;-0

---
<?= "Jenolan(Larry) :: Coding Since 1973" ?>
Peace and Long Life