When many modules are installed and many roles are used, it is nearly impossible to remember which column is related to which role.
For example, I have 17 roles set up (included are authorized and anonymous). I have more than 30 modules installed (gave up counting at 31 - probably 50+ modules). By the time I get to the bottom modules, it is a pain to scroll back to the top to make sure I'm checking the correct box for each role.
If the role titles were repeated after every 5 module listings, it would make the Access Control module much easier to use and implement.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Access-control--Drupal.png | 4.41 KB | elv |
Comments
Comment #1
elv commentedIt would be a good improvement for big community websites.
At the moment the role titles are output in a THEAD element, but there can be only one THEAD in a table, so this row can't simply be duplicated.
The roles could be output on each module's first row (see attached mockup).
Comment #2
gaele commentedThis is fixed in Drupal 6. With some CSS magic the role titles stay fixed at the top of the screen when scrolling down.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.