Ubercart Cart Tokens
Really need to place some cart items in to your conditional action emails?
Agegate
Many comercial websites who sell age restricted content are required by local laws to display an "age-gate" before content can be displayed. This modules does just that. This is mostly needed by websites who's content promotes alcohol, drugs, gambling, adult content, etc.
When a user arrives at any page of the site, this module displays an HTML overly if a cookie is not present stating that they are of age.
Read moreContextual server variables
The Contextual server variables module allows for server variables ($_SERVER) to be used as Context module conditions.
An example usecase would be running a regular expression or basic check against HTTP_HOST to determine if the site is in Development, Staging or Production mode.
Contextual server variables was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark
- http://twitter.com/Decipher
Required modules
Easy WAMP Drupal Install
I used this project when I had to do a Drupal intensive with a bunch of high school students.
They had Windows boxes and I needed to deploy Drupal to all their computers.
Since they were all beginners, I didn't want them to have to worry about mySQL command-line "CREATE DATABASE db;".
I wanted to make the process completely automated.
I built out a good install profile (with ultimateboy) and installed Drupal on a local wamp stack.
Then I copied out the relevant files (Database, file structure, httpd.conf) and put them on a CD.
To install Drupal, all you have to do is use "Wamp Installer" and run the batch file.
Because this was so incredibly customized, a few things (like the database name) are hard coded, but I'd like to extend this further.
Commerce BIG FISH Paymentgateway
BIG FISH Hungarian paymentgateway for Drupal Commerce.
Implements the next gateways:
- CIB bank
- Escalion
- FHB Bank
- KHB (K&H Bank)
- MPP (MobilPay)
- MPP2 (MasterCard Mobile)
- OTP
- PayPal
- PayU
- SMS
- UniCredit Bank
- Wirecard QPAY
Dependencies:
- Commerce payment
- Libraries api
Try demo: Tesztshop
Install module as usualy.
- Dowload BIG FISH Paymentgateway SDK.
- Unpack files (config.php and paymentgateway.php) from php/lib directory to sites/all/libraries/bigfish_paymentgateway_sdk folder.
- Download Commerce BIG FISH Paymentgateway module.
- Unpack to sites/all/modules.
- Go to admin/modules site. Enable Commerce BIG FISH Payment Gateway module.
Commons Media Galleries
This module provides integration between Drupal Commons 7.x-3.x and the Media Gallery module (http://drupal.org/project/media_gallery).
DISCLAIMER: This module is not an official part of the Drupal Commons ecosystem. If you're running a Commons site and need to add Media Galleries to your Groups, this is a great way to do it —but bear in mind that any official solutions released by the Commons team later on may or may not bear any similarities to this module.
