On the filter settings screen (admin/config/content/formats/NAMEOFFORMAT, see screenshot attached), I have some user interface suggestions:
a) The Display radios with "Fieldset" and "Filter display plugin" options... : Change the option labels to say:
- Fieldset (user can show/hide text)
- Filter (text is shown/hidden based on conditions)
b) The Module and version area:
- Change the field label from "Module and version" to "Additional module"
- Change help text "An installed module. ..." to say
Filter as though this module/version is installed. Example: views-7.x-3.x
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | customvals.png | 17.49 KB | jhodgdon |
| #1 | filtersettings.png | 21.07 KB | jhodgdon |
Comments
Comment #1
jhodgdonI forgot the screen shot, sorry!
Comment #2
jhodgdonI would still like to see these two UI changes made, to make the admin interface clearer to users. Should be a pretty quick change. :)
Comment #3
jhodgdonc) I also think maybe the Custom Values plugin needs a couple of description lines explaining what the settings page is doing (see attached screenshot).
- For the Identifier field, I suggest:
Enter the displayed name for your custom values group. Example: Experience level
- For the TYPE/VALUE fields, I suggest:
Enter a value in this group, and choose which roles on your site have this value by default. Example: Beginner
- And maybe we should change TYPE/VALUE to just be called "VALUE" in the user interface? I think calling it TYPE could be confusing, because we also use TYPE to indicate which filter plugin is being used (e.g., module, custom).
Comment #4
tamasd commenteda.) 118a985a6734ba81028c08ece036a862ed6f2a13 and 362397ceb01f6e4829368338f745949ca470907a
b.) 20f82334da7041e568024372191f41e26c4dc2b1
c.) e4eb6ed3ad99a1d592fd9a424df067e4ae3b6af2
Comment #5
jhodgdonLooks good!
After these changes, I can see two more changes that should be done, I think:
d) In the custom values plugin:
Change the title of the Identifier field to Group (since the help/description) text now refers to this as a group, I think calling the field Group makes more sense than Identifier).
e) In the Modules plugin:
Filter as though this module/version is installed.
==
Filter as though this module/version is enabled.
Comment #6
jhodgdonRegarding (e), maybe we should change "installed" to "enabled" consistently everywhere in that plugin?
Comment #7
tamasd commentedd.) 5b0e9fadc98eeadb7ced14d88eb700d7a22cc72d
e.) 0a508bb4ae239873be240974f7c4f2a233f5fe63
Comment #8
jhodgdonThanks!