Taxonomy Megamenu

Component type

module

Maintenance status

Development status

Component created

Component changed

The Taxonomy Megamenu module allows you to display taxonomy tree from specific vocabulary
as a dropdown CSS Megamenu.

Often used on e-commerce or large scale websites, mega menus are becoming more and more popular, as they offer an effective solution to displaying a lot of content while keeping a clean layout

Inspired by Kick-Butt CSS3 Mega Drop-Down Menu

Features:

Joyride JQuery for Drupal Site Tours

Component type

module

Maintenance status

Development status

Downloads

33625

Component created

Component changed

This module provides Drupal integration with Zurb's Joyride Jquery plugin in order to provide a tour of different html elements on your Drupal site. Drupal integration is done via the Context module, which provides a way to control conditional calling of the joyride plugin and copy-and-paste method for adding specific tour code.

Comment plus

Component type

module

Maintenance status

Development status

Downloads

1418

Component created

Component changed

Since my lacking time for this is unlikely to get better soon, I ceased development of this module. If you'd like to take over (or fund the required time), drop a line!

This module extends Drupal's built-in comment functions with the following features and config options, each one per node type:

  • Improved page title on reply and quote form pages.
  • User-friendly, thread-specific comment IDs like you know them from most other blog systems (#1, #2, #2.1). This feature is inspired by http://drupal.org/project/comment_easy_reply and was originally requested by neRok - Thanks!
  • A true comment permalink function similar to and even better than the one shipped with Drupal 7. While the path http://basepath/comment/id simply calls the related node page in D7, the improved comment menu callback in comment_plus redirects to http://basepath/node/nodeID?page=pagenum#comment-commentID and thus even avoids SEO punishment for duplicate content while also jumping to the related comment anchor.
  • Set a minimum character or word count for comments.
  • (Instant) replying to a node or comment optionally creates a @username#userid tag which can be processed by the included in-reply-to format filter and will then link to the referring node or comment.
  • Comment subject fields may be configured as required.
  • Subject defaults may be configured per node type, including prefixes like Re:.
  • Comment link titles may be changed per node type, you may e.g. have a label reply instead of add comment for forum posts.
  • Basic wysiwyg support.

The included comment_plus_js module additionally enables AJAX based instant replies for node types with the comment form on the node view page.

Context-TermDepth

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a Context plugin, where gives you a new Condition for the term depth.

You can use it at the taxonomy pages, where it list all nodes that use a term.

The new condition need 1 parameter, the depth.

This plugin was sponsored by Felipe Fidelix.

Smart Node Links

Component type

module

Maintenance status

Development status

Downloads

723

Component created

Component changed

This simple module provides a page path to show the latest node in full page view in the same manner as if one were to visit, say, node/123, where 123 is the very latest node created. It queries the db for the max entity_id and redirects to it, automatically presented by its url alias.

How to use

This module adds a new "node path" suffix /latest to display the latest node in full node page view. Additionally, append the content/entity type to get the latest of a certain type. Ex:

Topbar Message

Component type

module

Maintenance status

Development status

Downloads

1792

Component created

Component changed

The Topbar Message module allows the administrator to add a configurable Topbar Message to the page. Display can be set either as site wide or controlled via the context module.

Provides a Drupal-only alternative to HelloBar. It creates a top region area for displaying a call-to-action message and a content type for creating those messages with text for links, etc. It includes a settings page for changing the topbar background, text and link colors via the core Color module.

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