Path Finder

Component type

module

Categories

Maintenance status

Development status

Downloads

1145

Component created

Component changed

Please note: In its current release this module is not suitable for inexperienced users as it requires configuration via a PHP file. If sufficient interest in this module is evident, I will add a configuration UI. (Contributions welcome).

Site Redirect

Component type

module

Maintenance status

Development status

Downloads

476

Component created

Component changed

Redirect users to another site based on their I.P. address and country code.

User Case

A .com site has bee closed down, all traffic to that site is re-directed to a .co.uk site

Redirect rules are set up so that:

example.com/path_1

goes to:

example.co.uk/site_redirect/path_1

This module then detects the country code of the user based on their
IP address, and redirects the user to the site appropriate to their
country, if a site exists.

Entity aspect

Component type

module

Maintenance status

Development status

Downloads

998

Component created

Component changed

This module provides a convenient API to create sub-pages for entity urls.
E.g. node/%/about, or taxonomy/term/%/related.

Sub-page definitions can be specific to an entity bundle or any other subset of entities.
Different modules can independently define sub-pages on the same route, e.g. node/%/about, each with their own logic for page title, access check, tab and navigation settings, and page delivery.

Legacy Redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

1545

Component created

Component changed

Use this module if you have an older site that did not make use of clean_urls.

This module adds support for Drupal urls that use the index.php?q=path/to/page style and will forward those requests to their new url. This avoids breaking links which may have been indexed by Google or saved as bookmarks. All forwarded links are sent as 301 Permanent redirects. This module requires no configuration and has no dependencies.

Context Cookie

Component type

module

Maintenance status

Development status

Component created

Component changed

Exposes cookie ($_COOKIE) variables to Context. Works similarly to Context Session and also allows to check wether a cookie has a specific value.

A useful usage of this module can be for flagging a context to enable or disable based on some event by simply setting or unsetting a cookie.

This is a sandbox project so get it using Git:

Strict 404

Component type

module

Categories

Maintenance status

Development status

Downloads

558

Component created

Component changed

By default, a Drupal site allows undefined arguments on any system path instead of returning 404 Not Found (e.g. http://drupal.org/node/1/asdlfkjadlfkdjaflakjsldkfa). The Strict 404 module overrides this behavior and enforces 404 responses for paths that are not actually defined in the menu system.

Breadcrumb2

Component type

module

Maintenance status

Development status

Downloads

6833

Component created

Component changed

In contrast to the other breadcrumb modules this module provides a new, fieldable 'breadcrumb' entity - leverage the power of fields! Some of the code was copied from Profile2 module. Thanks to fago.The module is aimed to provide a simple, but extensible solution providing breadcrumbs.

Idea

1, Breadcrumb is an entity, include:
(1),path, a property, which store the unique internal path, only support specific path such as node/1
(2),link, it is a multi values link field, store trail links.