Twiter Tweets Ticker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a block showing tweets one by against a twiter username.
For "X" seconds a tweet will be displayed and then next will be visible after that. Currently "X" is equal to 4.

INSTALLATION AND CONFIGURATIONS:

Image grayscale to color

Component type

module

Maintenance status

Development status

Component created

Component changed

Module makes rollover images from grayscale (black and white) to colored.

Usage:
1. Install module.
2. Wrap your images in two any elements with specific classes:

<div class="grayscale-effect">
  <div class="grayscale-effect-target">
    <img src="..." />
  </div>
</div>

or

<a href="..." class="grayscale-effect">
  <div class="grayscale-effect-target">
    <img src="..." />
  </div>
  Foo bar baz
</a>

Profit.

Paypaad for Drupal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is a fork of Sepehr Lajevardi's Paypaad API:
https://github.com/sepehr/drupal-paypaad-api
https://github.com/sepehr/uc-paypaad

I have merged those two projects and created this new module.
The Sepehr Lajevardi's Paypaad API was designed to work with ubercart 2 with drupal 6
But this one is for Drupal 7 and ubercart 3.

This also includes a few bug fixes and improvements.

EZPrints

Component type

module

Maintenance status

Development status

Component created

Component changed

EZPrints is a printing company that offers printing order fulfillment through an online

This is a Drupal project for pushing interacting with the order API, via CURL XML requests. This projects has not offical EZPrint involvement or approval.

Commerce CTools Extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides extra CTools integration for Commerce.

Currently contains:

Product Reference

  • Relationship: Default Product from Content (wraps commerce_product_reference_default_product())

Webform auto pagebreak

Component type

module

Maintenance status

Development status

Component created

Component changed

At one of my projects I faced with polls.
My customer wasn't familiar with drupal admin system, so to make it easy way of creating webforms I add this module.
Main logic of work :
after insertupdate of webform all pagebreaks removing and new one will be created after each of user components.
all this process works with form builder cache.

Very simple and it was very useful for me.
Hope it helps you too.

Commons Correct Answer

Component type

module

Maintenance status

Development status

Downloads

1216

Component created

Component changed

This module adds Correct Answer flag functionality to Drupal Commons 3.x similar to that found on sites like stackoverflow.

Features

  • Only one answer per question can be flagged as being the correct answer.
  • By default, the user that posts the question is the user that can flag the correct answer.
  • Supports integration with the og_flag module so that group administrators can change the labels and permissions of the flag on a group by group basis.

Requirements