Webform SSN

Component type

module

Categories

Maintenance status

Development status

Downloads

885

Component created

Component changed

A webform component for Social Security Numbers.

The module adds a new component to Webform components list which provides an option to define SSN (Social Security Number).

The default setting masks the entries, like password fields. It could be changed in component settings page to have plain text fields instead.

Due to confidentiality of Social Security Numbers, SSN field value is masked every time it is displayed, including results table and download. i.e. ***-**-1234

Destination

Component type

module

Maintenance status

Development status

Downloads

693

Component created

Component changed

This little module enables you to find the destination url of a short url.

For example, if bit.ly/123 is a short url for youtube.com/12345678901234567890, you can do this:

<?php
  $short_url = 'http://bit.ly/123';
  $destination_url = destination_url($short_url);
?>

Now $destination_url's value will be http://youtube.com/12345678901234567890.

Features Access

Component type

module

Maintenance status

Development status

Downloads

634

Component created

Component changed

Features Access
----------------

This module lets you prevent users from enabling features selected
on the admin/settings/faccess page.

The settings page prompts you to do three things:

1. Check features which should have restricted access.
This will prevent the user from being able to check
the checkbox on admin/build/features.

EMF Webform

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module to integrate the E-mail Marketing Framework (EMF) and Webform (version 3.x) modules.

EMF webform provides a new Webform component which allows the creator to select a set of mailing lists exposed through EMF and link them to an email field. If the user selects one or more of the lists when submitting the form she also subscribes to the lists through EMF.

Tubular

Component type

module

Maintenance status

Development status

Downloads

845

Component created

Component changed

Tubular : Video Backgrounds

Tubular lets you set a YouTube video as your page background. It is very easy to configure and use.

Here's a demo of what can be achieved with the module : http://path.com.

Tubular jQuery plugin by Sean McCambridge.

Hide Nodetitle

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a simplification of Auto nodetitle.
With this module you can enable or disable the title of the content type during insertion of the node.

If not used any other module, the title will be set to "Undefined", but the real purpose of this module is to be used with other modules that deal with automatically generate the title of the node, for example, Rules

Domain Menu Block

Component type

module

Maintenance status

Development status

Downloads

9740

Component created

Component changed

Provides a Menu Block that can be registered across every active Domain on an installation.

Requires Domain Access 7.x-3.0 or higher.

The module will create a new menu for each registered domain and allow you to define a common menu block that can be used once in the theme layer. The contents of this block are then dynamically generated based on the current domain.

Redirect export

Component type

module

Maintenance status

Development status

Downloads

667

Component created

Component changed

This is a simple module to export redirects to Apache rules.

Apache rules will be faster than Drupal can be, and if put in version control perhaps more maintainable over the long term.

This functionality was requested at #791754: Export redirects to webserver rules but there doesn't seem to be anyone doing any work on anything like it.

Requests, thoughts, and help welcome.