gerobe
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Change values of form-entry in admin and auto-reply mailsI found the bug, why the success message does not appear:
I had the option “Hide form after successful submission” checked.
If this is checked also the success message is hidden for a non ajay form.
This bug should be fixed, too.
Forum: Plugins
In reply to: [cformsII] Change values of form-entry in admin and auto-reply mailsOk. But
my_cforms_filteronly works for non-ajax-forms.I had to switch my form to non-ajax, which I normally do not like.
The values are changed and the mail is sent. Ok.
But I see another error: The page shows no success message!
Forum: Plugins
In reply to: [cformsII] Change values of form-entry in admin and auto-reply mailsAm I missing something? It still does not work.
Based on the example code in my-functions.php.txt I do the following:
add_action('cforms2_after_processing_action', function (&$cformsdata) { ### Extract Data ### Note: $cformsdata['id'] = '' (empty) for the first form! $formID = $cformsdata['id']; $form = $cformsdata['data']; if ( $formID == '3' ) { $form['Your Name'] = 'Mr./Mrs. '.$form['Your Name']; $cformsdata['data'] = $form; } });But still {Your Name} shows the old value without Mr./Mrs. in the admin mail.
Forum: Plugins
In reply to: [cformsII] How to: Process form-data after submissionBut exactly that file is my problem. The information is confusing. I read the word deprecated many times, so which passages are old and new. Where exactly can I find the “their ‘cforms2_’ prefixed names at the apply_filters and do_action calls”. A simple step-by-step guide or information would be great.
As far as I understand the functions should still be implemented as a plugin and there is no need to have routines for ajax and non-ajax forms anymore(?). But how do I call these filters?
You updated from 0.10.0.3 to 0.10.0.4 and reconfigured WP-Piwik before, didn’t you?
Right. Thanks for fixing this.
Forum: Plugins
In reply to: [Shariff Wrapper] 1.9.6.: Fatal error bei Update oder NeuinstallationJep, funktioniert wieder.
Forum: Plugins
In reply to: [Shariff Wrapper] 1.9.6.: Fatal error bei Update oder Neuinstallationphp_code_error:1:/htdocs/wp-content/plugins/shariff/updates.php:42:Call to undefined function switch_to_blog()
Forum: Plugins
In reply to: [Shariff Wrapper] Version 1.9.1: Fehlende Zahlen und broken ImageOK, vielleicht lag es auch an der parallel veröffentlichten Version 1.9.3 🙂
Forum: Plugins
In reply to: [Shariff Wrapper] Zähler farblich nciht abgesetztDanke!
Forum: Plugins
In reply to: [Shariff Wrapper] Version 1.9.1: Fehlende Zahlen und broken ImageHallo,
es war offenbar ein Update-Problem. Im Plugin-Verzeichnis fehlten Dateien, die eigentlich da sein sollten.
Habe das Plugin deinstalliert und neu installiert. Nun sind die Zähler da und auch die Grafik der “color”-Version ist da.
Forum: Plugins
In reply to: [Shariff Wrapper] Version 1.9.1: Fehlende Zahlen und broken ImageMit 1.9.2 immer noch nicht behoben.
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Template tag for long URLThank you!
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Template tag for long URLI’m also using YOURLS and I use WP to Twitter also to generate a short url for my posts. maybe I’m wrong, but I thing the plugin only generates a short url if YOURLS is enabled as link shortener. So I want to generate a short url but post the normal “long” url in my tweets. Does this make sense?
Forum: Plugins
In reply to: [PopupAlly] MailPoet integration ?Thank you for this info. I only checked the MailPoet-Settings.
Forum: Plugins
In reply to: [PopupAlly] MailPoet integration ?I can’t find this setting. There is no “Thank you Page Setup” in the advanced setting (and additional settings). I can only define a page to appear for clicking the link in the double-optin mail. But no special page that should appear after entering an email-address in the form.
when clicking the subscribe button in the popup I’m only transfered to my homepage and not to a “thank you” page.
Any further help?