Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module extends the feedback provided by Drupal's autocomplete functionality by displaying a message when an autocomplete search returns no results.
A module to support Modal Forms for Flagging instead of Dialog. Or maybe Ctools modals. In any case, same functionality, but without the dependency on Dialog.
This module provides a views display plugin to show tasks in a GANTT Chart
using the dhtmlx GANTT javascript library. Views Gantt
uses the libraries API. Please upload the dhtmlx GANTT library
and put it in you libraries folder if you want to use this module.
Installation
1. Download and unpack the Libraries module directory in your modules folder (this will usually be "sites/all/modules/").
2. Download and unpack the Views module directory in your modules folder (this will usually be "sites/all/modules/").
3. Download and unpack the Views Gantt (this) module directory in your modules folder (this will usually be "sites/all/modules/").
4. Download and unpack the dhtmlx GANTT js library in "sites/all/libraries".
Make sure the path to the plugin files becomes:
"sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.css",
"sites/all/libraries/dhtmlxgantt/codebase/dhtmlxcommon.js",
"sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.js",
5. Go to "Administer" -> "Modules" and enable the Views Gantt module.
6. Create view with Gantt style and set all required options in the settings.