NZ Fuel Saver

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a module that pulls car fuel ratings from the New Zealand Govt website.

This module has also been built for WordPress and Codeigniter

CCK Featurelist Field

Component type

module

Maintenance status

Development status

Downloads

1394

Component created

Component changed

Description:

Featurelist extends the cck "tablefield" module to be to able select icons (available, not avaliable, optional, none - all configurable!). It allows you to create a table of "iconed" features. A feature list is being created as CCK field.

This module may be very interesting for many use cases to show differences between configurations, offers and others in a nice styled way and easy to maintain.
You may want to have a look at the demonstration site to see live use cases.

Datefield Expire

Component type

module

Maintenance status

Development status

Component created

Component changed

Back in 2006 (Drupal 4.7) I wrote a module for the automatic unpublishing of events after the date had passed. Rather than create a contrib module, I simply pasted in a forum: node/77166. Various people suggested improvements and over time it has been upgraded to D5 and then D6. The Events module has given way to the CCK date field and the module has picked up some flexibility along the way. Finally it has been re-named datefield_expire and I have decided it was time to contribute it properly.

OG Private Content

Component type

module

Maintenance status

Development status

Downloads

1788

Component created

Component changed

Organic Groups Private Content is a simple access control module for Organic Groups. It allows users with the 'access private group content' permission to set content within a group as private. Private content is then only accessible to people with the same permission.

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

Clickatell for SMS Framework

Component type

module

Maintenance status

Development status

Downloads

7475

Component created

Component changed

This module provides integration between Clickatell and SMS Framework.

Maintainers of this module are not affiliated with the Clickatell Group.

Drupal 7

There are no external dependencies or special instructions for Drupal 7 version of this module.

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.