Conditional Fields - D7
Component type
Categories
Maintenance status
Development status
Component created
Component changed
A port of the Conditional fields module to Drupal 7.
A port of the Conditional fields module to Drupal 7.
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
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.
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.
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.
This module implements correct daylight savings handling and overrides Drupals own timezone handling.
This module was sponsored by Berlingske Media A/S
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;
}
This module was sponsored by Berlingske Media A/S
This module provides integration between Clickatell and SMS Framework.
Maintainers of this module are not affiliated with the Clickatell Group.
There are no external dependencies or special instructions for Drupal 7 version of this module.
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:
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.