PURL Pathalias

Component type

module

Maintenance status

Development status

Component created

Component changed

Create PURL-based namespaces for URL aliases.

What problem does this module try to solve?

You're developing a website that uses the Persistent URL (PURL) module, possibly in conjunction with the Spaces or Sites modules. PURL creates separate namespaces in your Drupal site, and through modules like Spaces, your website has some nodes/views/pages in some spaces and some content in other spaces.

However, the URL Alias module requires paths to be unique across the entire site. This is a requirement at the schema level, and is enforced in the UI. This means that you can't natively have an "about-us" path point to node/47 in one space, but point to a different node (or view/page/etc.) in another space.

PURL Pathalias attempts to solve this problem by replicating the Path module's functionality, but with PURL namespace awareness. Thus, you can have something like "name1.example.com/about-us" point to node/47, but "name2.example.com/about-us" point to node/48.

Quicktabs Panes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a content_types plugin for Quicktabs so that they can utilize contexts.

Why would I want this module?

If you've defined views that are used in a Quicktabs set, and these views expect certain argument values that are available as ctools contexts.

Quick Jump

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple and handy module that allows you (or mainly the administrators / site maintainer) to quickly navigate to any content or administration pages in Drupal website.

Inspired by Quicksilver app for Mac, this Drupal module was written.

The search box is triggered via hotkey with the help of jQuery Hotkeys library by John Resig.

Weather for us weather widgets

Component type

module

Maintenance status

Development status

Component created

Component changed

By Installing this widget your users can see weather updates for their location on your website. You can get forecast, various units and really beautiful, eye pleasing weather status that instantly seeks your attention. Plugin loads from our optimised servers to server the best version according to browser loading the plugin and be as snappy as possible.

Works with:

  • IE 8 and above
  • Chrome all version
  • Firefox 3 and above
  • Opera 10 and above
  • Android 2
  • Opera 10 and above
  • Safari 4+
  • iOS 4+

Node custom head html

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node custom head html
-------------------------------
by Sergei Tarassov

Description
---------------
This is a small and efficent module that allows you to set custom html code into head section (like meta, script, link tags or else).
You need to set proper permissions to admin module and edit form field "Custom html code for head section".
Enable any node type to allow custom html for head section on settings page admin/settings/node-custom-head-html

Pluggable Mailers

Component type

module

Categories

Maintenance status

Development status

Downloads

666

Component created

Component changed

Pluggable Mailers makes it easier for developers to write new email services for Drupal, by providing an object-oriented wrapper around Drupal's hook_mail() implementation. A default mailer is included.

Pluggable mailers can also be used as a wrapper around the default Drupal mail functionality, allowing you to send an email with just one function (no hook_mail()) required.