This module seems to be what im looking for, i use it in Profile2, but how do I use "Field Collection Tab formats" with "Field Collection 7.x-1.0-beta4"?
Now I want to show each field collection in its own tab like this example:
Field Collection Tab formatter

I have two Field Collections each with their own fields and body text.
Field Collection Field_Contact_Information
>textarea
>textarea

Field Collection Field_Personal_information
>textarea
>textarea

manage fields Tabs
But when i choose the Tabs format in "Manage fields" the tabs appear under each other instead of side by side and no body text appears:
Tabs field collection

I have tried to solve this for hours and i really much would like to hear how to solve it or if you got some good tutorials on this. Thank you.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Krucial’s picture

Issue summary: View changes

info about related module

Krucial’s picture

Status: Active » Closed (fixed)
FileSize
35.8 KB
169.14 KB
7.34 KB
8.36 KB
Krucial’s picture

Status: Closed (fixed) » Active

Status: active

astra’s picture

I got the same problem. Any help?

sportel’s picture

I'm having the same problem.

TheodorosPloumis’s picture

Category: support » bug

Please provide a documentation here. There is not a README.txt either.
We must keep the Drupal.org am open source project with valuable code!

The lack of documentation is a bug not a feature request.

larowlan’s picture

Status: Active » Fixed

Hi
The field is designed to work with multi-value field collections, not across multiple fields.

Ie where you can have multiple instances of a field collection item (in the one field) against the host entity.

Eg

Node
--Field Collection Field
----Field Collection Item 1
------Title Field
------Body Field
----Field Collection Item 2
------Title Field
------Body Field

In this instance you would get two tabs.

Hope that helps
Lee

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

KoshaK’s picture

Status: Active » Closed (fixed)
FileSize
12.8 KB

del..

KoshaK’s picture

Status: Closed (fixed) » Active
FileSize
12.8 KB

Hi,
I have done in the first place as described in #6 , but the TABs are not displayed... instead I Titles one after another verticaly and the content for the tabs after one after another like in attachment. what I'm missing?

regards,
Kos

KoshaK’s picture

pls ignore - have instale JQuery Update module and its' works now.

KoshaK’s picture

Issue summary: View changes

I found out how to do it

perke’s picture

Component: User interface » Documentation
Issue summary: View changes
Status: Closed (fixed) » Active

So it needs Jquery Update module with version 1.7 to work and will not work with anything above that version?
I tested it on Zurb-Foundation theme 7.x-4.0-beta2.

Might want to add it to Requirements section with note on the version.

joseph11’s picture

I confirm, that when using jQuery update, this module renders tabs only when using jQuery 1.7
After switching into higher version, HTML is rendered without actual tabs.

njbarrett’s picture

Any idea how this module can work with jQuery 1.8+ ?

likewhoa’s picture

I second the above.

cocoshogo’s picture

+1 -- HTML is rendered without actual tabs. Other modules on my site require Jquery 1.11 how can this module be updated to support a more recent version of Jquery?

larowlan’s picture

Category: Bug report » Feature request

Not sure how that would work for those not running jquery_update?
Two sets of Javascript and add the file depending on the presence of jquery_update?

If thats the case, would support a patch.

stoickthevast’s picture

In my case I have a Bootstrap theme that requires Jquery 1.10+. With #6 it only display the items vertically and is not really a tab. Any solution or alternative?