Configure which fieldsets are rendered as vertical tabs
quicksketch - October 13, 2008 - 05:50
| Project: | Vertical Tabs |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | quicksketch |
| Status: | active |
Jump to:
Description
This is an issue to discuss/monitor the concept of enabling certain fieldsets but not others on the node form. Personally, I think it'd make most sense (in both ease of implementation and flexibility) if the options to configure which fieldsets to enable were available by node-type. This means that the configuration would likely exist at admin/content/node-types/[node-type] in it's own fieldset.
Implementation-wise, this could loop through the existing node-edit form for the content type being configured, then display a list of all the fieldsets currently on the node form, allowing all Fieldsets to be enabled (such as the Taxonomy or CCK fieldsets).

#1
subscribe.
some themes are having trouble with the tabs
http://img261.imageshack.us/img261/5847/20081101032623en9.png
2 custom fields and input format is left out ! how can i add them or thats not possible at the moment?
#2
I would really like to see this feature, too!
#3
Also, could you add "taxonomy" as an optional fieldset. With a little css styling, taxonomy works well with this module.
#4
+1 for a configuration form
ps just saw // TODO: Make a settings page to turn on and off certain fieldsets. on the module file so it is in the TODO list already