Better menu

Component type

module

Categories

Maintenance status

Development status

Downloads

981

Component created

Component changed

Improves the Drupal menu item creation workflow by replacing the standard menu creating widget with a javascript powered tree menu.

Dependencies

This module requires that you install jQuery Update version 2.x and download a stripped down version of jQuery jsTree. Follow the instructions in the README.txt file supplied with the distribution.

Credits

Developed by Peter Törnstrand at Happiness.se

Better Block Queue

Component type

module

Development status

Component created

Component changed

Revamp/Fork of Blockqueue module to fix an inherent design issue/flaw, and addtionally add features/context/ctool support (machine names, import/export, etc) as well.
See #578444: Blockqueue design issue: blockqueue - block relationship is based on unstable parameters for origins. Original maintainer has not replied to any issues, nor email, in quite some time.

IMCE Kama Style

Component type

module

Maintenance status

Development status

Downloads

4305

Component created

Component changed

A tiny module that styles the 2.x branch of IMCE to match the Kama theme of CKEditor. It provides a more unified experience for content managers.

There's no UI. To use, just enable the module and start using CKEditor with IMCE.

Feel free to recommend alternate styles or submit patches in the issue queue.

Credits

This module is brought to you by Little Blue Labs with love.

Sentry server

Component type

module

Categories

Maintenance status

Development status

Downloads

787

Component created

Component changed

Drupal Sentry is a centralized site-monitoring tool, to help watching over the health of all your sites. Install this (the server component) on the central server, and use the client on the sites you want to monitor.

Checkbox Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

5329

Component created

Component changed

This module provides a textbox to narrow down long lists of checkboxes. Just type a few characters, and only checkboxes containing the characters will be shown.

Make sure you have the 'show checkbox filter' permission.

This is handy to search through Views fields or filters, long lists of modules or variables in Features etc.

It currently does NOT work for modules or permissions. For modules, use the Module Filter.

For permissions, Filter Permissions.

Userping

Component type

module

Maintenance status

Development status

Downloads

956

Component created

Component changed

Final Update

This module is now deprecated, as the Userping project has (sadly) come to an end. :(

Description

Userping is a real-time analytics platform designed to give you the power to quickly see who is on your site and see where they're coming from. This module adds the Userping tracking code and optional badge to your site.

Page manager redirect

Component type

module

Maintenance status

Development status

Downloads

12556

Component created

Component changed

This is a very simple module that exposes a 'redirect' task to the page manager module in the ctools suite. This allows you to define paths that can then redirect to others, all without writing any code. You can use this to do things like:

  • Redirect user profile nodes to the /user/X page that owns the profile
  • Redirect Images in a gallery to their node referenced gallery.

Page Manager Redirect (PMR) is now fully compatible with Drupal 7!

Differences from similar modules

There are a number of other modules that attempt to perform some kind of redirection based on paths. Page manager redirect is different because it can leverage the ctools context system to gather all sorts of useful information from the original URL to construct the redirection URL with. Genius!

Last Changed

Component type

module

Maintenance status

Development status

Downloads

1281

Component created

Component changed

Last Changed is a module which simply keeps track of the last time any record of a certain type changes. By default the module supports nodes, comments, and users, but other types can be added as well by implementing hook_last_changed().

Last changed is useful in cases where you simply need to know the last time a record was edited, for example in order to generate incremental updates or to query the last records of multiple types that have changed.

This module includes Views support.