Kasabi

Component type

module

Maintenance status

Development status

Downloads

378

Component created

Component changed

There are a number of open datasets provided on the Kasabi platform. Datasets include the CIA World Factbook, the BBC's Programs, or NASA's spacecraft dataset.

This project currently gives examples for how other Drupal modules can be used to bring data from Kasabi into your Drupal site.

Flag with Rules integration

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

Flag module with Rules integration. It's in the 'rules' branch.

Update: The code has been included in the flag module, so this sandbox is now deprecated.

Commerce Quantity control using rules

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a demo module showing how to enforce a maximum quantity a user can order per product (line item) using rules.
All the module does is create a new rule “max order quantity” that enforces a maximum quantity of 5.
You can use this approach to create more complex custom rules for controlling the quantities users can order.

Node Bulk Operations

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Automatically create and maintain multiple nodes from a template node.

This module will help to create and maintain a set of nodes corresponds to a set of users from a template node of a particular content type.
Whatever change made to the template node will also get reflected in the nodes created from the template node.

This module depends on trigger and userreference (cck) modules.