Views Exposed Forms #Ajax Support

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views Exposed Forms #Ajax Support

Adds #ajax support to Views Exposed Forms.
Since Views Exposed Forms are $_GET forms only, #ajax callbacks won't work there by default.
This module adds this ability. Just enable it and create your #ajax callbacks for any exposed form
element.

Commerce CheckPay PostNL

Component type

module

Maintenance status

Development status

Downloads

793

Component created

Component changed

This project integrates CheckPay PostNL into the Drupal Commerce payment and checkout systems.
PostNL (Netherlands) offers the CheckPay payment method as a retrospective payment variant. The customer pays at checkout directly to PostNL. When delivering the package, the customer receives a code by SMS which can be used to verify the delivery. The money will then be transferred to the merchant.
Important: The module handles CheckPay without a Payment Service Provider as intermediary.

Flag Logger

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds some logging capabilities for flagging and the flag module for d6, especially global flagging. This can be a useful functional addition if you would like to keep track of global flag logging events which disappear after they are undone. Currently this is just stored in a database table, future enhancements would report this out to the ui and make some views connections available.

Releasing in this proto-form as a sandbox in case this limited functionality would be useful to anyone else.

Cookie-Aware Page Cache

Component type

module

Maintenance status

Development status

Downloads

1864

Component created

Component changed

Cookie-Aware Page Cache module extends Drupal core's default database cache to key page cache entries by cookie in addition to URL.

You may need this if you are preparing different markup for pages depending on the value of a user's browser cookie, and the default database cache is the only caching mechanism available to you. For example, you may be displaying local information on a user's favorite store location, which is kept in a cookie. Or you might be using Context Breakpoint module, which uses a cookie to pass information about the user's screen size to use as a condition in the Context system.

You can specify more than one cookie to take into account when querying the page cache. However, you should only select cookies with limited sets of possible values. The performance benefits of page caching decrease as the number of possible cookie value combinations increases.

Commerce Restrict Area

Component type

module

Maintenance status

Development status

Downloads

1158

Component created

Component changed

Postal code, locality or administrative area filtering functionality for the Drupal Commerce orders. This module provides 2 main modes (whitelisting and blacklisting) which allow shop owners to restrict the areas of a country that they deliver to:

X-Originating-IP email header

Component type

module

Maintenance status

Development status

Downloads

4326

Component created

Component changed

Add the X-Originating-IP header to all outgoing emails to assist with investigation of the sources for spam and unsolicited bulk email.

A standard Drupal install sends email as if it was originating from the web server when in fact, the email originated with a person's web browser. Use this module to include information in the outgoing email header about the IP address of the person who submitted a request to a Drupal website.

VBO Hide

Component type

module

Categories

Maintenance status

Development status

Downloads

1831

Component created

Component changed

VBO Hide module helps to not show the views bulk operation form
when there is no data in the view.
It simply removes the view bulk operation form when no data.

-- REQUIREMENTS --
* Views Module
* Views UI Module
* Views Bulk Operation Module

-- CONFIGURATION --
In view's "OTHER" option under "Advanced" settings tab,
choose "Yes" for "Hide VBO" option if not want to show vbo form when
no data for view. This is a per view basis setting.