rexreed
Forum Replies Created
-
Thanks – that fixed it!
Forum: Plugins
In reply to: [Contact form 7 TO API + Basic Auth] Record Server Response to Log FileI don’t think this plugin is being supported based on the lack of responses
Forum: Plugins
In reply to: [Contact form 7 TO API + Basic Auth] Custom headersI looked at the code and there’s no way to pass custom headers.
the only header it supports is the Authorization header and that only supports Basic Auth or the use of Bearer.
It would be nice to be able to pass in arbitrary headers to make this a more useful plugin for a wider range of API end points.
I’ve abandoned this plugin. Sorry, it just wasn’t working. I was using the API Key provided in my dashboard, and the Mailbox Validator Email Validator. And I tested it by using it with WP-Members. Regardless, it always showed 0, even when I had 300 credits.
Doesn’t matter, I’m no longer using it.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Trying to use Ban Hammer with WP-MembersThanks — appreciate the detailed responses.
I ended up building a custom is_email() hook to stop registrations by comparing domains against a long list of throw-away email domains. Stop Spam plugin doesn’t do this on its own, but it’s ok, I built it myself.
However, what would make it better is to prevent entry of the email in the first place. Is_email() stops on the registration, but it would be even better to hook into the form validation so that the user gets a red field (indicating an error) before they submit.
Is there any way to hook into the form validation before form submission?
Forum: Plugins
In reply to: [Ban Hammer] Best way to hook into is_email() functionAlso, just another question, if we’re calling banhammer_drop on an email, why do we need a USERNAME as suggested here:
(new BanHammer)->banhammer_drop( USERNAME, EMAIL, ERRORS )
Can’t I just pass the email and no username?
Forum: Plugins
In reply to: [Ban Hammer] Best way to hook into is_email() functionThanks – I’m looking into the WP Members wpmem_pre_validate_form hook as we speak.
Just out of curiosity, why would hooking into is_email() not be the better approach? In this way I can just reject the emails as invalid even before the reg check. And then it could be used for other forms (Such as Contact Form 7) that also use is_email?
I’m looking for documentation on how to hook into is_email as well – the WP docs site doesn’t show how to hook into that.
Forum: Plugins
In reply to: [Contact Form 7] Subscribers Only mode messageIt would be nice if this could be configurable on a per-form basis, like one of the message settings for the Ajax response message.
Could we request for a feature update for future version? Otherwise the message will be the same for all responses, and we have a use case for showing different subscriber only messages depending on the form context.
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Pass option value as parameterIs there any documentation on this? I’m trying to make the form popup a specific video in a modal box based on the form submission value. And having a hard time getting it to work. Are there any examples out there in using the event object to popup a video / modal, or any places you can direct me to look more?
Thank you for your help!
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Pass option value as parameterIs it possible to read the Contact Form submission details in the Script part of the redirect? If so, how can you read it through Javascript upon submission?
Forum: Plugins
In reply to: [Contact Form 7] Passing a value from Contact Form 7 into a PopupAny ideas on this? Is it possible to pass a value from the CF7 form to the popup which will open after form submission?
I’d like to show a video the source of which is dependent on the form value. Any insight or tips would be great!
Forum: Plugins
In reply to: New Plugin: Role ScoperThe Role Scoper plugin kills the Page Template selection menu in Advanced Options for Write or Manage Page. The pull-down simply disappears when this plugin is activated ??
Important bug to fix for folks who need their page templates!
Forum: Themes and Templates
In reply to: Page Templates in WordPress 2.5?!OK – I think I figured it out in my case… I had a plug-in called Role Scoper that seemed to be killing the Page Template option. Not sure why, but it does.
Forum: Themes and Templates
In reply to: Page Templates in WordPress 2.5?!I’ve tried all these suggestions, but nothing is working for me… how can I diagnose the problem?
Forum: Fixing WordPress
In reply to: Page Template dropdown missing from Advanced OptionsI’m having this problem too…. can anyone help??