Download & Extend

List checkboxes on user/edit

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

Title:List checkboxed on user/edit» List checkboxes on user/edit
Version:7.x-2.4» 7.x-2.x-dev
Category:support request» feature request
Status:active» needs review

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.

AttachmentSize
checkboxes_user_edit-1548910-1.patch 9.31 KB

#2

New patch for for latest dev.

AttachmentSize
checkboxes_user_edit-1548910-2.patch 3.5 KB

#3

oops, forgot to remove some debug code in the prev patch.

AttachmentSize
checkboxes_user_edit-1548910-3.patch 3.48 KB

#4

Rerolled against 2.x branch

AttachmentSize
checkboxes_user_edit-1548910-4.patch 3.3 KB

#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.

AttachmentSize
mailchimp-user-edit-1548910-5.patch 3.83 KB