Download & Extend

CCK Fieldgroup Tabs do not show up

Project:CCK Fieldgroup Tabs
Version:6.x-1.2
Component:Code
Category:bug report
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

Hi,

CCK Fieldgroup Tabs do not show up after installing. I double checked the requirements, and upgraded from 6.x-1.2 to 6.x-1.x-dev. Probably noteworthy is that the 'Tabs panel style' module works fine on the same site. Used modules and versions:

  • Tabs (jQuery UI tabs) 6.x-1.x-dev (2011-Feb-25)
  • CCK Fieldgroup Tabs 6.x-1.2 & 6.x-1.x-dev (2011-Feb-25)
  • CCK 6.x-2.9; 'Content' and 'Fieldgroup' are enabled;
  • Panels Tabs 6.x-1.0-rc6
  • jQuery UI 6.x-1.x-dev
  • jQuery Update 6.x-2.x-dev
  • Theme(s): Fusion 6.x-1.0, Acquia Prosper, Garland
  • Drupal core 6.20

All relevant system caches have been cleared multiple times (through 'Admin Menu' and/or 'drush cc'). The content type has fieldgroups, the fieldgroups contain (at least) one field. 'tabs' are selected at ./admin/content/node-type/{contenttype}/fields, and ./admin/content/node-type/{contenttype}/display.

I'm using Panel node overrides for some of the content types, and I disabled these overrides for testing purposes. Status Report (./admin/reports/status) reports no problems, and the Watchdog log (./admin/reports/dblog) logs nor errors.

Any ideas?

Comments

#1

Anyone?

#2

may be this? http://drupal.org/node/961076

My tabs are not displaying too :(

#3

Same problem here ... all display types work (always open, collapsible, collapsed) but 'tabs' does not. Bummer!

#4

Can confirm this too with the latest devs and the stable versions :( Subscribing

#5

I tried this on another site, also with jQuery UI 6.x-1.x-dev, and this doesn't work either :-(

Has someone located an alternative for better structuring nodes with lots of fields? Not even Panel node overrides seem to help in this case, and Panel Tabs are working completely different...

#6

For my part, I had jQuery UI 6.x-1.5 installed and this seems to be the problem. I deactivated it and only kept jQuery Update 6.x-2.0-alpha1 and it solved the problem. Hope this help.

Drupal 6.22
CCK Fieldgroup Tabs Version: 6.x-1.2
jQuery Update 6.x-2.0-alpha1

#7

mory: Thanks for tip #6.
Is there other work around for this? I would like to keep jQuery UI enabled for date popup.

#8

Other workaround:
After I updated my drupal 6 intallation to latest jQuery Ui, I could keep both jQuery Ui and jQuery Update active. And tabs are workin fine.

#9

Thanks Petria that has solved the problem for me too

#10

Version:6.x-1.x-dev» 6.x-1.2

We have the mentioned problem here too. Unfortunately no of the proposed solutions help. As soon as i enable Fieldgroup Tabs in Node Displays, the content is hidden. Its not even visible in the source code.

Any other ideas here?

Best Regards,
Sandro

#11

You certainly need jQuery Update to be active - remove it and all of the form (apart from the node title) will disappear.

Have now tried jQuery Update 6.x-2.0-alpha1+7-dev but that doesn't fix it.

#12

This happened to me recently after installing

1. jquery_ui 6.x-1.5 (with JQuery UI Library v1.7)
2. jquery update 6.x-2.0-alpha1

I got back to a functioning state by disabling jquery update (which I had initially installed for use with the clientside validation module...and now I'm not going to use) and reverting to jquery_ui 6.x-1.4 (and JQuery UI Library v1.6)

#13

> disabling jquery update ... and reverting to jquery_ui 6.x-1.4 (and JQuery UI Library v1.6)

Sadly that hasn't worked for me. The entire form disappears!

#14

Quoting mory on July 9, 2011 at 1:38am
> For my part, I had jQuery UI 6.x-1.5 installed and this seems to be the problem. I
> deactivated it and only kept jQuery Update 6.x-2.0-alpha1 and it solved the problem.

Wish I had actually tried this combination before - I had assumed that JQuery Update would not work without JQuery UI turned on. mory is correct - just turn off jQuery UI and the tabs start working.

Now I just need to tweak the CSS to make the current tab obvious.