I've been working on a custom node.tpl to show certain fields the way I want. I can't quite figure out how to retain the group tabs when doing this. I'm using a bunch of lines to display the fields that will show up above the tabbed groups like this:

echo $node->field_weight[0]['view'];

How would I structure the code to display the tabs? And how would I do it so that I can still modify the display of the fields within the tabbed groups?

Comments

LudachrisGSX’s picture

Is it not possible to theme tab data in relation to a custom node?

LudachrisGSX’s picture

Component: Documentation » User interface
julianmancera’s picture

Hi LudachrisGSX,

I'm in the same situation, do get to find a solution for this?

Thank you,

Julian

Anonymous’s picture

subscribing

already tried Quick Tabs and CCK FieldGroup Tabs but I just can't find an easy way to create a tab system within a node...

LudachrisGSX’s picture

Never did get any solution for this. I'm sure a developer could do it, just can't figure out how I would do it.

Anonymous’s picture

I finally went on creating my tabs with jQuery UI tabs..
http://drupal.org/node/1065380

xbery’s picture

Hi, I will try to give you a clue on how this could be done. I am currently in process of creating the solution. Please be patient.

Try to go for settings of field display method in chosen content type. Than check the exclude button. If everything works as I hope it should you should be able to add the tabs in yout tpl file by finding appropriate array key (path :-).

Hope it helps.