Panels Dashboard

Component type

module

Maintenance status

Development status

Downloads

4614

Component created

Component changed

Allows users to locally rearrange and roll up panes on the panel and save the state per account. Global state of the panel is not modified in the process.

Note! 7.x branch is in development and unstable, currently only available as a 6.x module.

Dependencies

  • Panels
  • jQuery UI

If you're using non standard, custom layout template, please ensure that .panel-display class is present on root div of your panel layout template.

Edge

Component type

module

Maintenance status

Development status

Downloads

1283

Component created

Component changed

Drupal core development needs to be chunked in lengthy stable releases. But sometimes, we want core-like stuff on a faster schedule.

The Drupal core development rules are applied. All patches go through regular peer-reviews. No API change once we hit a stable, but of course, this module is able to release new major versions.

JavaScript and CSS Preprocessing

Component type

module

Component created

Component changed

This module provides a pluggable mechanism for defining JS and CSS preprocessing schemes. What Drupal core provides is not optimized for specific use cases but is a general purpose solution. This module provides more preprocessing options and a pluggable mechanism to define your own.

Context Hide Local Tasks

Component type

module

Maintenance status

Development status

Downloads

14995

Component created

Component changed

Overview

Have you ever needed to hide the local task tabs? Typically, you override theme_menu_local_tasks() and, based on some condition, return an empty string.

This module gives you the flexibility to hide the local tasks with Context by providing a new reaction to hide the tabs. No coding is required.

Dependencies

This module depends on Context 3

Maintainer

Developed and maintained by Erich Beyrent

Domain Block Theme

Component type

module

Categories

Development status

Downloads

624

Component created

Component changed

This module adds Domain Access support to the Block Theme module, letting you specify different block theme templates on different domains.

Once the module is installed, the block theme setting on the block configuration page will only apply to the current domain.

Development sponsored by 2440 Media.

Menu position

Component type

module

Maintenance status

Development status

Downloads

163119

Component created

Component changed

Often times site builders want certain types of content to appear in a specific position in the navigational menu. The simplest solution, adding all of that content individually to the menu system, has performance and usability issues. (Imagine hundreds of menu items added to one spot in the menu.)

This module allows for the creation of rules that will dynamically add the current page into the menu system at the requested spots.

This includes affecting:

  • The main links of the theme
  • The secondary links of the theme
  • The breadcrumb trail
  • Menu blocks provided by core's Menu module
  • Menu blocks provided by the Menu Block module

Browser class

Component type

module

Maintenance status

Development status

Downloads

37124

Component created

Component changed

Summary

This small module helps theme-developers to deal with cross-browser compatibility. It makes easier to handle different types of non-widespread browsers just as much as it helps with using different versions of Internet Explorer.
The module extends the $body_classes variable in page.tpl.php based on the enduser's browser, and platform.

The module also makes a $browser_classes variable available in page.tpl.php, which stores the data in an array, this way the developer can make use of it as needed, if he does not wish to use the $body_classes variable.

Supported browsers

  • ie
  • opera
  • safari
  • chrome
  • netscape
  • ff
  • konqueror
  • dillo
  • chimera
  • beonex
  • aweb
  • amaya
  • icab
  • lynx
  • galeon
  • operamini

Browser version checking

The module creates version classes.

  • ie[version]
  • opera[version]
  • chrome[version]
  • safari[version]
  • netscape[version]
  • ff[version]
  • konqueror[version]
  • operamini[version]

Supported platforms

  • win
  • ipad
  • ipod
  • iphone
  • mac
  • android
  • linux
  • nokia
  • blackberry
  • NetBSD
  • FreeBSD
  • OpenBSD

Mobile detecting

The module checks if the device is mobile and adds "mobile" or "desktop" class.