Home › Forums › Plugin Support › MailChimp integration
Tagged: mailchimp
- This topic has 13 replies, 6 voices, and was last updated 10 years ago by
Otto Roth.
-
AuthorPosts
-
May 15, 2014 at 9:33 pm #5249May 23, 2014 at 2:21 pm #5270
SimplyBasel
MemberI am also looking to do the same thing. If you get this working, would you let me know ?
Thanks !
MattMay 26, 2014 at 8:47 pm #5280Khaled
MemberHello,
We are working to allow plugin integration with UMP. We’ll let you know when we have done.Thanks.
May 28, 2014 at 1:22 am #5292SimplyBasel
MemberAwesome, thanks for your help Khaled !
Any approx. idea on when that will be released?
Thanks again 🙂
MattMay 28, 2014 at 7:22 pm #5297Khaled
MemberActually, the feature has already developed. You can have a try that with dev version.
Dev Version: http://user-meta.com/download/?package=user-meta-pro&version=dev
And put following codes to functions.php (under current theme)
add_filter( 'user_meta_wp_hook', 'allow_login_redirect_hook', 20, 2 ); function allow_login_redirect_hook( $isEnable, $hookName ) { if ( 'register_form' == $hookName || 'register_post' == $hookName ) $isEnable = true; return $isEnable; }
Thanks.
May 29, 2014 at 1:12 am #5298SimplyBasel
MemberHi Khaled,
Do I need to upgrade in order to get it to work, or do I just use the code you provided for my Single Site install?
Also, will this feature be available soon in the Single Site version?
Thanks!
May 29, 2014 at 1:53 pm #5306Khaled
MemberHi Matt,
You will need to upgrade the plugin (to dev version) and also need to use the given code(at least for now, we will provide a new addons for that later).
This feature will included to next release for both single or unlimited license.
Thanks.
May 29, 2014 at 2:12 pm #5307SimplyBasel
MemberHi Khaled, thanks for the details !
I think we’ll wait for the new release for Single Site license to come out (since we’re not sure this plugin is yet compatible with out theme).
Do you have an approximate guess as to when the new release is coming out?
Thanks again man !!
MattMay 29, 2014 at 2:30 pm #5308Khaled
MemberMy Pleasure…
I hope, that will come by two weeks.
Thanks.
May 30, 2014 at 12:55 pm #5313SimplyBasel
MemberThanks Khaled!
Do we get notified via email of plugin updates?
Thanks 🙂
May 30, 2014 at 3:09 pm #5318Khaled
MemberHi, You will notified only for stable version, not for RC version. So, come back to the site after one week 🙂
February 19, 2015 at 10:35 am #6821whoaloic
MemberHello,
Does the mailchimp chechbox integration is available?
I’m using user meta 1.1.7rc1 and use User Meta Advanced 1.0.1Cheers
whoaloicFebruary 23, 2015 at 4:37 am #6838mfisher
MemberHi,
Any updates on the mailchimp integration? This would be a nice addon!Will you be offering more add-ons?
Thanks,
MelMarch 13, 2015 at 5:01 pm #6897Otto Roth
MemberAlso really really wanted here 🙂 or if someone knows a way to automatically subscribe to mailchimp via a checkbox or something. I’m using MailChimp for WordPress as a plugin, but if there is another way to get the email/firstname/lastname that’s also appreciated 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.