Absolute Path

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Simply sets a global $absolute_path variable and a helper function for Drupal base absolute path. This might seem ridiculously useless, but it was extremely helpful in my own developments.

Usage

  • $absolute_path global variable.
  • absolute_path() helper function.

Recently Viewed

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

The module tracks recently viewed nodes for both anonymous and authenticated users.
It provides an API function for others to get a list of recently viewed items and also defines a configurable recently viewed items block. You might want to make use of the recently_viewed_views submodule which provides a customised default View to benefit the endless flexibility of Views.

Search Redirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Skips search results page & redirects user to a specific page under configurable circumstances.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

Installation

  • Enable the module as usual.
  • Goto admin/settings/search and configure module as you wish.

Recommended modules

It's recommended to use Search Redirect beside:

Searchsense

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

A module suite providing extensible, configurable and fast typeahead ability for the core search. Also it might be used as an API.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

SMS Panel

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

SMS Panel is a module suite to provide SMS Framework with a central management panel.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

Git Filter

Component type

module

Maintenance status

Development status

Downloads

288

Component created

Component changed

Input filter for referencing git commits. Ideally this would be used on d.o

To reference a commit, use git-[project]-[revision-id], the project is a d.o project by default and the revision id is the 7 character short revision id.

FIXME: Write more text

Taxonomy dupecheck

Component type

module

Maintenance status

Development status

Downloads

6234

Component created

Component changed

Taxonomy dupecheck module prevents Drupal administrators from adding duplicate taxonomy vocabularies and/or terms. It's helpful when entering large amounts of terms or vocabularies in situations where each value must be unique. This saves time by preventing administrators from having to enforce a unique value policy through later cleanup of duplicate terms.