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

fraweg’s picture

Issue summary: View changes
fraweg’s picture

Issue summary: View changes
skwashd’s picture

Status: Active » Closed (won't fix)

The 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.

fraweg’s picture

I 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!