Andre Pietsch
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-reCAPTCHA] Doesn't save keys for WordPress 3..05would it help if I use my plugin (contact form 7 recaptcha extension) to copy the site options of wp-recaptcha to the blog options? something like
if (is_multisite()) { update_option(get_site_option(...))); }
then you don’t need to patch the whole thing by removing some code…
I know it is maybe some kind of dirty, but if they update their plugin without fixing the bug you have to make a new fix…
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Only allows 1 reCAPTCHA per web pageHey…
the “one recaptcha” issue is heavier than I thought.
The solution in the link uses the ajax api whereas the wp-recaptcha thing uses the php api.
The problem is, that they aren’t really compatible to one another. Both use the same javascript Recaptcha class. At the moment I have no idea how to handle that. They are not designed to work both on the same site.
There is a chance to “overdeclarate” the Recaptcha class of the javascript. But I have no idea how and if this will work. I can’t guarantee to be the last script to declerate that class. So if there is someone who imports the original after me he will be the on in charge.
At the moment I have no idea how to solve that. If you have please give me a hint. ??
Kind regards
Andre
But the form interface for the settings does not depend on the options stuff. It only creates a table with the settings in it that I want to show to the customer. There are methods called that I have to implement with the code that creates the parts of the form. So there I am totally free as a developer.
The magic happens after the selected settings are committed by the customer. And I agree with you that there is a feature missing where I can tell the wp-admin/options.php that the committed stuff is for the site or the blog. That’s the only missing piece, I think.
As a solution I would, in a first step, change the behavior of my settings to be saved for the blog only. In a second step I would implement a posibillity to set some site options and request a feature for the next WordPress version that would implement such a method for everyone. Something like: send the form to options.php and save it for the blog or send it to site_options.php and save it for the whole site. So you can use the the same settings api for the forms and only have to decide which kind of settings you would like to save.
If blog options override site options or the other way around depends on the developer of a plugin…
What do you think?
Kind regards.
Andre
uh… thank you for the hint… I will check it those days and will reply…
Kind regards and a nice Sunday
ANdre
OK OK…
I see the problem.
The ONLY problem I see is in the wp-admin/options.php. They only say update_option(…) without checking the multi-site stuff and using update_site_option(…). Otherwise the whole settings API would work.
Instead if they would use update_site_option(…) there everything would work fine. Because the function checks for multi site and uses update_option(…) if no multi site is detected.
Do you think we should file a bug? Then it could get fixed in the next WordPress version.
For the meantime I don’t know if I should write a lot of code to do what the settings API does only to keep backwards compatibility… What do you think?
Kind regards
Andre
Oh… thanks for the hint. I will have a look to the post.
Can I add your fix for the problem to my plugin according to your description? As long as the fix for the keys is not implemented in the original wp-recaptcha plugin it could be a help…
Kind regards
Andre
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Only allows 1 reCAPTCHA per web pageHey…
released version 0.0.7 that gives some possibilities around options.
I will address the “one recaptcha issue” now.
Will keep you informed… ??
Andre
Hey…
had a version 0.0.6 where the settings of WP-reCAPTCHA had been used.
I worked on that and now you have a little more control over the language and theme settings. Released version 0.0.7 that should be available in some minutes. Hope that fitts your needs ??
If you have other suggestions or needs give me a hint and I will see what I can do. ?? (please open a new thread for that)
Kind regards.
Andre
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Only allows 1 reCAPTCHA per web pageThanks for the hints. I also found some possible ways. Have to test them. Will let you know about the progress…
Have a nice weekend
Andre
Forum: Plugins
In reply to: Surveys Extended plugin – IE and FirefoxThank you ??
The original is not maintained anymore so we added some needed features and released for all the other who are interested.
At the moment we do a complete code review and redesign. So stay tuned for some cool features in the next versions… ??
Could you set the topic to “resolved” if the error is fixed in your eyes?
Kind regards
Andre
Forum: Plugins
In reply to: Surveys Extended plugin – IE and FirefoxHey…
Tested the survey on your instance with current IE 9 and current Firefox but found no error other than the first. But this is an error in a script of the parallelus-unite theme you are using. I can’t change something there. Please contact the authors of the theme to correct that error.
I also found out that if I press reload the survey seems to appear in IE.
I found some debug code that could also lead to problems with the IE in my script.js. Commented it out and hope that this helps. Released version 0.0.6 that should be available in a couple of minutes.
If you still have problems with our plugin feel free to contact us.
Kind regards
Andre
Forum: Plugins
In reply to: Surveys Extended plugin – IE and Firefoxuh… will have a look
thanks allot for the new threat ??
Forum: Plugins
In reply to: [Surveys Extended] No surveys! — Surveys Extended pluginOMG… Thank you for the hint.
I have fixed it and released version 0.0.5. It should be available in some minutes.
There was also an error with the css. Please hit SHIFT + F5 to refresh the survey form.
It also would be great if you could open a new request here in the forum the next time. It would be easier for me to see the fixed and open requests. Otherwise it could be that I forget something ??
Kind regards
Andre
Hey…
made a version that respects some of the settings of the WP-reCAPTCHA plugin. It should be available soon.
The same language is used as set in the WP-reCAPTCHA plugin.
The same theme as set for the comments in the WP-reCAPTCHA plugin is used for the recaptcha in the forms.
I hope this helps for now. I’m working on some kind of global settings where you can say that you want to use the on or the other or a custom setting for all the recaptchas in your forms. But give me some time for that because I had to solve another severe problem. ??
The next step will be that you can set it individually on each recaptcha you add to a form.
It would be great and easier for me to handle if you could open a new thread for this settings stuff. This thread is closed because it was for another question.
Kind regards
Andre
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Only allows 1 reCAPTCHA per web pageah… thx for the hints… i will have a look. but i won’t be able to fix it until next week. i am on another problem at the moment.
hope that is ok…