Posted by anon on April 26, 2012 at 1:25pm
4 followers
| Project: | MailChimp |
| Version: | 7.x-2.x-dev |
| Component: | Lists |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Is there any way to append the list checkboxed right in the user_edit form instead of having a new tab?
Comments
#1
Here is a patch for enabling the lists checkboxes to be displayed in the regular user_edit_form.
I also implemented "hook_field_extra_fields()" so its possible to re-order the form element, even in the registration form.
#2
New patch for for latest dev.
#3
oops, forgot to remove some debug code in the prev patch.
#4
Rerolled against 2.x branch
#5
Current issue with this is that the settings aren't saved. Additionally an unneeded permissions override is in play. I've fixed these issue in this patch.