Webform Anonymous

Component type

module

Maintenance status

Development status

Downloads

2413

Component created

Component changed

This very simple, lightweight module gives the creator of a webform the option to make the submission results anonymous, by hiding the username and IP of all the users who submitted the webform.

Reform

Component type

module

Maintenance status

Development status

Downloads

1227

Component created

Component changed

Perhaps sometimes you want something simple, such as limiting the minimum length and maximum length of a username. This module allows you to do simple things like that.

Initial Reform feature:

  • Allows you to set the minimum username length and the maximum username length.
  • Allows you to change the username label and description, e-mail label and description, password label and description, as well as text button on user registration page, user login page, and request password page.

Note: You can use HTML tags for the description field.

Commerce Fedex Shipping Module

Component type

module

Maintenance status

Development status

Component created

Component changed

Fedex Shipping Module requires Commerce Shipping 2.x and Drupal Commerce in order to function.

Description
The module provides calculation of FEDEX shipping rates in 2 modes (test and production). Data input is provided by current commerce order and the output is generated through SOAP response from Fedex services. The module posses additional features:

YouTube Pull

Component type

module

Maintenance status

Development status

Downloads

2791

Component created

Component changed

Borrowing the simplistic idea from Twitter Pull, YouTube Pull is a simple module to pull YouTube feed for latest video listing. Support any video query parameters by the Youtube API (Atom output format).

Usage

There are no authentication information or API Keys required. Module only interacts with non-auth APIs. It all boils down to a single function:

youtube_pull_render($options);

It takes only 1 argument $options, which make up of supported YouTube API video feed parameters. Default $options

// default $options
 array(
    'max-results' => YOUTUBE_PULL_ITEMS,  // 5
  );

Views Grouped Table

Component type

module

Categories

Maintenance status

Development status

Downloads

2150

Component created

Component changed

Provides a style plugin for Views that shows a table grouped by relationship.

Repeating values for the primary keys for a relationship are omitted, replacing any fields on that relationship with empty cells. More than one relationship can be treated this way, including the base table itself. (See the screenshot; a picture really is worth a thousand words.)

This is particularly useful for making sense of the groupings and fields on Commerce product and product nodes.

Feeds User Extended Processor

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Feeds User Extended Processor module extends the regular Feeds module by adding a new plugin for user processing. All users imported through this processor will be emailed notifications about their new accounts, provided that no password is set.

The notification sent out is the regular "An administrator created you an account" type email, which can be edited at /admin/config/people/accounts.

Remove Login Tabs

Component type

module

Maintenance status

Development status

Component created

Component changed

This Drupal 7 module does one basic thing, it removes tabs from the Login / Create Account / Request Password pages. There is no configuration needed. A use case for this would be if you want a more elegant and streamlined interface for these pages and you want to link to the other pages.

Text Extract for Drupal using Tika

Component type

module

Maintenance status

Development status

Downloads

311

Component created

Component changed

Integrates Tika (docs) to extract textual information from uploaded documents (pdfs, docs, excel, etc.) and pass them as plain text to a field.

In order to use you'll need to you'll either need an Apache Solr server properly configured OR to download and extract the java jar file from the Tika site and then configure the module settings page in order to extract correctly.