Entire content of the node would be under a tab.

Posted a forum topic - http://drupal.org/node/844552

Comments

nedjo’s picture

See these modules:

Views tabs
CCK fieldgroup tabs
quicktabs

First two depend on the Tabs module, third is independent.

Som’s picture

I saw them but couldn't break through the nodes display.

Add a new content type and on it's node's display show it within a tab along with other tabs for other nodes/views.

nedjo’s picture

Possibly:

* Add a nodereference field
* Use Nodereference views to display the field as a view
* Use Views tabs to display the nodereference view as tabs.

Som’s picture

Nodereference views..hmm let me see..

I don't know why this has to be complex to alter display of a node at a module level.