Field groups working fine under "Manage Fields" to show in Admin-edit UI.
Not working in ManageDisplay
1. changes not showing in client end.
2. returns to client UI each time I click Save

Not sure if you need to specify horizontal/vertical nature of tab items as they inherit the orientation defined by the tabs group container. Does a horizontal tab in a vertical group make sense?

Vertical/Horizontal accordion?

Does this have any integration with views field related modules?

This is a great module. Would be cool to see some WYSIWYG action on the client/admin UI.

thanks,
laurence

Comments

nils.destoop’s picture

Status: Active » Postponed (maintainer needs more info)

Can you tell me what you mean with '1. changes not showing in client end.'. This works for every site we use fieldgroup on.

2. returns to client UI each time I click Save => This is drupal core field ui behaviour

Not sure if you need to specify horizontal/vertical nature of tab items as they inherit the orientation defined by the tabs group container. Does a horizontal tab in a vertical group make sense?

Vertical/Horizontal accordion?

Horizontal tabs need to be in a horizontal tabs wrapper, vertical tabs need to be in a vertical tab wrapper. This is a requirement for the javascript.

What you can do is create a horizontal tabs wrapper, with a tab in it. Inside that tab, create a vertical tab wrapper and a vertical tab in it.

Does this have any integration with views field related modules?
If views field related module exposes the field correctly, this should work default. If not, then they need to make integration with fieldgroup.

This is a great module. Would be cool to see some WYSIWYG action on the client/admin UI.
No idea what you mean with that :p. Client / admin UI is drupal core.

nils.destoop’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)