Is there anyway to setup select all users in a user reference CCK field other then selecting all users manually? I need this functionality for a client site and I'd be willing to code a patch for user reference module, but I wanted to make sure it was necessary and to hear thoughts about methods of implementation.

Thanks in advance.

CommentFileSizeAuthor
#1 checkall.patch887 bytessndev

Comments

sndev’s picture

Component: userreference.module » optionwidgets.module
Priority: Critical » Minor
StatusFileSize
new887 bytes

I found the checkall module that will implement this functionality. I added the necessary code to the optionwidgets module in order to implement this on all cck checkboxes. Here is the patch.