Maintainers strive to actively monitor issues and respond in a timely manner.

Redirect to profile

mymodule.info---------------------------

; $Id$
name = Redirect to profile
description = redirect to profile page.
core = 6.x
version = 6.x-1.0

Path Finder

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).

In a nutshell

This module helps with some path management and SEO issues. It provides an alternative method of automatically generating a short URL such as mysite.com/abc to route your visitor to content (nodes, comments, users profiles, taxonomy terms). Additionally, a longer "friendly" URL such as mysite.com/abc/seo-friendly-url can be used, which can be changed at any time without 404 issues, as long as it begins with the short URL. The short URL can be redirected to the long URL for SEO purposes.

In other words, urls become:

www.yoursite.com/SHORT-CODE/any-additional-info-for-seo-and-user-friendliness-this-can-be-changed-at-any-time

Features:

  • Short urls and SEO/user-friendly ulrs
  • Greatly simplified management of path aliases (nothing to do!)
  • Integration with PathAuto
  • Multi-language support

What is it for?

Search API Grouping

This module allows you to group search results as well as denormalize entities when indexing them.
Bot functions are based on the available entity fields.

This functionality becomes handy especially when searching / sorting on multi-value fields has to be done.
E.g. Solr doesn't allow sorting on multi-value fields, further it can't handle the relations between two properties of the same multi-value field.
A denormalized index for entities enables us to do proper searching and
sorting even when multi-value fields are used.

Example of denormalization if we have the following node:

node = {
    nid: 1234,
    field1: [1, 2, 3],
    field2: [1, 2, 3]
}

Following entries in our search index if the denormalization bases on field1 & field2:

NID,        field1,       field2
-----------------------------
1234       1              1
1234       1              2
1234       1              3
1234       2              1
1234       2              2
1234       2              3
1234       3              1
1234       3              2
1234       3              3

Installation

Attention
This module has following version specific dependencies:

  • Search API version >= 7.x-1.6
  • Search API Solr >=7.x-1.0

Usage

Denormalization

Webform Views

Adds Views support to Webform (submission data).

Settings Share

Share settings across a network of Drupal sites

This module allows you to share settings across a network of Drupal sites.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained