Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Redirect after logout

Redirect users to an internal or external URL after logout.

Scrolling Titlebar Text

Scrolling Title bar text

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

  • Scroll or Marquee Speed. (in milliseconds)
  • Page Title End String

The default value for scroll or marquee speed is 300 ms. The Page title for scrolling is terminate with this end string. The default value for page title end string is two white spaces. You can configure it in Administrator Settings (admin/config/user-interface/scrolling-titlebar).


Like this? Have a look at our Other Modules.


Corporate Contributors

Help and Support Us

Devel Helper

Some helpful debugging functions I have been using for a few years now. I'm not sure if the original author (Jake Rockowitz) is still maintaining the module.

Transform

Transform preview

Uses jqTransform plugin to change the appearance of form elements. You can apply the new style to all forms in your site or just to them ýou chose in the module administration.

Google News

Google News

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.

  1. Medium rectangle (300 x 250) - Default
  2. Leaderboard (728 x 90)

Features

  • You can enter the custom News Section to display.
  • Language support of 40 Languages.

Installation

After you activated the module (at "admin/modules"), you can put the block to any region on your page (using "admin/structure/block").


Like this? Have a look at our Other Modules.


Corporate Contributors

Help and Support Us

Menu token protect (CSRF protection)

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;
}

Pages

Subscribe with RSS Subscribe to RSS - Developer tools