Simple SSO

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple SSO is specifically designed for Drupal sites that need a simple, intuitive and functional Single Sign On.

The Simple SSO module can securely log in users accross several Drupal sites, even hosted under different domains. It's a pure Drupal solution and does not require any external library.

Token Embed Views

Component type

module

Categories

Maintenance status

Development status

Downloads

5266

Component created

Component changed

This module create a token type called 'views'. This token can be used to embed
your views into your content.

Prerequisites

You also need the token_filter module to enable toking replacing in your node fields if you wish to use these tokens in node fields like body f.ex.

Fielder

Component type

module

Maintenance status

Development status

Downloads

1770

Component created

Component changed

Fielder allows you to embed node fields (images, videos, files and any others) right in the node body using a simple inline tag: [fieldname:items|position].

The real power of this module comes when you writes a long article and wants to insert some images and videos between its paragraphs.

Syntax

[fieldname:items|position]

Region Blocks

Component type

module

Maintenance status

Development status

Downloads

1028

Component created

Component changed

This module allows site builders to create blocks out of regions in the site's theme. In doing so it allows for a "block of blocks" that can be placed and themed as a group.

An example would be if you are using Facet API for a site search, and want all facet blocks grouped together in your sidebar region.

Features

gsapi

Component type

module

Maintenance status

Development status

Component created

Component changed

gsapi - Drupal Grocery Server API
=================================

Drupal wrapper for the Grocery Server API. This implementation requires that
you provide Grocery Server with your recipes and that they have been imported
into the Grocery Service API.

Unless otherwise noted, all services return geo-targeted data automatically
based on the results of the `gsapi_zip()` function. This explains why, for
example, you don't need to provide a zip code argument to geo targeted API
calls.

Functions
---------

Webform cURL Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Webform cURL Integration adds an option in the Webform configuration to allow posting of Webform submissions to another server via cURL. It allows you to enter a username and password, which is used with the CURLOPT_USERPWD cURL option, and allows third party developers to modify the fields before transmission with hook_webform_curl_submission_alter (this can be used to attach a checksum or some other security measure prior to transmission).