Maintainers strive to actively monitor issues and respond in a timely manner.

jGantt Dashboard

jGantt Content Dashboard is a simple Calendar content tracking.
As administrator some tools you can use:

  • Add what content type to track.
  • Ability to select date field.
  • Color of choice for easy category.
  • Nodequeue integration.

Dependencies:

Libraries API - 2.x

Installation

1. Download the latest version of the jQuery.Gantt and extract it to sites/all/libraries or sites/sitename/libraries as you require.
2. Enable jGantt Content Dashboard
3. Configure content types through Dashboad settings in admin/config/jgantt_dashboard.

Related Modules

The focus of jGantt Content Dashboard is to provide a simple and easy to use content tracking with ability to select a date field and integration with nodequeue. This module has been originally developed for Univerity of NorthenIowa.

Here are some Gantt related modules:

This drupal module is supported by Promet Source.

commerce_priceminister

This module is a connector between Drupal Commerce and Priceminister

commerce_marketplaces

This module intends to manage all the Marketplaces with Drupal Commerce

Mongo Node

Why Mongo Node?

This module is supposed to be a performance boost replacement for the standard Node in Drupal!

Advantages over node:

  • performance: faster saving and loading
  • no tables for entity types or bundles in MySQL (too many tables already)
  • creation of new entity types and entity bundles (node only lets you create bundles)
  • similar content administration to the node (no coding required as you have to in custom entities)

No base table:

The base entity is without a base table, all the properties and fields attached
to the Mongo entities are stored directly in Mongo.
This leads to faster saving and loading of entities, and less tables in Drupal.

No automatic revisions for every node created

At this moment mongo nodes revisions are not supported.
For use cases where revisions are not needed the module is better than the
standard node because it doesn't save a revision for every item.

Create new entity types and bundles

You can create new entity types with multiple entity bundles via interface or
code configuration also. You don't need a new module for every new entity.

Requirements

  • Entity Api
  • MongoDB

Installation

Inline Editor

Inline editor provides a way to edit any field on any entity.

For Long text fields Ckeditor is used (if available).

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained