Contentflow

Component type

module

Maintenance status

Development status

Component created

Component changed

ContentFlow is a flexible CoverflowTM / ImageFlow like flow written in javascript, which can handle any kind of content. It supports all new and old major and not so major browsers. It's distributed under the MIT License.

With ContentFlow it is now possible to have any number of flows within one web-page.

This module provides a CCK formatter for use with filefields.

Extended Drupal Package

Component type

module

Maintenance status

Development status

Component created

Component changed

Summary

The Extended Drupal Package is used to add Best Practices to your Drupal installation. Ready-to-go implementations are provided to be used as a layer in any kind of Drupal project.

The package is mainly build for developers as a nice and handy library to use within their development process. Contact me if you have any ideas or suggestions to what might be useful for the package. Also don't hesitate if you're interested in becoming a co-maintainer for this project.

Barracuda

Component type

module

Maintenance status

Development status

Downloads

4538

Component created

Component changed

The Barracuda (part of BOA) project has moved to Github!

* Use our Github project for contributing code, or reporting bugs, or requesting features.
* There is also a Gitter community channel.

New releases announcements are posted on Twitter

Captcha-free Form Protection

Component type

module

Categories

Maintenance status

Development status

Downloads

16188

Component created

Component changed

The Drupal 8 version is released and has protection for all the forms as shown in the image. The only thing missing is protection for Webform and that module is not nearly ready for release at this time. Try this module especially to eliminate those robot user registrations and having to go in and delete all the bogus users. All without having to use the annoying captcha.

webform-fivestar

Component type

module

Maintenance status

Development status

Downloads

7495

Component created

Component changed

A module to include a fivestar rating component within webform.

The code is stable and it mainly implements webform component hooks. Bugs and feature requests welcome.

Requires the Webform module http://drupal.org/project/webform and Fivestar Module http://drupal.org/project/fivestar

VoIP Drupal

Component type

module

Maintenance status

Development status

Downloads

24462

Component created

Component changed

---
Check the new VoIP Drupal fact sheet: http://bit.ly/voipdrupalfacts
---
VoIP Drupal is an innovative framework that brings the power of voice and Internet-telephony to Drupal sites. It can be used to build hybrid applications that combine regular touchtone phones, web, SMS, Twitter, IM and other communication tools in a variety of ways, including:

Cron Debug

Component type

module

Categories

Maintenance status

Development status

Downloads

27637

Component created

Component changed

Debugging cron jobs in Drupal 7.x

Cron Debug will help you find cron processes which

  • fail due to programming or runtime errors
  • time out (PHP, server, database)
  • are very slow

Cron Debug will also allow you to test run specific cron functions while not running others. This can be nice for developing cron functions where you don't want to run a full cron.php with all maintenance, alerts and other tasks every time you test your own function.