Closed (fixed)
Project:
Subgroups for Organic groups
Version:
5.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Jun 2007 at 18:56 UTC
Updated:
23 Nov 2007 at 20:01 UTC
OG_Subgroups currently provides select form elements on the node add\edit pages for setting the parents and members, while OG.module offers checkboxes for setting the audience. This is inconsistent on the part of OG_Subgroups and select boxes can be confusing to lass savvy users who don't know to ctrl+click to select multiple values.
I propose we change these elements to checkboxes as implemented in the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| og_subgroups_checkboxes.patch | 1.14 KB | ezra-g |
Comments
Comment #1
swood commentedActually, OG uses checkboxes unless the count of options is greater than 20 in which case it uses a multi-select box. This keeps the page from getting so large, especially with a large volume of users or defined groups.
I would suggest that we follow the same line of logic. The value of 20 is arbitrary and we could make it soft, but it it would prevent the checkbox list from growing too large. The following code is modified to use the og style.
Comment #2
ezra-g commentedSwood committed this as well in revision 1.9 last May. Closing.
Comment #3
ezra-g commentedComment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.