It could be obvious but I can't seem to find a solution. I don't see the "tabs" when configuring a fieldgroup. Any ideas? Could this be a problem with the tabs module?

Thank you,
Dimitris

CommentFileSizeAuthor
#5 fieldgroup-tabs.png5.33 KBnedjo

Comments

amysteen’s picture

Disregard - I didn't have the cck fieldgroup tabs module enabled... geez sometimes I wonder about myself.

jonas28’s picture

In read the moduldiscription "[...]To get fieldgroups to display on tabs when content is viewed, select "Display fields" and select "tabs" as the display style for the groups (e.g., under Teaser or Full)."

I enabled the "cck fieldgroup tabs module" and jstool/tabs, but i don´t see possibility to set display style for the groups.

Best regards,
Jonas

nedjo’s picture

Are you clicking on the "configure" link for your fieldgroup? Do you see the other options (collapsed, etc.)?

grp’s picture

Hi.

Was this ever resolved? I'm having the same problem.

jstools 5.x-0.8
enabled in cck: Content, Content Templates, Text, Fieldgroups
enabled in jstools: javascript tools, Tabs

all custom modules are located in sites/all/modules (sites/all/modules/cck - sites/all/modules/jstools - sites/all/modules/contemplate)

I've tried in both IE 7 and FF 2.0.0.11

Attempted/tested on 2 seperate installs: one a fresh install of drupal 5.4, the other an updated 5.5.

I've created four fields and 2 groups (2 fields per group). I go to Home › Administer › Content management › Content types

When I click on 'configure' next to either of the fieldgroups I do see the 'Style' section with the 3 radio button collapse choices, but that's it. (where should I see the 'Tabs' choice? Are there any screencaps or tutorials out there of which you are aware?).

Please, any help would be greatly appreciated. Since it seems to be working for everyone else, it's probably something simple but...I'm at a loss.

Thanks.

nedjo’s picture

Category: support » bug
StatusFileSize
new5.33 KB

Seems like there's an undetected bug somewhere, possibly due to a conflicting module?

Here's a screenshot of the tabs option that should appear in the fieldgroup configuration.

grp’s picture

Thanks for responding, and the image. That was very helpful.

I thought about the conflict also, which was why I tried on a fresh install. The core modules is all that is left and I did not touch anything; it's set at defaults: color, comment, help, menu, taxonomy).

Is there a particular order in which the modules need to be activated?

Thanks again.

grp’s picture

Not sure if this will help, but from reading your others posts, I thought this might be of interest.
Not knowing all that should be here I can't tell if anything is missing, but thought you would know.

From the Fieldgroup configure page:

    <style type="text/css" media="all">@import "/drupal/modules/node/node.css";</style>

<style type="text/css" media="all">@import "/drupal/modules/system/admin.css";</style>
<style type="text/css" media="all">@import "/drupal/modules/system/defaults.css";</style>
<style type="text/css" media="all">@import "/drupal/modules/system/system.css";</style>
<style type="text/css" media="all">@import "/drupal/modules/user/user.css";</style>
<style type="text/css" media="all">@import "/drupal/sites/all/modules/cck/content.css";</style>
<style type="text/css" media="all">@import "/drupal/sites/all/modules/jstools/tabs/drupal-tabs.css";</style>
<style type="text/css" media="all">@import "/drupal/sites/all/modules/jstools/tabs/tabs.css";</style>
<style type="text/css" media="all">@import "/drupal/sites/all/modules/cck/fieldgroup.css";</style>
<style type="text/css" media="all">@import "/drupal/themes/garland/style.css";</style>

    <script type="text/javascript" src="/drupal/misc/jquery.js"></script>
<script type="text/javascript" src="/drupal/misc/drupal.js"></script>
<script type="text/javascript" src="/drupal/sites/all/modules/jstools/jstools.js"></script>
<script type="text/javascript" src="/drupal/sites/all/modules/jstools/tabs/jquery.tabs.pack.js"></script>
<script type="text/javascript" src="/drupal/sites/all/modules/jstools/jquery.history_remote.min.js"></script>
<script type="text/javascript" src="/drupal/sites/all/modules/jstools/tabs/tabs.js"></script>
<script type="text/javascript" src="/drupal/misc/textarea.js"></script>
<script type="text/javascript">Drupal.extend({ settings: { "jstools": { "cleanurls": false, "basePath": "/drupal/" }, "tabs": { "slide": true, "fade": false, "speed": "slow", "auto_height": false } } });</script>
estim8d’s picture

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

I have the same error on drupal 6.2 - clean install.

nedjo’s picture

For 6.x, duplicate of http://drupal.org/node/254144.

nedjo’s picture

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

This may be an issue in 5.x but in 6.x it's fixed.

nextpulse’s picture

I am using 6.x - issue is still there.
Its a fresh install.

updated : oops - just saw a new release today. Yeah its fixed (not sure why drupal did not see there was an update).

Renee S’s picture

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

Yep, it did work for me and now it doesn't. I tried uninstall/reinstall of the module, but no dice.

nextpulse’s picture

najibx’s picture

Can't get it to show in Form settings when Edit/Add Group
...These settings apply to the group in the node editing form ...

However, I would be able to see the 'tabs' option is Display Fields.

Anything missing/conflicting? Well, I have it work wonderfully in D5.x

najibx’s picture

Tried the release 6.x-1.x-dev 2008-Sep-30. Same result. Also, when try editing the group, it goes to edit content type page.
Only See

Style:
always open
collapsible
collapsed
(tabs) NOT here ..

najibx’s picture

No success
- Use Garland theme.
- My environment
Drupal 6.x-dev (2008-Sep-30)
CCK Fieldgroup Tabs 6.x-1.x-dev 2008-Sep-30
Javascript Tools 6.x-1.x-dev 2008-Aug-18
jQuery UI Tabs 6.x-1.0 2008-Sep-06

Moonshine’s picture

What version of CCK are you using? This was fixed in an earlier patch for CCK Fieldgroup tabs and is working properly for me here with the latest DEV of each.