Feature Request:
Have the cck field autocomplete with email addresses from the site's users. This should work with one and unlimited values. This feature should be configurable on the configuration page of the email field when it is added to a content type, as there could be the case that the user would not want this feature.

Feature Status:
I have accomplished my own feature request above and am currently creating a patch for the 6.x - 1.x dev branch. This is my first stab at git so please bear with me.

sy.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

syakely’s picture

Assigned: syakely » Unassigned
Status: Active » Needs review
FileSize
2.33 KB

git patch file.

citricguy’s picture

Awesome mod. Be careful to not use externally though as it could give away users email's. :)

syakely’s picture

true, I did build it for an internal site. Good point.
I could add in a permission for this feature.
Any other suggestions?

citricguy’s picture

None that I can think of :) Thank you for the patch too, I think I've found a use for it already. Cheers!

james.williams’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes
FileSize
2.63 KB

Here's a slightly improved patch for the Drupal 7 version. This one requires the 'administer users' permission to improve security (admittedly, a new permission could be used, but I seriously doubt emails should be exposed to users without that permissions on many sites), and shows the users' names alongside their email addresses.