Just Redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

1079

Component created

Component changed

Drupal provides url alias support in the 'path' core module. But is has a problem. When an alias to a path changes, for instance when a node title is updated, the old url alias is overwritten or removed and gives a 404. This is bad for SEO! This module remembers old url aliases and redirects them to the path as well.

Pathauto Menu Link

Component type

module

Maintenance status

Development status

Downloads

8651

Component created

Component changed

If you use parent menu links to generate paths within Pathauto, you'll notice that the resulting path is only updated when a node is saved, which means that if you simply move a menu link item within a menu so that it has a different parent, the path is immediately out of date and no longer correct.

This module fixes that by forcing an update of the Pathauto-generated path when a menu link item has been updated, based of the link's new position within the menu tree.

Should this be in the Pathauto module itself? Maybe.

Fix Absolute Links

Component type

module

Maintenance status

Development status

Component created

Component changed

When working on different environments, such as development and production, absolute links are often accidentally entered in a page's content. This can happen through either copying and pasting an internal URL or simply typing it in, and it poses a problem when the website is moved to a different environment - especially production.

Having an absolute link pointing to a development environment when a website is live is certainly an unwanted situation, and that's what this module aims to prevent by:

Views breadcrumb

Component type

module

Maintenance status

Development status

Downloads

3339

Component created

Component changed

This module will help you to set the breadcrumb only for views pages in Drupal 7.x.

INSTALL
==========

1. Extract module into /sites/all/modules folder.
2. Enable "Views breadcrumb" and "Views breadcrumb configuration" click the configuration button on /admin/modules page.

USAGE
==========

Go to admin/structure/block/manage/views_breadcrumb/views_breadcrumb_block/configure and only do the steps follows,

Unique menu items

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sometimes building menu structure we have a problem when handling several menu items with the same path. This causes that active links are duplicated and as a result active trail can be incorrect.
Unique menu items is a Drupal module which solves this problem creating new unique links that lead to the same content as the original path.

Pathalias Language Reset

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will bulk update the URL pathalias to any specified language.

This is useful for sites that are using i18n and this site has a lot of contents and all of them are in different languages then you uninstall i18n for some reason. Doing this will introduce access problem (404) to any local language path aliases. Now, this module is the solution to that in order to reset all the affected aliases to default which is 'LANGUAGE_NONE' or 'und'.