commerce taxonomy conditions

Component type

module

Maintenance status

Development status

Downloads

3422

Component created

Component changed

In short

Use taxonomy terms that are used in your products to effect your basket/order. For example: set shipping costs based on a term in your product.

This module is also great to use with Physical Fields to calculate shipping rates.

Version 2.0

Version 2.0 has added support to select multiple taxonomy terms in one condition and can now also check both commerce product and the node attached to the commerce product for taxonomy terms.

403 to 404

Component type

module

Maintenance status

Development status

Downloads

39355

Component created

Component changed

403 to 404 is a simple module that emits a 404 error when a user tries to access a page that they don't have permission to view.

Drupal 7

Install this module like any other module and set the 403 page path to m4032404. You configure the module via one of the following methods:

Site Guard

Component type

module

Categories

Maintenance status

Development status

Downloads

256

Component created

Component changed

Site Guard is an alternative UI for shield module that enables the shield behavior to be enabled/disabled and configured from a settings page. With Shield module on its own, the only way to disable or enable the behavior is by disabling/enabling the module.

Situs

Component type

module

Categories

Maintenance status

Development status

Downloads

3712

Component created

Component changed

Situs is a drush command for (re-)building a site from a make-file.

It aims to be as simple as possible (in the UNIX tradition) and do one thing only, but do it well. It's both suited for one-command rebuilding of site codebase for developers, and being used as the codebase building command for more advanced setup/building/syncing tools (such as Drake).

See the readme for usage instructions.

Developed at Reload!.

Chosen Field

Component type

module

Maintenance status

Development status

Component created

Component changed

Adds a Chosen field widget for use within Drupals Form API.

There is an existing module which applies the Chosen select field on every select element that matches a specific jQuery selector. My implementation is for Drupal form fields only and is coded much more in the "Drupal Way".

You will need to download the Chosen files and place them in sites/all/libraries/chosen.

Nodequeue reference

Component type

module

Maintenance status

Development status

Downloads

3944

Component created

Component changed

Field type for referencing one or more nodequeue's to a node. The module supports both list, checkbox/radiobutton and autocomplete style. It's only distributed with a display formatter to show the nodequeue titles on node view, not listing the content from a nodequeue, because this can be handled using Panels and Views.

Scald: Flickr

Component type

module

Maintenance status

Development status

Downloads

1921

Component created

Component changed

This module provides Flickr image import inside Scald. It creates a scald provider allowing users to add atoms of type flickr image.

To test it quickly with drush :

drush en -y scald_flickr scald_dnd_library mee

Features

This project includes all the features needed to create atoms directly from Flickr, search, reuse them, and simply embed them into your drupal nodes with drag and drop magic.

Enkoder for Drupal

Component type

module

Maintenance status

Development status

Downloads

1114

Component created

Component changed

Want to guard against spam? Want to make sure sensitive information isn't easily nabbed by an automated script?

Use Enkoder for Drupal! This uses the logic behind Hivelogic's Enkoder to encode any field or arbitrary text in a recursively self-evaluating block of javascript, foiling all but the hardiest of spambots.

You can use this to harden any text-based field and this module also exposes a general-purpose php function (sclib_enkoder) for your own custom uses.