Expire Questions

Component type

module

Maintenance status

Development status

Downloads

1459

Component created

Component changed

"Expire Questions" extends the Answers module.

Answers provides a question & answer service. Users can post questions and other users can answer them.

Expire Questions enables questions to automatically "expire" after a preset amount of time has past. The goal is to focus attention on the most recent questions and for contributors to not be distracted by questions for which answers may no longer be needed. After a question expires, it is locked and answers can no longer be provided.

Smiley Slider

Component type

module

Maintenance status

Development status

Downloads

974

Component created

Component changed

This is an API module; it just provides a new form element type for use in
other modules. Just set '#type' => 'smileyslider' and optionally set the
#range to a positive integer (it defaults to 10) and the value of the
element when submitted will be an integer between 0 and the #range,
indicating the user's happiness. For example:

  $form['smiley'] = array(
    '#type' => 'smileyslider', // required
    '#range' => 100, // defaults to 10
    '#title' => t('Happiness'), // only shows for users with JS disabled
    '#required' => TRUE,
    '#default_value' => rand(0, 100), // random amount of happiness
  );

Because it only provides a new form element type, this module has no effect on
your site by itself. Another module has to use the form element type.

Fast node access rebuild

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was designed to solve the specific problem of rebuilding the node access table quickly.
This task would sometimes take the standard Drupal system tens of hours on sites with hundreds of thousands of nodes. Add to this, the fact that the standard drupal node access rebuild removes all access entries before rebuilding, and this can cause a site to be unavailable for many hours if the permissions have to be rebuilt.

Commerce Order Types

Component type

module

Maintenance status

Development status

Downloads

8927

Component created

Component changed

Note:I have not had access to an active Drupal Commerce site for quite some time, so development of this module is limited to what users can contribute on the issue queue. Thanks!

Filefield Revisions Display Formatter

Component type

module

Maintenance status

Development status

Downloads

355

Component created

Component changed

This project provides a CCK display formatter which shows all the past revisions of a file that were previously attached to the node, using core Drupal's revision system.

This module provides several theme functions which can be overridden and customized by renaming and copying to your theme's template.php file.

Asset cache

Component type

module

Maintenance status

Development status

Downloads

612

Component created

Component changed

Generic helper module to allow external resources such as CSS, JavaScript and images to be fetched and cached locally.

Once this module is ready and ported to 7.x it will be used to replace some custom logic in http://drupal.org/project/agrcache

The module does not do anything by itself, if you're not writing a module or installing one that adds it as a dependency, you don't need it.

Initial development of this module was sponsored by Zinch.

Brain Forum

Component type

module

Maintenance status

Development status

Downloads

7041

Component created

Component changed

Brain Forum is an entity based, easily customizable discussion forum for Drupal 7. It uses Views to display content and Entity API to handle the CRUD operations. It also supports BBCode. See README.txt for instructions.

ExactTarget SOAP

Component type

module

Maintenance status

Development status

Downloads

1245

Component created

Component changed

This module integrates Drupal with the ExactTarget SOAP API.

If you use the ExactTarget XML API you should use the ExactTarget API module.

This module provides no functionality on its own, it's just an interface to the ExactTarget SOAP API.

Development of this module was originally sponsored by The Economist for use on www.economist.com.

Auth SSL Redirect

Component type

module

Maintenance status

Development status

Downloads

5039

Component created

Component changed

Redirect authenticated users to HTTPS version of page when they visit over HTTP. This module is a companion to Secure Pages or when entire site is over SSL.