Support for CCK??
chasz - October 6, 2008 - 10:07
| Project: | Magic Tabs |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Is it possible to add support for CCK ??
linking field_tab to field_tab_content?

#1
That's a great idea, and a nice addon to the module. Thanks.
Could you add more details on how you see this working?
#2
hi thanks for replying :D
You would need 2 CCK fields: one for the title and one for the content
when u add a CCK field, it is retrieved with field_fieldname, which can have an array listing all the tab titles
if you can connect subsequent fields with field_fieldname_content_array[#] to each field_fieldname_array[#] then u can set up the AJAX
i hope that s not too confusing and doable :D
#3
How about having just one field, with title and content widget (I hope it can be done in CCK). If you set the field to have multiple values, then each additional value is another tab, with title and content.
It all sounds fascinating. Can you think of use cases that will justify the development?
One thing I can think of is that it will let the non-programmer create tabs with a simple and well known UI (CCK's).
#4
i would use it instead of the book content type, at least make the story contenttype more flexible
#5
It would take more than this simple design to replace the book module IMO
#6
this gives pagination that the book module offers.....who is in charge of the book module...i would like to change the layout :D
#7
CCK has a fieldgroup option setting u can use as a tab title.....which leaves the CCK field to contain the content to be AJAX'ed ;)