Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-20T19:02:06-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6408 2011-10-20T19:02:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=48449#p48449 <![CDATA[Re: email confirmation check box-member profile]]>
MarkMBravura wrote:
Thanks Jason, your clarification is much appreciated!

Very welcome. Thank you!

Statistics: Posted by Jason Caldwell — October 20th, 2011, 7:02 pm


]]>
2011-10-20T17:15:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=48429#p48429 <![CDATA[Re: email confirmation check box-member profile]]> Statistics: Posted by MarkMBravura — October 20th, 2011, 5:15 pm


]]>
2011-10-20T16:59:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=48422#p48422 <![CDATA[Re: email confirmation check box-member profile]]> Thanks for the follow-ups.

Yes, "instead of" ( i.e. you only need one merge array ).
I've also provided some additional examples in these threads:
viewtopic.php?f=4&t=10148&p=20994#p20994
viewtopic.php?f=4&t=15345&p=48213#p48213

Statistics: Posted by Jason Caldwell — October 20th, 2011, 4:59 pm


]]>
2011-10-18T22:01:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=48318#p48318 <![CDATA[Re: email confirmation check box-member profile]]>
Not too shabby, all things considered. And you? Ok, will sit tight. Thanks for your 2 c's nonetheless!

Best regards,

Mark

Statistics: Posted by MarkMBravura — October 18th, 2011, 10:01 pm


]]>
2011-10-18T21:22:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=48316#p48316 <![CDATA[Re: email confirmation check box-member profile]]> Statistics: Posted by dancarp — October 18th, 2011, 9:22 pm


]]>
2011-10-18T20:06:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=48314#p48314 <![CDATA[Re: email confirmation check box-member profile]]>
So would I add the following code in addition to - or instead of - the original hack on this thread?

Many thanks in advance!

Mark

GregKeen wrote:
Thanks, Cristián, it really helped! :) I've added the lines below to the s2-hacks.php file and now I have the registration date submitted to MailChimp just fine:

Code:
add_filter("ws_plugin__s2member_mailchimp_merge_array", "my_filter");
function my_filter($merge)
    {
        $my_custom_elements = array('MERGE3'=>date("m/d/Y"));
        return array_merge($merge, $my_custom_elements);
    }

Statistics: Posted by MarkMBravura — October 18th, 2011, 8:06 pm


]]>
2011-06-27T21:45:01-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21837#p21837 <![CDATA[Re: email confirmation check box-member profile]]>

Statistics: Posted by Cristián Lávaque — June 27th, 2011, 9:45 pm


]]>
2011-06-27T19:06:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21832#p21832 <![CDATA[Re: email confirmation check box-member profile]]> Statistics: Posted by dancarp — June 27th, 2011, 7:06 pm


]]>
2011-06-27T00:24:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21794#p21794 <![CDATA[Re: email confirmation check box-member profile]]>

Statistics: Posted by Cristián Lávaque — June 27th, 2011, 12:24 am


]]>
2011-06-26T23:39:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21792#p21792 <![CDATA[Re: email confirmation check box-member profile]]> I've added the lines below to the s2-hacks.php file and now I have the registration date submitted to MailChimp just fine:

Code:
add_filter("ws_plugin__s2member_mailchimp_merge_array", "my_filter");
function my_filter($merge)
    {
        $my_custom_elements = array('MERGE3'=>date("m/d/Y"));
        return array_merge($merge, $my_custom_elements);
    }

Statistics: Posted by GregKeen — June 26th, 2011, 11:39 pm


]]>
2011-06-26T22:29:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21791#p21791 <![CDATA[Re: email confirmation check box-member profile]]> viewtopic.php?p=20994#p20994

Statistics: Posted by Cristián Lávaque — June 26th, 2011, 10:29 pm


]]>
2011-06-26T22:00:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21788#p21788 <![CDATA[Re: email confirmation check box-member profile]]>
Cristián Lávaque wrote:
Well, you could have the first email in your autoresponder sequence be a welcome email. Would that work?


A couple of days ago I implemented the silent registration using the filter provided by Jason. Users are subscribed to the MailChimp list perfectly, but there is a problem sending autoresponders after such a signup, namely MailChimp doesn't allow to send any autoresponders based on signup date to subscribers who were signed up via the API.

A quote from a MailChimp Support page: "That means the autoresponder will not trigger on the "date added" field when email addresses are added to your list by import, added via the "add people" function, if addresses are added by the API, or if subscribers are brought into your list via an integration import." (http://kb.mailchimp.com/article/why-isn ... er-sending)

That's a big problem since it prevents us from sending a welcome email or any automated email sequence to the subscribers... :(

MailChimp suggests a workaround: "You can work around this by creating a new date field and build an autoresponder to trigger from that field. This will require you to add the date in yourself, but it will also allow you to trigger from the date you specify."

For this to work, s2Member has to be able to send a custom date field along with the signup date. Maybe this could be achieved with the custom registration fields? But it would have to be a hidden field since we can't ask users to fill in the registration date... :D

Jason, Cristián, can you suggest a solution? Right now I have two bad options to choose from: either I force users to confirm their registration twice (first for the WP account, then for the MailChimp list), which is a pain for them and does decimate the users who really sign up for the list, or I add them manually to the MailChimp list but then can't send them any autoresponders at all, which cripples all marketing efforts. :(

Statistics: Posted by GregKeen — June 26th, 2011, 10:00 pm


]]>
2011-06-24T00:44:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21586#p21586 <![CDATA[Re: email confirmation check box-member profile]]>

If the mailchimp confirmation email is eliminated (via the filter provided by S2Member), then all of the S2Member subscribers (who clicked on the S2Member confirmation email) will be silently subscribed to Mailchimp, correct?

Pretty much ( well, almost right ). If you disable double opt-in using the Filter provided by s2Member, people who register on your site will be silently subscribed to your MailChimp list during registration. No confirmation email/link is required when double opt-in confirmation is disabled; no confirmation email/link, from s2Member or otherwise. The simple act of registering, is what places them on your MailChimp list.


Could you please help me understand the degree of synchonization that takes place after signup?

By default, there is NO synchronization at all. This is only enabled if you choose to enable it through s2Member, and even then, it's based entirely on your specific configuration, as seen in the attached screenshot from s2Member's configuration panel.

auto-unsubs.png

Statistics: Posted by Jason Caldwell — June 24th, 2011, 12:44 am


]]>
2011-06-22T15:04:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21441#p21441 <![CDATA[Re: email confirmation check box-member profile]]>
In a previous message Jason mentions that the mailchimp and the s2member lists are not 100% synchronized. Here's the quote:

Jason Caldwell wrote:
Thanks for the follow-up.
Your list of Users/Members is not 100% synchronized with your MailChimp List(s), nor should it be. An account on your site provides access to your content, while a subscriber on your mailing list just receives email communication from you. Does that help to clarify?


If the mailchimp confirmation email is eliminated (via the filter provided by S2Member), then all of the S2Member subscribers (who clicked on the S2Member confirmation email) will be silently subscribed to Mailchimp, correct?

Could you please help me understand the degree of synchonization that takes place after signup?

In other words, are members automatically deleted if deleted in the Mailchimp database (and/or viceversa). What about when members change their info on our site - do those changes make it to the Mailchimp database? Should I expect 2-way sync or exactly what are the default rules?

Thanks much for your help.

Statistics: Posted by Abercorn — June 22nd, 2011, 3:04 pm


]]>
2011-06-22T14:56:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21440#p21440 <![CDATA[Re: email confirmation check box-member profile]]>
So I am back to my original question once again...


Is there a way to keep the confirm email disabled (as it is) and some how enable just the final (welcome) email... or is it an "all or nothing" hack?


Apparently, mailchimp does not allow an autoresponder to be set up for instant delivery immediately after signup as evidenced by this from mailchimp:


If you want to send an email immediately when someone signs up, customize your "Final Welcome Email" template - no autoresponder needed. Use autoresponders if you want to send 1 day or longer after signup.


What I am trying to achieve is the automatic confirmation feature, without losing the "Final Welcome Email"

Any suggestions would be deeply appreciated!

Thanks in advance,

Mark

Statistics: Posted by MarkMBravura — June 22nd, 2011, 2:56 pm


]]>
2011-06-22T07:46:01-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21421#p21421 <![CDATA[Re: email confirmation check box-member profile]]> Perhaps this should be another post, however, since we are on this sign up process, is there an option to re-send the username and password to the new member if the original has gone astray?

I was in private discussion with MarkMBravura on this as his test trial showed different recipient results on the initial send. ( junk folder, lost in cyperspace etc)

Statistics: Posted by dancarp — June 22nd, 2011, 7:46 am


]]>
2011-06-22T01:16:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21383#p21383 <![CDATA[Re: email confirmation check box-member profile]]> Thanks for the follow-up.

In other words, is MailChimp gathering the IP address directly from the subscriber through their confirmation email ? Or is that a field that the plugin sends to MailChimp?

Yes, s2Member collects and submits the true IP address of the Customer in real-time through it's API communication with MailChimp. So turning off the confirmation email should have no negative impact on your ability to collect the IP address.

Statistics: Posted by Jason Caldwell — June 22nd, 2011, 1:16 am


]]>
2011-06-20T15:38:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21239#p21239 <![CDATA[Re: email confirmation check box-member profile]]>
Abercorn wrote:
Jason, Christián,

I have the type of setup that dancarp describes above. Subscriber checks box agreeing to receiving emails from us and also agreeing to the Terms & Conditions. Subsequently, the plugin sends an email out to them with a link to our website's login form and a system-generated password. I checked today with MailChimp's customer support, and they agree that such procedure as I have described is considered a "double-opt-in" process. They said that as long as that double-opt-in process is implemented on our website, they don't have a problem with their confirmation emails being disabled. They directed me to the following page which indicates that a list is OK to be imported into MailChimp if the subscribers have opted in to the list "on your own website":

http://kb.mailchimp.com/article/can-i-u ... -mailchimp

Anyways, just a little background as some people appear to be under the impression that disabling the Mailchimp confirmation email would be frowned-upon by MailChimp.

Having said all of that, I have a question for you. If the hack is implemented and the mailchimp confirmation email is disabled, will Mailchimp continue to receive the original ip address of the subscriber as collected by the S2Member plugin? Or will they end up collecting the IP address (and for that matter date and time) of my host (as S2Member exports the data via the API through the host)?

In other words, is MailChimp gathering the IP address directly from the subscriber through their confirmation email ? Or is that a field that the plugin sends to MailChimp?

Please advise as this issue would impact how MailChimp would handle potential SPAM complaints.

Statistics: Posted by Abercorn — June 20th, 2011, 3:38 pm


]]>
2011-06-18T22:55:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21117#p21117 <![CDATA[Re: email confirmation check box-member profile]]>

Statistics: Posted by Cristián Lávaque — June 18th, 2011, 10:55 pm


]]>
2011-06-18T13:41:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21102#p21102 <![CDATA[Re: email confirmation check box-member profile]]> Statistics: Posted by MarkMBravura — June 18th, 2011, 1:41 pm


]]>
2011-06-18T13:09:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21099#p21099 <![CDATA[Re: email confirmation check box-member profile]]> Statistics: Posted by Cristián Lávaque — June 18th, 2011, 1:09 pm


]]>
2011-06-18T02:32:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21089#p21089 <![CDATA[Re: email confirmation check box-member profile]]> Statistics: Posted by MarkMBravura — June 18th, 2011, 2:32 am


]]>
2011-06-18T01:09:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21087#p21087 <![CDATA[Re: email confirmation check box-member profile]]>
Best regards,

Mark

Statistics: Posted by MarkMBravura — June 18th, 2011, 1:09 am


]]>
2011-06-18T00:12:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21076#p21076 <![CDATA[Re: email confirmation check box-member profile]]>

This is very exciting to know about it, thank you very much for posting it here

Thank you

Statistics: Posted by Preston324 — June 18th, 2011, 12:12 am


]]>
2011-06-17T23:42:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6408&p=21070#p21070 <![CDATA[Re: email confirmation check box-member profile]]>

And not just the point on collecting the addresses on your own website applies, the one that reads "people who purchased one of your products, or attended an event, and gave you their email address so they could receive updates from you" seems to describe very well those that purchase a membership.

I'll leave the IP question for Jason to answer.

Statistics: Posted by Cristián Lávaque — June 17th, 2011, 11:42 pm


]]>