Considered feature-complete by its maintainers.

uc_proxypay3_eurobank

This module is a ubercart payment gateway to the eurobank credit card payment system and supports the redirection payment system.

it is a port of the following contrib module in ubercart.org
http://www.ubercart.org/contrib/13345

#D5 - ubercart 1.x
http://www.ubercart.org/contrib/13345

#D6 - ubercart 2.x
Running in the following sites:
http://novest.gr, http://afisorama.gr since 2010

It has multilingual support for the following user defined texts:

  • Payment method title
  • Checkout button
  • Card not authorised message
  • Card error message
  • Card pending message

It can support installements. Administrator can define number of installments as fixed (ex. 0,2,4), or it can be computed live, for example the following code means that if cart amount exceeds 200 euro (or dollars if specified) thenuser has the ability for 0,2,4 installments, 0,2 otherwise:

$cart_items = uc_cart_get_contents();
$cart_total = 0;
if (!empty($cart_items)) {
  foreach ($cart_items as $c_item) {
    $cart_total += ($c_item->price) * $c_item->qty;
  }
}

if ($cart_total > 200)
  echo "0,2,4";
else
  echo "0,2";

PHP can give you the ability to check even user role, or whatever you like, to have more elaborate options.

#D7 - ubercart 3.x
not planned yet

Graze

graze

Features

  • A CSS-based, tableless theme in shades of gray with a subtle textured background
  • One or two sidebars can be added to the main content area
  • An optional region exists between the main content area and the footer
  • Includes a CSS sticky footer
  • Incorporates CSS3 styles such as border-radius, rgba opacity, text-shadow
  • Includes fallbacks for older browsers (e.g. png fix for background rgba opacity)
  • Tested for compatibility in Firefox, Chrome, Safari, Opera and IE

Login Disable

Prevent users from logging in to your Drupal site unless they know the secret key to add to the end of the login form page.

Signup SMS

sms-signup.png

This module allows a user to mark themselves attended for Signup-enabled nodes by sending text messages via SMS.

Dead to me

screenshot.png

Allows users to kill other users (and as a result hide all content written by those users).

Features

  • Allows you to easily "kill" users either via your "Dead to me" page, or via a link on the user's content.
  • Users can be brought back from the dead and "resurrected" to become visible to you again.
  • That's really it. You kill. You resurrect. Lather, rinse, repeat. Just don't enjoying killing too much. But what do I care, it's fun. Do it all you want.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only