Already in

Component type

module

Maintenance status

Development status

Downloads

3204

Component created

Component changed

Already in redirects authenticated users who attempt to visit the login, user registration, or password reset URLs to an alternate destination instead (the /user page by default). This prevents authenticated users from getting an Access Denied error message. Optionally, the module can display a "You are already logged in" message when redirecting users.

Bloggers

Component type

module

Maintenance status

Development status

Downloads

4208

Component created

Component changed

Note: As of 2015-05-04, this project appears to no longer be supported. If you are interested in taking this project over, or you as the project maintainer feel this message has been posted in error, please reply to #2472893: Bloggers appears to be unsupported.

Read description in russian below.

English version

Module display a list af all bloggers with their avatars, real names (if module RealName is enabled) and X titles of last blog's posts.
Module is using paging for bloggers list. Pager also can be disabled.

Bloggers list is sorting by total count of posts in blog.
Optionaly (at module settings page) you can enable showing date of blogger's registration at site and a total number of posts in blog for each blogger.

Page is displayed at URL: example.com/blogs

At module settings page you can set:

  • how many titles of last blog's post should be displayed
  • how many bloggers should be displayed at one page (pager is using)
  • how many posts should be in a blog to be listed in this list of bloggers.

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'];
?>

Menu Editor

Component type

module

Maintenance status

Development status

Downloads

49594

Component created

Component changed

Drupal 8: Currently no Drupal 8 version exists. I will need help from the community to do this. Also sponsoring would be great! See #2833200: Drupal 8 Documentation

Drupal 7: A Drupal 7 version is out, thanks to the new addition to the maintainer crew. Please help testing, and report any problems.

Menu rewrite

Component type

module

Maintenance status

Development status

Downloads

1392

Component created

Component changed

Provides an API for defining rules for rewriting the menu paths.

For example:

/**
 * Implement hook_menu_rewrite_rule().
 */
function development_menu_menu_rewrite_rule() {
  // Make 'Development' a primary item.
  return array(
    'admin/config/development' => 'admin/development',
  );
}

/**
 * Implement hook_menu_rewrite_alter().
 */
function development_menu_menu_rewrite_alter(&$items) {
  // Ensure 'Modules' menu item shows up first.
  $items['admin/modules']['weight'] = -11;
}

Inline Ajax Search

Component type

module

Maintenance status

Development status

Downloads

12007

Component created

Component changed

This module makes it possible to display search results via AJAX.

If installed the module can use the Search Lucene API so you can search with wildcards / part of strings. Apache Solr is planned to be added as well.

I'm also planning to convert this module for use with Drupal 7.

Modal Frame Contrib Package

Component type

module

Maintenance status

Development status

Downloads

5646

Component created

Component changed

This package contains contributed modules that implement the Modal Frame API as a yet another alternative to enhance the usability of common day to day tasks in your Drupal site.

You can use any of these mini-modules as-is, or you can use them as examples on how to implement Modal Frame API in other places, extend other Drupal core or contributed modules, or even as a method to enhance your own custom modules.

Better Menus

Component type

module

Component created

Component changed

Provides extended functionality to menus customizations and integrates with OG.