Hello,
I'm wondering about adding more nodes or contents into one with tabs on top. I have content profile where i want to have basic informations which would be added while creating content profile meanwhile another ones (gallery and concerts list) would be added later after creating content profile but there would be prepared places for adding photos to gallery and for adding new concerts to concerts list. Not hard to this point but now i want to add tabs on top(basic informations, gallery and concerts list) When I click on basic informations I need to see only basic informations, when I click on gallery I need to see only gallery, etc. There is picture for better understanding http://www.drupal.cz/files/drupal.png
Comments
.
There are two easy ways to do this. One is with Quicktabs:
http://drupal.org/project/quicktabs
The other is with another excellent module, called Tabs:
http://drupal.org/project/tabs
I would recommend starting with the second module. It is a little tricky, but there is (I think) an example of the script that is included with the module. I have used it on several sites and it is very reliable.
I don't think that quicktabs
I don't think that quicktabs is for me. And the tabs is only framework which another module need to run. I tried views display tabs but i dont know how show fields made by specific user. I need to show cck fields for every user gallery and event list. But don't know which way is the best. If views display tabs is good for it or no. I need something which could work with users(Show only specific content) Thanks