Ok. Here's the rub. I have a new install of Drupal and I'd like to create "Categories" so-to-speak within a page. I'm probably not saying it right. If you goto "Login" on this site, you'll notice that there are 3 tabs "Create / Login / Forgot Password" I want something like that. However, I want it dynamic, so that I can say, create 3 pages within one page. This way, I can sell a shoe for example, the page will have the title "Shoe Name" then I could have 3 tabs, Overview, Details, and Photos. This would be all dynamic so for example if I wanted to add a another sub-page or tab to each piece (referring to the whole page) then I could do that -- but not manually. Is there something I could use to do this? Does anybody understand what I am trying to do?
Comments
Try the CCK Fieldgroup Tabs module
http://drupal.org/project/cck_fieldgroup_tabs
With this and CCK installed and the Fieldgroup and Tabs (part of Javascript Tools) modules enabled you can:
* define fieldgroups for your content type
* assign fields to the fieldgroups
* present those fieldgroups each on a tab.
nedjo » Check this comment
nedjo » Check this comment out, it might interest you.
» Respectfully, GreenLED
»