Domain OG

Component type

module

Maintenance status

Development status

Component created

Component changed

The Domain OG module integrates the Domain Access and Organic Groups modules, ensuring that Organic Groups access controls are restricted in the multi-domain environment created by the Domain Access module. Without this module, private groups are visible on all domains. With this module, private groups remain private. There is no configuration required. Simply install the module and enable it.

Clipped.me

Component type

module

Maintenance status

Development status

Downloads

1639

Component created

Component changed

Ever saw a link and wondered if it's worth clicking?

Clipped is a service that provides bullet point summaries of documents and articles. This module uses it to provide a content preview of your links on hover.

Works best with news articles.

This module depends on Libraries module and Poshy Tip jQuery plugin. For details, see README.txt.

Gender field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When collecting user information, the gender data point is often not given more thought than radio options for male and female. This binary data model is insufficient. Drupal.org made a great leap forward by including transgender as an option. We can still do better.

Gender is not a binary option. It is an open-ended set of options. Most importantly, gender is expressed by an individual; it shouldn't be imposed by deficient data models.

Blurry

Component type

module

Maintenance status

Development status

Downloads

619

Component created

Component changed

Overview

This module can make your text fields blurry.

Installation

  1. Install this module
  2. Go to 'admin/config/content/blurry' and choose the fields

Drupal 8 version

I have started a Drupal 8 version of this its early days, but if anyone is interested in this being properly ported to 8.x then let me know.

Google Drive Doc Filter

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an input filter to add a document from Gogle Drive anywhere input filters are accepted. You can choose to embed the document or link to the published document on Google Drive.

Read more about Google Drive on docs.google.com.

To add a document from Google Drive to a textarea, simply add the following code to your textarea

Views Row Selector

Component type

module

Maintenance status

Development status

Downloads

1319

Component created

Component changed

Provide views with new field that let's you add checkboxes for selecting each row
Useful when you want to use views as form for selecting data, specially in multipage forms, or when you want to have more control on what happens after the user selected the rows and don't want to setup VBO just for the checkboxes

There is also a hidden text field that stores the selected rows' nids

TODO : In the next releases , the selected rows will be preserved between pages

Parse API

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides integration with your Parse.com applications via the REST API. For example, if you wish to send push notification(s) when certain content type has been created execute

<?php
$push_message = new parsePush('New Content Available at Example.com');
$response = $push_message->send();
?>

The Parse PHP Library is provided by https://github.com/apotropaic/parse.com-php-library/