Hierarchical Select Access

Component type

module

Maintenance status

Development status

Downloads

832

Component created

Component changed

This module prevents certain roles from accessing the enhanced hierarchical menu provided by the Hierarchical Select module in content types.

Provides a UI to manage roles and content types.

This module helps solve this issue: https://drupal.org/node/298611

After enabling the module, go to admin/config/content/hierarchical_select/access
and tick the checkboxes next to the roles that should not access the hierarchical menu in content types.

CTools Empty Field Access Plugin

Component type

module

Categories

Maintenance status

Development status

Downloads

651

Component created

Component changed

The "entity_field_value" plugin rarely suffices for testing empty values. Use this plugin when you need pane visibility rules or variant selection criteria that test for a field (or property) value being empty.

Simple Cookie Compliance

Component type

module

Categories

Maintenance status

Development status

Downloads

4067

Component created

Component changed

Overview

This module is used for displaying a Cookie Compliance window at the top of the website.

The goal of the module is to be easy to configure and style to fit any website.

The following features have been implemented:

Visual Form Alter

Component type

module

Categories

Maintenance status

Development status

Downloads

702

Component created

Component changed

Description

Visual Form Alter gives you the possibilities to edit any form element on the fly instead of having to code manual modules for it.

It also supports the possibility to export all the changes into a automatic created module for saving performance if you have done a lot of changes.

Feedly

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Create new entities (nodes, for now) from "saved for later" Feedly entries.

Getty Images

Component type

module

Maintenance status

Development status

Downloads

818

Component created

Component changed

**Please note, on April 7, 2017 the Getty Images module for Drupal will be discontinued. Please use GettyImages.com to download images and generate Embed code. **

Getty Images brings its award-winning content to the Drupal community. Its best-in-class photographers and imagery help customers produce inspiring work which appears every day in the world’s most influential newspapers, magazines, advertising campaigns, films, television programs, books and online media.

Within this module, you have two ways to access millions of photos, vectors and illustrations:

Twitter Lite

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was created out of the need for a basic and easy to setup twitter feed. The Twitter module is great for extending the Twitter API into your site with great features.

However, I wanted a lightweight Twitter feed module that generates a block of feeds.

This module creates two Twitter feed blocks. You can also choose how many tweets to show per block.

Mate Previous Next

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Mate Previous and Next

This module provides two functions to help to get the previous and next node of a given node.
This will help to provide navigation links for your site on each node.

Programatically

You have these two functions

  mate_prev_next_get_next($nid, $type);

and

mate_prev_next_get_prev($nid, $type);

Where