Node tabs is a module that allows you to assign tabbed content to nodes.
The module creates a block called Node tabs that you can add to a region or panel.
You can also call the tabs using the following function:
print node_tabs_generate_tabs();
Requirements
Node tabs requires that jQuery UI be installed. You can download jQuery UI from
http://drupal.org/project/jquery_ui.
Please note that currently Node tabs only works with jQuery UI 1.6. See this issue to find out progress of making it work with version 1.7
Installation
Follow the standard Drupal module installation procedure. Put the module in the
modules folder (sites/all/modules or sites//modules if you are using a
multisite setup). Then enable Node tabs in the module admin section (admin/build/modules).
Configuration
Node tabs has an admin page where you choose which content types are allowed to
contain tabs (admin/settings/node_tabs).
Node tabs also creates two new user permissions:
- administer node tabs
- add / edit node tabs
You will have to assign these permissions to roles before your users will be able
to start using Node tabs.
Known issues