Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.0
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2010 at 09:49 UTC
Updated:
25 Oct 2010 at 19:00 UTC
Hi
Patch for changing listinterestgroups() which is deprecated (http://www.mailchimp.com/api/1.2/listinterestgroups.func.php) for listinterestgroupings() (http://www.mailchimp.com/api/1.2/listinterestgroupings.func.php).
Reason is not only that, as I mention, is deprecated, but that it only lists the first group of a list. New method lists all the groups with extra info for each.
It requires updating MCAPI.class.php to 1.2.6
Attaching both module's patch and link to new API PHP wrapper version (http://www.mailchimp.com/api/downloads/#php)
I would really like to see this committed, as it is critical in pretty much al the projects I've work on.
Cheers
| Comment | File | Size | Author |
|---|---|---|---|
| mailchimp.patch | 6.9 KB | jm.federico |
Comments
Comment #1
jm.federico commentedCheck a live version of it working:
https://www.intermedium.com.au/user/register
You'll see multiple groups within the same list
Comment #2
jm.federico commentedChanging version, no idea why chose RC5. It is against 2.0 final
Comment #3
jm.federico commentedchanging title
Comment #4
levelos commentedI ended up not using your patch as I rolled this change into several other fixes and refactors. Thanks for the contribution, though, and this functionality is now committed to 6.x-2.x.