Hello,
first of all... Thanks for this usefull moule! It would be nice to have a feature to make a vertical tab to a fieldgroup. At the moment I can only hide the tabs. This option could be usefull if you have a responsive theme and you use a smartphone.
I found a working code in this module:
http://drupalcode.org/sandbox/Dripman/1077122.git/blob/bd452e4:/disable_...
But this module have no settings. So all tabs are disabled.
Best regards
Frank
Comments
Comment #1
fraweg commentedComment #2
fraweg commentedComment #3
skwashd commentedThe idea of this module is that it does one thing and does it well - hides the vertical tabs. What you're suggesting can be done via a
hook_form_FORM_ID_alter()implementation.Comment #4
fraweg commentedI am not a real developer. So it is difficult to use the hook_form_FORM_ID_alter(). I think it could be an interesting feature. A real pity!