Dropdown Tabs

Component type

module

Downloads

2199

Component created

Component changed

Overview

Dropdown Tabs does only one thing: It takes the menu items that are in your primary and secondary tabs, and turns them into dropdown select boxes. The reason that we built this module was to help us conserve a bit of space and keep the site somewhat tidy.

Usage

  1. Turn on the module at admin/build/modules.
  2. Navigate to admin/build/block and configure the Dropdown Tabs block. Note that the Dropdown Tabs block content may float left, right, or not at all.
  3. Place the Dropdown Tabs block into a region on block admin page OR inject the block manually into a template file with the following code:
<?php 
  /* For manual injection into template eg. page.tpl.php, use: */
  $block = module_invoke('dropdown_tabs', 'block', 'view'); 
  print $block['content'];
?>

druTalk IM - P2P Video Chat

Component type

module

Maintenance status

Development status

Downloads

5893

Component created

Component changed

druTalk is deprecated. The maintainer doesn't have time to maintain this module.

druTalk is a Video IM (Video Instant Messaging) module. It works together with the User Relationships module and the Services module. With druTalk, drupal users can chat (text chat or video chat) with their friends on the same site. druTalk can be used in:

  • Social Networking
  • Customer Support
  • Collaboration

Stickybeak

Component type

module

Maintenance status

Development status

Downloads

1208

Component created

Component changed

This module allows users with the correct permissions to browse the sessions table and view the session information associated with each session.

The only possible use for this module would be curiosity or debugging.

Job Queue Wrapper

Component type

module

Categories

Downloads

999

Component created

Component changed

This is a wrapper module which will mimic the API interface of Job Queue to allow the modules which use job queue to use the backported Drupal Queues module http://drupal.org/project/drupal_queue and also allow the use of other modules like the backported beanstalkd.

Drush Git Interface

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Important!

The drush_git module is officially depreciated. No work will be done on this project in the future. Now that Drupal.org uses Git, Drush works with Git automatically. Even submodules are supported in a limited fashion. I expect any further integration to happen in Drush's package manager. In short, don't use this.

What is it?

The drush_git module currently provides a Git core API layer for Drush modules that use Git functionality and some Git deployment commands we are developing for our own organizational deployment needs, that utilize Git submodules. I am thinking that the Git deployment commands will probably get separated in the future into a drush_git_deploy? (not sure on the name) module. So basically there would be a Git API module with no Drush commands, and the Git deployment module that used the API module.

SEO Watcher

Component type

module

Maintenance status

Development status

Downloads

9054

Component created

Component changed

SEO Watcher is a module that searches specified keywords with major search engines and checks the rank of your site and competitive sites automatically and creates the reports.

QA Checklist

Component type

module

Maintenance status

Development status

Downloads

9256

Component created

Component changed

QA Checklist provides a list of Quality Assurance (QA) best practices for Drupal and tracks your team's progress against it.

QA Checklist helps you

  • Get ready to go live
  • Review site for quality assurance

Installation and use

Checklist API is installed in the usual way. See Installing contributed modules.