Icon boolean display

Component type

module

Categories

Maintenance status

Development status

Downloads

2999

Component created

Component changed

This module's purpose is to display any boolean value in Drupal as an True/False icon. As for any other formatter, you must first choose it at field display level to see any changes. It currently:

  • supports displaying core's boolean checkbox field as an icon,
  • implements views field handler that displays boolean values as icons,
  • uses views field handler to display node status with icons,
  • uses views field handler to display comment status with icons.

Path to icons can be configured using two variables:

jsPlumb

Component type

module

Maintenance status

Development status

Downloads

850

Component created

Component changed

Summary

jsPlumb provides a means for a developer to visually connect elements on their web pages. It uses SVG or Canvas in modern browsers, and VML for stone-age browsers. Full transparent support for dragging is included and the API is super simple.

Configuration

The module has an admin interface, where you can enable to always include the JavaScript file to the site.
Otherwise you can include it manually via a simple API function callback, witch includes all dependencies:

Visual Website Optimizer

Component type

module

Maintenance status

Development status

Downloads

12712

Component created

Component changed

The Visual Website Optimizer module allows automatically includes the VWO javascript in your site's pages. Visual Website Optimizer is an easy to use A/B split, and multivariate testing tool. VWO uses small snippets of javascript inserted into the head each page to perform its tests; the Visual Website Optimizer module for Drupal automates the configuration and inclusion of those snippets.

Comment Upload D7 Migration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module (which should end up as the D7 version of Comment Upload) migrates the D6 comment_upload fields to the Image fields using the Field API in Drupal 7.

To use it:

  1. Install the module on a site already upgraded from Drupal 6 that had comment_upload.
  2. Run update.php
  3. Disable and uninstall the module to remove the remains of D6 tables and variables.

Issues: