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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | checkall.patch | 887 bytes | sndev |
Comments
Comment #1
sndev commentedI 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.