By default, the Drupal menu system only allows you to add menu items that are links. With this module, you can add menu items that are simply containers, and not links.
These containers are just standard menu items, so they work with any module or theme that works with core's menu module. But these containers have these special traits:
Containers have no URL path associated with them. So they are not links, just regular text.
Containers are menu items that are always expanded. Since you can’t go to the container’s “page”, the only way to see its children links are for the container to be always expanded.
The HTML wrapper around the container’s title is controlled with theme_menu_item_container(). See the README.txt for more info.
Node Gallery jCarousel is a module that combines two other powerful modules (Node Gallery and jCarousel) to provide an out-of-the-box solution for paging through a gallery of nodes.
The module contains a predefined view along with some CSS and theming to provide a site administrator an easy way to give his/her users more flexibility when paging through image nodes. The pager uses AJAX, so no matter how big your gallery is, the carousel will only need to render at most an unordered list of 7 imagecache presets.
Follow-up allows you to schedule the creation of nodes, triggered by the creation of a node. That is, it allows you to configure a trigger node type with information on the target nodes and the follow-up schedule, and the module will create a schedule for when the target nodes should be created.
As an example, you may have a questionnaire on which you want to collect additional responses from the same users every month for the next three months. The follow-up module will show a table when each next node is due. The follow-up nodes will, optionally, have a node reference back to the node that triggered the schedule.
Requirements
This module does not depend on any other modules, however, it can use the Date and Node Reference modules to provide more functionality. It also integrates with Node Reference URL Widget.
Exporting capabilities are provided by installing the Chaos tools suite module.
Configuration
Once installed, go to ?q=admin/build/followup and click on Add. You will be presented with all the options for configure a follow-up schedule. Once you Save it, it will show up in the table.