Forum Replies Created
-
AuthorPosts
-
hoffybalboaMember
Thanks Ivy. You solved my problem. Here is what happened for everyone else. They sent me the latest build of the plugin. I installed it. Deactivated and Reactivated the plugin. Cleared cache and the problem went away.
Thanks everyone
hoffybalboaMemberDid not help. I downloaded the latest plugin build. Uploaded. Deactivated and Reactivated the plugin. Same exact errors.
I know you are swamped with other requests. I have a couple outstanding issues that i would be happy to pay for support to get completed.
All the best,
Bryan
hoffybalboaMemberPardon my ignorance, but I do not understand or how to proceed.
hoffybalboaMemberThis is good, but is it possible to get more detailed information about this? I would like to at the very least pass the WordPress Username and Phone to mailchimp. Could you help mark up the actual code below, to show us non-coders, how to pass username and phone?
Here is the code from eMember_mailchimp_subscribe:
function eMember_mailchimp_subscribe($api,$target_list_name,$fname,$lname,$email_to_subscribe)
{
$lists = $api->lists();
foreach ($lists AS $list)
{
if ($list == $target_list_name)
{
$list_id = $list;
}
}
$merge_vars = array(‘FNAME’=>$fname, ‘LNAME’=>$lname,
‘INTERESTS’=>”);
$retval = $api->listSubscribe( $list_id, $email_to_subscribe, $merge_vars );
return $retval;
}
Thank you
February 1, 2011 at 5:38 pm in reply to: 4 Emails Upon Initial Registration – I don't want them all #28578hoffybalboaMemberWorked like a charm! Thank you for the quick turnaround. I think many people would be interested in this post. Especially if they require email confirmation before someone can become a member.
-
AuthorPosts