Hi,

I am using the module vertical tabs (http://drupal.org/project/vertical_tabs) and really like it.

My novice question: the vertical tabs are present in the form but if I want to have the similar vertical tabs while viewing the node how would I do it. I guess the groupfield which is marked as vertical tab should be shown as a vertical tabs while viewing the node.

Vertical tabs makes it easier to create really big forms and viewing the created node should also be equally user friendly. Would really appreciate if someone can please provide pointers. The answer might have to do with theming but not sure.

thanks,
M

Comments

manishgarg’s picture

wondering if anyone has a solution yet. So far I am managing with css customizations, but that is complicating now

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Not sure how possible this would be. The way Vertical Tabs works is it works on form array structures (from drupal_get_form), but displaying content is different from forms.

dave reid’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Yeah, this is just not possible.

manishgarg’s picture

Thanks for the responses. I am now using Yahoo tabs and it all works.