Jquery jsTree

Component type

module

Maintenance status

Development status

Downloads

4032

Component created

Component changed

Overview

This jquery_jstree module is a wrapper module for jsTree jQuery library. Module integrates jsTree to Drupal so that it can be used in variety of ways. Built-in sub module provides widget for term references. jsTree can be used in custom forms as any Form API element.

Elastic Email

Component type

module

Categories

Maintenance status

Development status

Downloads

7266

Component created

Component changed

Elastic Email is a mail relay service. That is, instead of your website sending mail via its own SMTP server, outgoing email is directed through the Elastic Email service and out onto the internet. This module provides plug n' play integration with the Elastic Email service. Learn more at the Elastic Email site.

Google AdWords Conversion Tracking

Component type

module

Categories

Maintenance status

Development status

Downloads

17538

Component created

Component changed

#D8CX: I pledge that Google AdWords Conversion Tracking will have a full Drupal 8 release on the day that Drupal 8 is released.

Adds the Google AdWords conversion tracking system to your website.

The module allows you choose which content-types and users will have the AdWords javascript attached. You will be able to set up global settings and node specific settings. This allows you to have more than one campaign running on your site.

DB Export, Edit MYSQL Row as Text and Import

Component type

module

Maintenance status

Development status

Component created

Component changed

A good name for this script is:
Poorman's PhpMyAdmin ;)

Intro

This is a tiny php command line script that :
- exports a mysql row into a text file via php's var_export. We have 1. mysql row that becomes 2. a PHP array , that becomes 3. string dump of the array (some array elements are unserialized prior to the string export)

- allows for editing via a text editor

- can import back to the database the edited string dump

Currently we support only the editing of context's module mysql table rows - the "context" table.

Panels Regions

Component type

module

Categories

Maintenance status

Development status

Downloads

553

Component created

Component changed

This module allows you to selectively disable regions on a variant-by-variant basis within Panels. It's somewhat of a replacement for the 'Disable Drupal blocks/regions" checkbox.

You can find the settings within your panel variant, under the 'General' menu item.

The only drawback with this module is if your parent theme (be it core or a base theme) adds body classes for regions, they are not updated. To circumvent this, copy the body class code from the parent theme's preprocess_page function and paste it within your theme's template.php in the same location.

Node Class

Component type

module

Maintenance status

Development status

Downloads

28744

Component created

Component changed

Node Class is a simple module that allows users to add custom CSS classes to any node through the node/add interface.




For Drupal 6 only

Add the following PHP snippet to your node.tpl.php

<?php print node_class($node) ?>

So your new node.tpl.php