Splashify Date Range

Component type

module

Maintenance status

Development status

Component created

Component changed

DRUPAL SPLASHIFY DATE RANGE MODULE
------------------------
Maintainers:
Pat Dunlavey (http://drupal.org/user/5427)

Requires -
- Drupal 7
- Splashify 7.x-1.x-dev with the patch that enables hook_splashify_config_alter,
see http://drupal.org/node/1886896
- Splashify's dependencies, see http://drupal.org/project/splashify)

License - GPL (see LICENSE)

Hierarchical taxonomy

Component type

module

Categories

Maintenance status

Development status

Downloads

2239

Component created

Component changed

The taxonomy_get_tree() function is useful, but returns a flat structure. If the vocabulary contains a hierarchical taxonomy, modules will often want the data returned as a hierarchical structure.

Taxonomy menutree

Component type

module

Categories

Maintenance status

Development status

Downloads

510

Component created

Component changed

Render a hierarchical taxonomy as a hierarchical menu, using the same theme styles as theme('menu_tree').

Unlike the taxonomy menu module, this module does not create Drupal menu structures, it simply provides renders a taxonomy structure in the same style.

At the moment, this is an API module only…I plan to add panel-panes and blocks so a menu can be directly added via the UI.

Requires hierarchical taxonomy module.

Anonymous Redirect

Component type

module

Maintenance status

Development status

Downloads

4121

Component created

Component changed

Description (2.x)

The 2.0 version of anonymous redirect grants users with admin privileges the ability to redirect all anonymous users to any internal or external url. Authenticated are still able to access the site as per usual.

This version of the module is currently only available for Drupal 8.

Description (1.x)

The 1.0 version of Anonymous Redirect redirects anonymous users to another domain. Users can still login by visiting /user or /user/login. Authenticated users can access the site as per usual.

Access denied backtrace

Component type

module

Maintenance status

Development status

Downloads

10379

Component created

Component changed

Access Denied Backtrace will help you track down the specific place where Drupal is triggering the access denied for a certain role.

Use Case:
Have you ever gone crazy when certain roles cannot access nodes in Drupal? Then you have to start checking permissions on and off just to finish right where you were to begin with? Or even worse get some more permissions control modules so they can override Drupal permissions.

The module is inspired by this thread: http://drupal.org/node/610568

Nodequeue Suggestions

Component type

module

Maintenance status

Development status

Downloads

359

Component created

Component changed

Nodequeue Suggestions

This module allows the administrator to specify that a certain nodequeue
contains suggestions for another nodequeue.

To use this functionality, create two node queues, and specify that the second
queue has the first queue attached as a "suggestion queue", by checking the
box and choosing the second queue.

Nodes placed in the queue specified for suggestions, will now be treated as
suggestions for the main node queue.

Entity Reference Cascade Delete

Component type

module

Maintenance status

Development status

Downloads

2428

Component created

Component changed

Summary

This is a simple but powerful module for Drupal 7 that allows administrators to effectively manage child entities when their parent entities are deleted. Upon parent entity deletion, it gives the option to either delete all dependent entities or drill down the tree of child entities and unselect any that you wish to maintain. The term "parent" and "child" depends on the set up. Some may prefer to set up their children to refer to their parents, and others may prefer to set up their parents to refer to their children. Only users who have the correct permissions will be able to access this option; otherwise, no dependent entities will be deleted.

Cutom Link

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This handy little module allows a themer to add the » object to any links they wish using Javascript. With a small admin section, simply add in the CSS classes which hold the links (a normal one is 'view-more'), and watch the frontend create the raquo link for you!