GoAway

Component type

module

Maintenance status

Development status

Downloads

8506

Component created

Component changed

GoAway is a dirt-simple, light-weight "Ban By IP" module. It works by redirecting offending anonymous users to a local page or remote URL specified by the admin.

Comment Bonus API

Component type

module

Maintenance status

Development status

Downloads

9784

Component created

Component changed

This module enhances the standard Drupal comment module's API by providing hooks in comment_render(), which allow you to manipulate comment threads in your own way.

It also provides a better comment-wrapper template with the ability to place form on top of comments and other useful stuff (like in Drupal 7). Since this module is not used in the Drupal 7 version of ajax_comments, it will not be ported unless someone identifies a need.

You need this module if:

ImageField Extended

Component type

module

Maintenance status

Development status

Downloads

38017

Component created

Component changed

An extended ImageField widget that adds new form fields to a Image field. It provides the framework to associate new data with an image.

All processing, including storage, is done via ImageField. This module simply allows you to easily extend the currently available form fields; alt, description, title, etc.

A very simple admin interface provides a way of adding textfields, textareas, WYSIWYG textareas and checkboxes. Once defined here, each new form field can be enabled on each widget separately.

Of interest to developers will be a new hook "hook_imagefield_extended_widget" that provides a programmatic way of adding any FAPI elements to the ImageField data form element. This '#tree' element has all of its data automatically saved by the FileField field.

New to the 6.x-4.x Branch

Significant change to the way the module works. This now "extends" the base FileField widget using the new CCK 2.5 alter hooks, which is also a requirement. The update script should convert all of your existing fields. All FileFields and ImageFields can be extended, as can any widgets from other modules that provide additional functionality to FileField. REQUIRES CCK 2.5+

Drupal 7

Due to the refactored nature of file and images in Drupal 7, there will be no D7 port. Recommended replacements include either:

a) File entity and File entity inline
http://drupal.org/project/file_entity
http://drupal.org/project/file_entity_inline

b) Field collection
http://drupal.org/project/field_collection

Dumper

Component type

module

Maintenance status

Development status

Downloads

5762

Component created

Component changed

This module now works on windows servers too (get the dev version). Open admin/settings/dumper and fill in the override path of your mysqldump.exe (If using a wamp, it should be on the same directory of the mysql binaries). Also make sure the GZip compression option is turned off (I'll work on this soon).

This module aims for a quick and easy-to-use database dumper. Very useful on situations where you don't have access to command-line tools.

Fast File Transfer with X-send file

Component type

module

Maintenance status

Development status

Downloads

6110

Component created

Component changed

If your talking about very very very fast file transfer then here is the destiny.

Why xsend module is made for?

xsend is a simple module to help you to speed up your private file transfers. Normally Drupal private file transfer is quite troublesome and not secure if the files folder is located at public_html. This module will also help protect your files from unauthorized access.

Ubercart Product Power Tools

Component type

module

Maintenance status

Development status

Downloads

38095

Component created

Component changed

Details

Product "Power Tools" for Ubercart allows the store admin to hide, disable or preset certain options (SKU, price, quantity etc.) in the Ubercart product creation form.

This is useful when you have Ubercart product classes that do not require all of the possible options, especially if someone less computer savvy will be dealing with data entry.

Unneeded options can be disabled and hidden, or preset and hidden.

Tweakable options include:

Views Fluid Grid

Component type

module

Maintenance status

Development status

Downloads

103462

Component created

Component changed

Overview

This module provides the Fluid Grid style plugin for Views. This plugin displays the view as a fluid grid using an HTML list element.

The plugin settings form provides options to define the width and height of the elements in the grid. But it also provides advanced layout options implemented in separate CSS classes that allow you to define item margins, alignment and a couple of CSS3 properties (box-shadow and border-radius).