Referential Navigation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Supports pathauto tokens, breadcrumbs and structural effects for a navigation heirarchy built from EntityReference.

---

This module
* provides new tokens to use with pathauto
* allowing you access to "the entity that refers to this one through entity_reference (via a named field)"

I have a number of publication issues - that link to publication 'articles' using inline_entity_form to allow an editor to do the whole thing from the top.

The pattern for my 'article' content type

Interlink

Component type

module

Maintenance status

Development status

Downloads

419

Component created

Component changed

A text filter for easy interlinking to nodes (like [#123] which gets expanded to a link to http://example.com/node/123) and optionally for their comments (like [#456/78] which gets expanded to a link to http://example.com/node/456#comment-78).

Module development was sponsored by KYbest.

User Navigation

Component type

module

Categories

Maintenance status

Development status

Downloads

1013

Component created

Component changed

This is a module that provides a left sliding menu to navigate within your website. It is a theme independent menu and the UI designers can also easily mould it as per their needs.

This menu is not responsive but can easily be used for mobile friendly websites because of its sliding nature.

Installation

Multi-level push menu

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a module that implements the Multilevel push menu by for Drupal. As it turns out that version of the lib is nearly impossible to get to work with Drupal's menu structure. I had to make a few hacks to the lib to get it to work with Drupal. Because of this and because a better alternative exists I have marked this project as Obsolete.

My modified multilevelpushmenu lib is hosted on github.

Menu Entity

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is a fork of the existing Entity Menu Links module in an effort to provide a sandbox for temporary modifications. Eventually, I hope to completely rewrite the entity menu links module so that it more fully uses the entity API.

Menu Valid Target

Component type

module

Categories

Maintenance status

Development status

Downloads

1062

Component created

Component changed

Menu Valid Target allows users of your site to open menu links in a new tab or
window. This is done by only using Javascript without the deprecated target
attribute in order to be XHTML compliant. Menus can be configured to allow for
this setting on their menu links.

Links in such menus provide an option to open them in a new window. This is also
available when editing a node under the "Menu settings" tab.

TOC Node

Component type

module

Maintenance status

Development status

Downloads

3077

Component created

Component changed

Provides a Table Of Contents for a node page, which includes all the content of the node.

The TOC will display automatically above content, and is also available as a block, so can be placed anywhere on a page.

This module uses PHP DOMDocument to manipulate content, so may be faster and more accurate than other modules that use a regex approach.

Acquia Mobile Redirect

Component type

module

Maintenance status

Development status

Downloads

2027

Component created

Component changed

In the Acquia Cloud platform, you can redirect site visitors in the Varnish layer, based on the devices they are using, as determined by the user-agent HTTP header in the request. You can do this by using your web site's .htaccess file to set HTTP headers in the response.

However, when you configure Acquia Cloud to use PHP-FPM, the .htaccess file is no longer able set http headers and these redirects stop working. To get the redirect headers to output again, you'll need to generate them in PHP code instead.

Accessible Mega Menu

Component type

module

Maintenance status

Development status

Downloads

2775

Component created

Component changed

Summary

This module provides integration with the Accessible Mega Menu jQuery plugin. An Accessible Mega Menu block is created for each menu. Accessible Mega Menu is an open source jQuery plugin provided by Adobe Accessibility (https://github.com/adobe-accessibility).