Hello,
I am trying to get the mailhide feature of reCAPTCHA working but I am having issues, the email addresses are just being printed fully. I have reCAPTCHA working in general but not the mailhide feature. I have /admin/settings/filters/1 setup to use the reCAPTCHA Mailhide filter, I have set the public and private keys at /admin/settings/filters/1/configure, and I have made sure that reCAPTCHA Mailhide is the only filter running at 10 with no filters occuring after it (at /admin/settings/filters/1/order). Is there something I am missing?
Thanks!
Comments
Comment #1
StephanieM commentedYou may have solved this already, but I had to make it the FIRST filter to run (i.e. before HTML conversion made email addresses into links).
Comment #2
nickbits commentedSame problem here.
I have followed the thread: http://drupal.org/node/303596
I have followed all instructions.
I have the filter at the front (first).
All email addresses show in full.
Comment #3
StephanieM commentedOK, it's been a while... No, it hasn't taken me this long to solve the problem, but when I tried installing MailHide on a new site, I noticed that the keys you use for the main reCAPTCHA are different from MailHide keys. There's a link on the MailHide download page to apply for them. Install them and everything works nicely.
Comment #4
nickbits commentedHi StephanieM,
You are correct. I do know that, it was in the instructions somewhere, but still doesn't work on some of my sites.
Obviously a conflict somewhere.
Nick
Comment #5
sleepingmonkI'm stumped.
I'm trying to get mailhide working in a subdomian, does that make a difference? I have a global keys for recaptcha.
I've followed all the directions in the readme:
- enable mailhide
- add filter to input filter
- configure mailhide keys on the filter settings.
- mailhide comes before other filters
- mcrypt is enabled on my server
Mailhide is not doing anything on my content.
I don't see any errors in my logs. Anyone have any advice?
Comment #6
Darkwaltz4 commentedI had this problem too - but when I disabled the tree control for the applied filter order, turns out that while it was displayed first, it actually shared the order of 0 with several others. I set distinct orders, and that fixed it.
Comment #7
hass commentedHopefully solved 4 years later