Taxonomy Path Alias

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Taxonomy Path Alias will provide tokens that will contain text when a taxonomy term is present. Requires taxonomy and token module. Pathauto is recommended.

Currently, I only have code that is not customizable - in terms of what taxonomy terms to choose, and what paths to set for them.

This module is now deprecated since Drupal 6 is end of life.

Empty Page

Component type

module

Maintenance status

Development status

Downloads

34084

Component created

Component changed

The Empty Page module is a simple empty page solution. It provides an interface that assists in managing "empty" menu callbacks, mostly used for pages that only consist of blocks.

Argument Picker API

Component type

module

Development status

Downloads

1394

Component created

Component changed

Argument Picker is a simple API to access and elaborate arguments in a flexible way.
Basically it allows, given URL arguments like:

example.com/myview/make:Volkswagen/model:Polo/year:2008/

to retrieve one of those arguments through a function:

arg_picker_get_selector_argument("make")

which - in the specific example - would return "Volkswagen".

This module essentially adds the possibility to assign labels to arguments, through this syntax:

Linkit Node Advanced

Component type

module

Maintenance status

Development status

Downloads

1826

Component created

Component changed

Linkit Node Advanced is an alternative plugin to linkit node for the linkit module. It allows for some additional configurable parameters such as:

  • Viewing published, unpublished, or all nodes
  • Viewing node titles, node ids, author and changed/updated info in the autocomplete field

Update: the functionality this module offers is in the development branch of the core linkit project.

Page manager redirect

Component type

module

Maintenance status

Development status

Downloads

12556

Component created

Component changed

This is a very simple module that exposes a 'redirect' task to the page manager module in the ctools suite. This allows you to define paths that can then redirect to others, all without writing any code. You can use this to do things like:

  • Redirect user profile nodes to the /user/X page that owns the profile
  • Redirect Images in a gallery to their node referenced gallery.

Page Manager Redirect (PMR) is now fully compatible with Drupal 7!

Differences from similar modules

There are a number of other modules that attempt to perform some kind of redirection based on paths. Page manager redirect is different because it can leverage the ctools context system to gather all sorts of useful information from the original URL to construct the redirection URL with. Genius!

Crumbs, the Breadcrumbs suite

Component type

module

Maintenance status

Development status

Downloads

160666

Component created

Component changed

Crumbs calculates breadcrumbs for your site.
It does so by finding the parent of the current page, then the parent of the parent, etc, until it arrives at the home page.

Crumbs comes with a bunch of built-in plugins, that can be individually enabled, disabled and prioritized, and some of which provide further configuration options.

CKEditor Link - A plugin to easily create links to Drupal internal paths

Component type

module

Maintenance status

Development status

Downloads

341681

Component created

Component changed

This module is an extension to the CKEditor module.

It also supports CKEditor installed through the Wysiwyg module.

This module allows to easily create links to Drupal internal paths through CKEditor's Link button and dialog.

It is composed of 2 parts:

  1. A client-side CKEditor plugin that adds features to CKEditor's default Link plugin.
  2. A server-side input format filter that converts the raw paths added through the plugin into aliased and, if applicable, language prefixed URLs.