Custom Contextual Links

Component type

module

Maintenance status

Development status

Downloads

75644

Component created

Component changed

The Custom Contextual Links module allows you to add your own links to the contextual drop down widgets of blocks and nodes.

Contextual links are really great for quick access to settings pages within your Drupal install. They cut down the time required to click through the sometimes cumbersome Drupal administrative navigation. However, the links displayed in the contextual widget need to be defined through a module. This is where CCL comes in. This module allows you to add and manage custom links through a UI that will be displayed in the contextual widgets.

Commerce Shipping USPS

Component type

module

Categories

Maintenance status

Development status

Downloads

1438

Component created

Component changed

I'm seeking a new maintainer for this project. I do not have the time to commit to regularly merging changes back into this module.

If you are using the Commerce Shipping 7.x-2.x Module/API you should use the Commerce USPS module instead. See http://drupal.org/project/commerce_usps.

Commerce Shipping UPS

Component type

module

Categories

Maintenance status

Development status

Downloads

476

Component created

Component changed

NOTE: This project is abandoned. If you want to revive it or need the namespace please post an issue here: https://www.drupal.org/project/projectownership

I'm seeking a new maintainer for this project. I do not have the time to commit to regularly merging changes back into this module. I believe all new modules are being worked on for the 2.x Commerce branch.

http://drupal.org/project/commerce_ups

Page memory limit

Component type

module

Categories

Maintenance status

Development status

Downloads

1998

Component created

Component changed

Allows you to set an array of PHP memory limits keyed by page path in $conf.

Usage

// Increases the memory limit on admin pages to 192 MB
$conf['page_memory_limit']['<admin>'] = '192M'; 

Twitter Tweets

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends the features of Twitter Pull module by using its core script.

Twitter Tweets is a small module, the only purpose of which is to allow super-easy embedding of public twitter data like: a user timeline or twitter search results by hashtag or a search term. The emphasis is on making these very specific tasks as easy and straightforward as possible. The purpose of the module is not to be an end-all solution for Twitter.

Skip-Maintenance-Mode-By-IP

Component type

module

Maintenance status

Development status

Downloads

43005

Component created

Component changed

This module is an addition to Drupal's Maintenance mode settings page.

It allows site administrators to set IP addresses that are allowed access to the website while in maintenance mode, without being logged in.

Mainly written as a means by which clients can easily review their website being developed without the hassle of logging in into an offline site.

Menu token protect (CSRF protection)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Automatically adds a drupal_get_token query string parameter to any menu links that correspond to a menu router item that has 'token' => TRUE in its hook_menu() definition. This helps prevent certain links from CSRF attack requests.

Protection support for core menu callbacks

By default this module adds token CSRF protection for the following core menu callbacks:

user/logout

Which in turn ensures any menu links are output as:

user/logout?token=hash-string-here

And the token is checked using hook_menu_site_status_alter().

Usage

function mymodule_menu() {
  $items['mymodule/path'] = array(
    'title' => 'Sample dangerous callback',
    'description' => 'A sample menu callback that should be protected from CSRF attacks using tokens.',
    'page callback' => 'mymodule_dangerous_callback',
    'access arguments' => array('administer mymodule'),
    'token' => TRUE, // Add this to automatically have this path protected.
  );
  return $items;
}

Google News

Component type

module

Maintenance status

Development status

Downloads

5671

Component created

Component changed

Google News is a simple module to add a block to your drupal site to display the latest Google News headlines on sections you choose.

Stay up to the minute on news with Google News module on your drupal site.

The different news sections settings in Google News module are

  • Top Stories
  • World
  • Business
  • Politics
  • Nation
  • Entertainment
  • Technology
  • Sports
  • Health

The Google News block comes with two display setting.

Scrolling Titlebar Text

Component type

module

Maintenance status

Development status

Downloads

2462

Component created

Component changed

Scrolling Titlebar Text module is a simple Lightweight module which make the Browser's Title bar text to Scroll or Marquee (Text Effect). Scrolling Titlebar Text is the essential module for most of the websites for its Title Bar Text effect which grabs website visitor's attention.

Scrolling Titlebar uses a small custom JavaScript Function.

Settings
The settings in Scrolling Titlebar Text module are