Closed (won't fix)
Project:
Display Suite
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2011 at 21:07 UTC
Updated:
11 Apr 2014 at 02:25 UTC
Jump to comment: Most recent
Comments
Comment #1
xtfer commentedThanks for reporting it. I'll take a look.
Comment #2
pokurek commentedWe have the same problem. Fieldgroups with tabs format are rendered in a different way as is in 6.x-1.x version.
In this 2.x version, the ds_tabs theme si called for each group separately. So we could have fields in group rendered with tabs.
But we need to have groups in region rendered with tabs.
Maybe we could set the tabs formatter for regions ;o)
I hope I'm right and this is enought for the first look in.
Comment #3
xtfer commentedThanks @pokurek. You are right, but I would go further and say that I completely broke the tab implementation in 2.x! I am working on it, however, and expect to have a fix shortly. Its related to #1327838: Support for nested fieldsets, so the fix for both will land in the same patch.
Comment #4
drupalok commentedany progress on this? having the same problem with dev
Comment #5
xtfer commentedI haven't had the time to update for tabs in 2.x, and with declining usage I suspect I am not likely to. Patches welcome, however.
Comment #6
haysuess commentedThis sucks :-/
Is there any chance you'll fix this? This is the only way I know to create tabbed content from a Fieldgroup in Drupal 6. Is there another way?
I have a fieldgroup with 3 text fields, and I need to make them a box with 3 tabs, which when clicked show the text from that field in the box.
Comment #7
xtfer commentedI'm afraid I dont have the time to reimplement tabs for the 6.x-2.x branch, but I'll accept a patch.
Comment #8
haysuess commentedI understand. I wouldn't expect you to do it on a whim at my request ;)
I'm more looking for another solution since I don't have the skills to write a patch, and I don't see it happening any time soon. I just think it's crazy that horizontal tabs like this are no longer possible in nodes in Drupal 6 :-/
Comment #9
xtfer commentedYou could try http://drupal.org/project/panels_tabs. They work okay, and you can use Display Suite rendered displays inside them.
Comment #10
haysuess commentedThanks, I might check it out. Although I don't really want to install Panels and the dependencies.
Comment #11
xtfer commentedAs Drupal 6 will be EOL later this year, this will not be fixed.