Maintainers strive to actively monitor issues and respond in a timely manner.

sina open

This is Drupal module of Sina open platform,now it offers partial function of Sina Microblog.

Zabbix client for Drupal

This module enables a Drupal website to send statistics remote Zabbix server using a locally installed Zabbix client. For more information on Zabbix, see http://www.zabbix.org

The Zabbix server can then be configured to monitor the incoming statistics and trigger alerts according to your own specific requirements.

Gain a deeper understanding of your Drupal performance and find those transient problems before they become major issues.

An example Zabbix XML Drupal items is included for your Zabbix server. Refer to the zabbix_items.xml in the example_zabbix_server_configuration directory. This is an export of example_items from Zabbix Server 1.8.2.

Sending custom Zabbix statistics from other Drupal modules

If you have other Drupal modules that need to send statistics to a Zabbix server then you can accomplish this one of two ways:
1. Calling zabbix_send() directly:

if (module_exists('zabbix')) {
  $key='drupal.customstatistic';
  $value='100';
  zabbix_send($key, $value);
}

2. Or implementing a zabbix_items function in your module, eg. function mymodule_zabbix_items(). See the existing zabbix_zabbix_items() function as an example.

Installation

See the included README.txt for installation, Zabbix items and Zabbix server configuration instructions.

Spritesheets

Sprites

An easy way to optimize css background images into sprite sheets.

Payseal ICICI bank Payment Gateway for Ubercart

The Payseal - ICICI Payment Gateway module implements the Payseal i.e. ICICI bank's payment processing service (www.icicibank.com) in Ubercart. This will come as a boon to Ubercart users in India looking to use an Indian payment processing service.

What services are integrated?
1. Website Payments Standard - Customers are redirected to Payseal after reviewing their order to complete payment, they return to your Ubercart site once payment is completed.

What does it take to get started?
2. In order to use Payseal - ICICI payment gateway as your payment solution, you must have a payseal account.

To use this module, do the following:

1. Get a merchant account from ICICI bank.
2. Unzip the contents of the module (or upload the unzipped folder named uc_icici)at ../sites/all/modules/ubercart/payment/
3. Enable the module at ../admin/build/modules
4. Enable Payseal - ICICI payment Gateway as a payment method at ../admin/store/settings/payment/edit/methods by ticking the check box for Payseal - ICICI Payment gateway.
5. Enter your Payseal merchant account secret key.
6. Upload the jars files (provided by the ICICI bank as PHP SFA library) to the server. For more detail about how to configure Payseal, please read the SFA PHP Merchant Integration Guide provided by the Payseal and INSTALL.txt file inside the module.

CKEditor Link

CKEditor Link - Use autocomplete to easily create a link to a Drupal node!

A plugin to easily create links to Drupal internal paths

This module is an extension to the CKEditor module.

It also supports CKEditor installed through the Wysiwyg module.

This module allows to easily create links to Drupal internal paths through CKEditor's Link button and dialog.

It is composed of 2 parts:

  1. A client-side CKEditor plugin that adds features to CKEditor's default Link plugin.
  2. A server-side input format filter that converts the raw paths added through the plugin into aliased and, if applicable, language prefixed URLs.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained