I have created two content types using CCK and tabs to tidy up all the fields.
When creating or editing the content, tabs are correctly shown but, when I try to display the nodes, the information is shown in a continuous way (with no tabs). This happens just with one of the two content types I've created (the other one shows tabs correctly).
Any help would be really appreciated.
Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | settings.png | 12.68 KB | Javier |
| node_bad_display.jpg | 24.37 KB | Javier | |
| node_creation_ok.jpg | 12.19 KB | Javier |
Comments
Comment #1
nedjoHow are you putting the content into tabs? Using CCK fieldgroup tabs? If so, please move the issue to that module and check that you have set the field display settings correctly for both node types.
Comment #2
Javier commentedComment #3
Javier commentedThank you very much for your quick answer.
Please, can you tell me how can I check if node display settings are correctly set? (I tried no change these settings but I just found what is shown in the attached picture).
Thank you again.
Comment #4
alexku commentedTo display tabs on node view screen You should select "tabs" in selects for teaser and full views on Administer › Content management › CONTENT_TYPE_NAME › display fields
Comment #5
Javier commentedThat did the trick!
Thank you very much for your help.