Maintainers are looking for help reviewing issues.

Services-d6

Back port to d6 to fix csrf security issue https://drupal.org/node/2012982 SA-CONTRIB-2013-051

Entity Email

The Entity Email module lets users create their own email templates which can be used to send emails. Emails sent can also be recorded in the DB if needed. Emails can be sent programmatically or by the mean of the Rules module.

Main features:

  • Built on top of the amazing entity API
  • Allow token substitution
  • Templates can also contain attachments (PDF, TXT...)
  • Rules module support, so email actions can be triggered by any Rules
  • Supports the MimeMail module for HTML emails.
  • Build with the fields API
  • Emails sent can be recorded in DB

Required Modules

  • Entity API

Optional Modules

  1. Rules
  2. MimeMail

Installation

Go to the Modules page (/admin/modules) and enable it.

New entities provided by the module

Entity Email Type

Define a new email template with:

  • Label (required) - A descriptive label for the template.
  • Name (required) - Machine name for the template.

Drush adds

This sandbox module holds useful drush extensions for developers.

geoip_lang

logo geoip

This module allows you to use free GeoIP Lite database by MaxMind to redirecting users based on their country or location for an i18n site
For using this module geoip should be insatlled on your webserver .

$ sudo -s
# apt-get install build-essential php5-dev php5-cli libgeoip-dev libgeoip1 php-pear
# pecl install geoip

Next

# echo "extension=geoip.so" >> /etc/php5/cli/php.ini
# echo "extension=geoip.so" >> /etc/php5/apache2/php.ini
# wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
# gunzip GeoLiteCity.dat.gz
# mv GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat

to test use this code

var_dump(geoip_record_by_name('209.202.168.22'));

The Logic

Basically this module tests to see

  • If you have a writable session.
  • If you have already been redirected.
  • Which country you are in.
  • If the URL you requested already has a country code.
  • Which languages are provided for on the site.

This project is inspired by this tutorial.

What this module do ?

  1. Detect the user location

GALoader

Module that hides default drupal ajax loader and expose a custom one in a fixed position. Just install and it's ready to use on any ajax callback.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)