Custom Node Access

Component type

module

Maintenance status

Development status

Component created

Component changed

For Drupal 6 (might work for D7?)
The Custom Node Access module provides hook_node_access_custom().

Add custom access callbacks to node/[nid]

Example:

function mymodule_node_access_custom($node, $op, $account) {
  // Grant random access
  return rand(0,1) ? TRUE : FALSE;
}

Credits

This module was sponsored by Berlingske Media A/S

Simple Pay

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SimplePay is a dead simple way to sell a few things on your web site. Create payment buttons on PayPal and copy/paste the code into blocks, CCK fields, or text areas that use the PayPal input filter.

It is a very simple system for very simple needs and easy setup. If you have more complex needs you will want to investigate other solutions, like Ubercart.

This code was developed for and sponsored by Buzzr.

Two modules are included:

SMS simple gateway

Component type

module

Maintenance status

Development status

Downloads

6145

Component created

Component changed

The rationale for this module is that many (or most) SMS gateway services use basic HTTP GET or POST requests, the only difference being the names of the HTTP parameters. This module allows the user to specify the parameter names for sending and receiving messages, so that they dont have to write a gateway module.

This module integrates with the SMS framework module.

Music Player front end for mpd

Component type

module

Maintenance status

Development status

Component created

Component changed

Implements a front end to mpd, the Linux music player daemon.
Use this module to view and control your mpd music player, which streams music to an audio output. It is intended to be used in a home (single-user) installation of drupal.

Taxonomy Views Switcher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows different views to be shown for different taxonomy terms. It redirects the display of the current term page to a view based on the request_path value (ie the visible url) rather than the aliased url.

It is similar in functionality to the taxonomy_views_integration module but it does not change the taxonomy / term user interface.

Hosting queue runner

Component type

module

Categories

Maintenance status

Development status

Downloads

9465

Component created

Component changed

This module allows the Hosting tasks queue for the Aegir project to be 'daemonized' so that tasks are run as soon as possible instead of waiting for a cron run. This makes Aegir appear much more responsive.

This module was inspired by the Waiting queue project.

Requirements

You will need to install something like Supervisor to keep the queue runner running all the time.

Shopping

Component type

module

Maintenance status

Development status

Component created

Component changed

Shopping API integration into Drupal. Shopping content types are turned into Drupal nodes. The module supports shopping.com api categories, items, offers, products, attributes, sort by and search.