Considered feature-complete by its maintainers.

Feeds Tamper Clone

This module provides an easy to use UI option to clone Feeds Tamper plugins when cloning a Feeds importer.

BusinessTime

BusinessTime is clean, responsive HTML5 theme by NeptuneThemes that limits images and relies on CSS and CSS3 techniques for much of it's style. It has five levels of responsiveness:

1200px (Modern desktops and laptops)
960px (Tablet landscape)
768px (Tablet portrait)
420px (Phone landscape)
300px (Phone portrait)

At the lowest levels, all menus are converted and combined into a drop down form.

Table Element

This is a developer module and provides no end-user functionality.

Quicktabs Select

Overview

This tab allows you to select a particular tab in a set of quicktabs using code. It provides two options:

quicktabs_select_tab($qt_name, $tab_name)
This will select a tab right away or on the next page refresh. For example, you could put this at the top of a menu callback function to select the tab on that page, or you could put it in a form submit callback to load the tab on the next page.

$qt_name is the machine name of the quicktab set.
$tab_name is either the 0-based index of the tab to select, or it's the name of the tab. Unfortunately, tab names are a bit difficult to determine. For tabs based on blocks, the name will be [module]_delta_[delta]. For others, you'll have to experiment.

quicktabs_select_url_alter($qt_name, $selected, &$url, $options = array())
This will allow you to modify a URL so that a particular tab will be selected on the target page. This uses the standard quicktabs method of adding qt-[$qt_name]=1 to the URL.

You can either pass a string as the $url and an array of options in $options, or you can pass an array to $url, where the first element is the Drupal path and the second element is the array of options. This is a similar format to the $form['redirect'] variable.

Dependencies

quicktabs

Credits

Role execution time limit

Summary

Role execution time limit is a small module that allow you to set PHP max execution time per role and command line usage(drush).

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only