Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hansel (named after Hansel and Gretel) provides custom breadcrumbs which are build by user defined rules. These rules are independent from the menu system. Rules can have logic switches and can add links to the breadcrumbs.
EazyLaunch is a fast text-based launcher for instantly navigating the entire menu system of a Drupal site. On any page, hit Ctrl+Z and start typing to see suggestions, then press Enter to launch. Features include:
navigate your site without using your mouse
go directly to sub-pages without needing to drill down into menus
pop-up launcher - hit Ctrl+Z to open
fast autocomplete while typing
all menu items are available from the launcher including Administer, Primary Links, Secondary Links, and any other menus you create
additional admin shortcuts for clearing cache, running cron.php, and running update.php
Devel module integration - the devel module's switch user list is available from the launcher
EazyEdit provides in-place edit links when hovering over objects like blocks, nodes, or comments, and provides a view field for adding EazyEdit links to nodes in views. Features include:
in-place links for comments - edit comment, publish/unpublish comment
views field integration - EazyEdit links can be made to appear for each node in a view simply by adding the EazyEdit field to your view
clicking a link takes your directly to the edit page and returns you to your previous destination on submit
disable EazyEdit on individual blocks or node types by checkbox on edit pages
hide EazyEdit temporarily on a page by clicking the 'x' link. Sometimes hover links appear over other things you need to click. This gets EazyEdit out of your way.
EazyEdit attaches itself to the $content variable of nodes and blocks which makes it automatically appear in most themes. If for some reason you don't use $content in your theme, you can inject EazyEdit directly using $node->eazyedit or $block->eazyedit