Andre Pietsch
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Only allows 1 reCAPTCHA per web pageHi,
I had no possibility to check that until now. Do you have a test installation of that multisite setup I can get access to? A link to the page would be enough. Would like to step through some javascript code via firebug. No account access or something like that at the moment.
Or could you provide some screenshots?
At the moment I have only a 3.1.3 singlesite instance to test. Will have a look if I can setup some older and also multisite versions to test…
Kind regards
Andre
I use the methods of the recaptcha plugin. I will check if there is a possibility to activate the options set in the recaptcha options dialog…
Thanks for the hint.
Forum: Plugins
In reply to: [WP-DBManager] [Plugin: WP-DBManager] mysqldump errorI returned the $error of passthru() and it returned 0 on dom1, were everything is fine, and 127 on dom2.
A short googeling for that showed that it could be a problem with the safe_mode. So I checked the safe_mode option on both instances and saw that the safe_mode for dom1 was off and for dom2 was on. Disabling the safe mode on dom2 fixed the problem.
Is it possible to implement a check for the safe_mode option and give a hint to the admin that the safe_mode has to be off for the backups to work properly?
I know that the safe_mode is deprecated in some newer php versions so that should be checked too.
kind reagards
Forum: Plugins
In reply to: [Surveys Extended] No surveys! — Surveys Extended pluginHey…
I hope it works now. If it is OK I would set the state of this topic to resolved.
Please reopen it or better create a new one if there are more problems or feature requests.
regards
Forum: Plugins
In reply to: [Surveys Extended] No surveys! — Surveys Extended pluginReleased a minor update again…
The shortcode was wrong. You have to use [SURVEYS_EXTENDED <survey ID>] to embed the survey into your page.
sorry for the inconvenience…
Forum: Plugins
In reply to: [Surveys Extended] No surveys! — Surveys Extended pluginOk… found some severe errors in the database handling. Fixed it and uploaded the new release. Should be available in some minutes.
Please check it out. If you still have problems try to uninstall (deactivate and delete) and reinstall the plugin.
PLease report back if you still have errors.
Forum: Plugins
In reply to: [Surveys Extended] No surveys! — Surveys Extended pluginAh I see… It is a problem with the database tables. I’ll correct it tomorrow, release the new version and inform you about it. But I think it won’t be up until monday… sorry… hope that is ok for you
Forum: Plugins
In reply to: [Surveys Extended] No surveys! — Surveys Extended pluginchecking…
Hi,
it should. It uses methods of the installed WP-reCAPTCHA plugin of your WordPress instance. You can say that the installation of WP-reCAPTCHA is required for the plugin to work. ??
Please be sure that you use the current versions of WP-reCAPTCHA and Contact Form 7.
Please contact me if there are any problems.
Kind regards.
i hope the problem is solved for you. I will close this thread if it is ol…
Something in your installation seem to escape the html tags. you can see it on the “noscript” part of reCAPTCHA in line 18 of your output. that is no behaviour that is caused by my plugin. on two other pages the code at these points is not escaped.
either way… if you find the plugin that does this, I think it could be the dropdown the form is in, and tell me the name I will add some code that checks for that plugin and removes the tags if it is found.
I hope that this is a suitable solution for you.
I would mark this topic as solved if it is ok. would be great if we could continue the discussion about the tags in a new topic.
you were absolutely right. thank you for the hint.
corrected it and upped version 0.0.5. should be available in some minutes.
please check it and report back.
checking…
I can’t confirm the style tags. tried it with current firefox on two different wordpress installations with the the 0.0.4 version installed. can you tell me which browser you are using?
could you send me a link to a testform? maybe password protected that i can analyze with firebug?
i designed it so that the recaptcha field is “required”, if it is used.
checking the other bug…