Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    Thanks, I will update this plugin, don’t worry :).

    I don’t know if in multisite is the same but I have never noticed it failing nor for 3.3 nor for actual 3.3.1.

    All features seem to work fine in my case, recaptcha in comments, in registration form, theming, visibility options. I can’t tell about akismet integration either because I don’t use it.

    I think I am experiencing this bug as well. I got the preview to work in the settings and have it set to show for all users (and have tested it on a browser that was just reset and thus had no cookies) but it still doesn’t show in my comment form.

    Plugin Author Khang Minh

    (@oddoneout)

    I think I am experiencing this bug as well. I got the preview to work in the settings and have it set to show for all users (and have tested it on a browser that was just reset and thus had no cookies) but it still doesn’t show in my comment form.

    Are you using a theme that has support for comment_form()?

    Actually no. My theme is coded to have a custom implementation of comment_form because I wanted better HTML. It does implement the comment_form action though, which WP-reCaptcha seems to work with. I see in class-bwp-recaptcha.php that you’re attaching your code to various other hooks as well as comment_form. Do you get a serious benefit from that?

    IMHO having it on one hook is much simpler and when I converted my theme (which is from before comment_form existed) I remember reading that comment_form was the mandatory hook, so I imagine I am not the only person for whom the plugin would work out of the box if it used comment_form but who will have to jump through hoops to get it to work while it uses ‘comment_form_after_fields’.

    Either way, my issue is not 3.3-related so really I guess it belonged in a different thread. Good to know a solution exists, I could probably just attach a function to comment_form that runs do_action(‘bwp_recaptcha_add_markups’);

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Better WordPress reCAPTCHA (support Akismet)] This plugin don't work with WP 3.3’ is closed to new replies.