Masked Input

Component type

module

Maintenance status

Development status

Downloads

17104

Component created

Component changed

Sometimes you need the user to input data in a particular format like a Social Security Number or a standard US phone number. By masking input of a particular textbox, you can change its behavior so that it accepts input only according to specified format, e.g. a masked phone number input box will only allow 10 digits of of the phone number to pass through and won’t accept any other input.

Marketing Automation

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is designed to facilitate MARKETING AUTOMATION rules for drupal sites. The module serves as a locally hosted replacement for 3rd party services like Pardot, Marketo or Eloqua, allowing you to track individual user paths through your site and assign rules for marketing automation in the form of drip campaigns triggered from user interaction. For example, imagine a user comes to your site and downloads a whitepaper... with this module installed, you can assign rules for automated marketing to these prospects, like sending an email offer or assigning them to a particular list.

Dependent Fields

Component type

module

Maintenance status

Development status

Downloads

8171

Component created

Component changed

I've moved on from Drupal Development work now, and so unfortunately i need to abandon this module. If anyone is interested on reviving it, please let me know through my contact form.

Currently there is an incompatibility with newer versions of jQuery installed by the jquery_update module. In order to use this you need to install the patch from this post.

SlideDeck for Views

Component type

module

Maintenance status

Development status

Downloads

462

Component created

Component changed

This module provides integration for the SlideDeckâ„¢ jQuery plugin with Views 2.

This module is not associated with or supported by SlideDeckâ„¢ owner digital-telepathy. All module support issues should be reported in the Drupal issue queue.

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.

jEditable inline content editing

Component type

module

Maintenance status

Development status

Downloads

9786

Component created

Component changed

The jEditable module provides integration between Drupal's CCK module and the excellent jQuery plugin, jEditable. It is implemented as a CCK formatter, which makes inline editing possible through regular node displays, Panels, Views, or anywhere else you can place a CCK field.

Currently supported features are "click to edit" functions for text fields, number fields, date fields, node reference fields and workflow transitions.

So what is this good for? it provides a very quick and easy way to update the things they need to change without having to edit specific fields without having to switch to the full-blown node editor.

It is with Views integration that jEditable really comes into its own. It allows users to edit many nodes at the same time, e.g. if the same field must be updated for many nodes.

Major overhaul

This module is undergoing a major rework to make the it more suitable for mainstream use. The latest 6.x-1.5 release provides complete input validation of all supported fields as well as formatting. The module also provides user confirmation that the new field value was actually stored in the database.

New in this release is Views integration which moves away from using formatters, thus restoring them to their original purpose.

Further development will be made on the a new 6.x-2.x branch which will break 6.x-1.x versions of the module. Specifically, the jEditable formatters will be removed along with the 'Create Node Revisions' admin setting.

CCK Word/Character Count

Component type

module

Maintenance status

Development status

Downloads

2575

Component created

Component changed

The CCK Word/Character Count module allows an administrator to define a word or character count for a CCK field. When the content creator is adding content in that field, it will display a current count of the number or words/characters and how many are left. Once it reaches the limit, the color changes and the user is no longer able to submit the form until the number or words/characters are reduced to the limit.