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

StephanieM’s picture

You 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).

nickbits’s picture

Same 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.

StephanieM’s picture

OK, 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.

nickbits’s picture

Hi 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

sleepingmonk’s picture

I'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?

Darkwaltz4’s picture

I 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.

hass’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Hopefully solved 4 years later