Avoid 404

Component type

module

Maintenance status

Development status

Downloads

775

Component created

Component changed

This module is built to avoid 404 (page not found) error. This is done by automatically redirecting to the page with the most similar alias, compared to the one entered via URL.

Difference between Search 404 and Avoid 404

Search 404 performs a search on the keywords in the URL, e.g. if a user goes to http://example.com/does/not/exist, this module will do a search for "does not exist" and shows the result of the search instead of the 404 page. Search 404 performs the search in the content.

Context Magic Menus

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Have you ever created a node that needed to live under a parent menu item but didn't
want to actually create menu items for each node? Context Magic Menus solves this problem.
It traverses the menu links table and finds the closest menu link to its path and sets it
as active. It was designed primarily to be used with menu_block and context.

Menu Empty

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows for the creation of placeholder items in the menu system that links to nothing (i.e. the has tag - #). This is useful when creating a menu structure where some menu items are simple placeholders to convey the structure of a website.

Installation

Download and place the module in your modules directory as usual (sites/all/modules) and enable it.

Usage

When creating new menu links (admin/structure/menu/manage/.../add), use <empty> in the Path input field and the menu link will link to nothing.

Custom Active Menu Item

Component type

module

Maintenance status

Development status

Downloads

2864

Component created

Component changed

This module provides an easy way to indicate which menu item is active adding the active CSS class depending the path that the users are seeing.

IMPORTANT
This assumes they are using theme('menu_link') for the menu rendering to html.

FEATURES

Galaxy Url Rewrite

Component type

module

Categories

Maintenance status

Development status

Downloads

501

Component created

Component changed

[EN]


With this module you can create simple aliases, or aliases with dynamic parameters. Dynamic parameter describe with symbol "%". No limitations on parameters number.
For example simple alias is "university/ab/abiturient" > "abiturient". This synonym will change internal address "university/ab/abiturient" to "abiturient" for each link generated with l() function, and external address (specified in the address field of web-browser).

Directory based organisational layer

Component type

module

Maintenance status

Development status

Downloads

6968

Component created

Component changed

This module is unsupported due to a security issue the maintainer didn’t fix. See Directory based organisational layer - Critical - Unsupported - SA-CONTRIB-2017-096 for details.

If you want to use this module, your options are:

  • Choose another, actively maintained module instead
  • File an issue in the queue with a patch to fix the module and then contact the security team to have your version reviewed and the project handed over to you following the unsupported project process.
  • Hire someone to fix the security bug so the module can be re-published and supported (Consider hiring companies listed in the Marketplace)

This module adds a new organizational layer to drupal, making it easy for managing large numbers of files and nodes. It allows the creation of onthefly directory structures and upload of mutliple files at once. Jpeg files are displayed as slideshows, other files can be downloaded from a block.

The "Directory based access control (ACL)" module allows the definition of per directory access permissions, and the "Directory based field" module allows adding nodes to directories.

Please read the installation instructions below for any details.

Workflow Purl Integration

Component type

module

Maintenance status

Development status

Downloads

1571

Component created

Component changed

Screencast of what this module provides
This module integrates the Workflow module with Purl (Persistent URLs). This currently only works with Spaces OG as the PURL provider but that use-case makes the most sense at this time. Here are some applications for this:

Create consistent naming conventions for Spaces in Atrium that are tied to anything that provides a token

Allow for simple, consistent modification of PURL for an organic group, providing an overall better user experience

Page Manager Pathauto

Component type

module

Categories

Maintenance status

Development status

Downloads

2955

Component created

Component changed

Use the dev version of pathauto to work with this or any 7.x release that is released on or after 2011-Oct-27

Page Manager Pathauto is pathauto integration for page_manager generated pages. Currently supports adding aliases via page_manager context objects from within the page_manager interface as well as generating those aliases on initial page visit. Aliases are generated en-mass through drush. This is an attempt to prevent especially large alias matches from being impossible to generate. It won't be 100% but it should get most people most of the way there.