Neat Scrollbar

Component type

module

Maintenance status

Development status

Downloads

5538

Component created

Component changed

Neat Scrollbar Overview

Cool & contemporary scrollbars for your Drupal content.

UPDATE:
The latest recommended version (7.x-2 branch) adds support for the latest version of the plugin including a raft of cool new scrollbar themes.

oauth3legged client

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

Services 3.x supports oauth authentication while it is just a single server solution. For a complete oauth process, you need user (Client), oauth consumer and oauth provider. In a production environment, it usually comes with 2 servers. This project aims at providing the oauth client required to complete the oauth process while both oauth client and oauth server are using Drupal.

The module is current tested with drupal-for-ios library. More success case is coming ~

X-Originating-IP email header

Component type

module

Maintenance status

Development status

Downloads

4326

Component created

Component changed

Add the X-Originating-IP header to all outgoing emails to assist with investigation of the sources for spam and unsolicited bulk email.

A standard Drupal install sends email as if it was originating from the web server when in fact, the email originated with a person's web browser. Use this module to include information in the outgoing email header about the IP address of the person who submitted a request to a Drupal website.

PHP Filter Lock

Component type

module

Maintenance status

Development status

Downloads

539

Component created

Component changed

PHP Filter Lock is a security module for Drupal. It disables the ability to edit text fields using the PHP input format until that text format is changed to another format.

In other words, it blocks users from creating new PHP content in text fields but still permits existing PHP content to load from the database.

Note that the PHP input filter must be named "PHP code" or this module will not work. A small patch is included that extends the core filter module to allow for specific input filter detection.

Stickynote Bonus

Component type

module

Maintenance status

Development status

Downloads

685

Component created

Component changed

Extends the great "stickynote" module in the following aspects "for daily administration usage":

  • Expandable sidebar (with simple JS / CSS - no other modules required)
  • Enhanced styling
  • Remove the "URL Redirect" options under the stickynode form!
  • And other improvements!

Installation and configuration

Use the usual Drupal Module installation procedure.

Page manager permissions

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds permissions for the CTools' Page Manager to allow more granular control of which buttons/tabs/pages within pages that users can access. This can be useful in cases where you want content editors to be able to change titles, layout templates or panel content but want to restrict access to more technical features such as contexts.

Block Visibility by RegExp

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Block Visibility by RegExp extends the block visibility settings in Drupal 7 and allows use Regular Expressions in paths.

Example — you want show block only first level in catalog page (catalog/foo) and hide block in 2nd and other levels catalog page (catalog/foo/bar or catalog/foo/bar/baz). To do this, you need to write path:

#catalog/[^/]+$#

Support multiple paths:

Lucene Library

Component type

module

Maintenance status

Development status

Downloads

873

Component created

Component changed

Lucene library is a general purpose text search engine written entirely in PHP 5 by Zend. Since it stores its index on the file system and does not require a database server, it can add search capabilities to almost any PHP driven website. Lucene supports the following features: