Bulk Field Process

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates a framework for performing actions against field data. This all happens via direct queries which makes fast and also dangerous as none of the Drupal hooks are invoked.

Example use cases could include

- Updating data in every "text" type field
- Permanently replacing a token
- Updating any field value to a new default value

SMS.ru integration for Drupal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Very basic implementation of SMS.ru API for Drupal with Rules integration.

For now only implemented method is - send/sms. If you need another, you can make it by yourself ;)

Install

  • Download, extract and place it as all modules. Better to place this module to /sites/all/modules/custom.
  • Navigate to modules page and enable it.
  • Go to settings (admin/config/services/smsru) and set API key.

Settings

SypexGeo

Component type

module

Maintenance status

Development status

Downloads

82

Component created

Component changed

This module provides local based ip geolocation based on SypexGeo City database. It is fully free and has frequently updates.

How to use

Installation

At first you must download and install module as usual. Then you need to download SypexGeo PHP library and SypexGeo City database. You can do it in two ways:

First way - manually:

Extensions API

Component type

module

Categories

Maintenance status

Development status

Downloads

687

Component created

Component changed

The Extensions API is a simple module which offers some URL's providing JSON data about the enabled and disabled modules and themes and their current versions. Along with that the module offers the current Drupal core version. When the core's update module is enabled it also offers the update status.

The module can be used by external systems to monitor the extension usage and update status of the Drupal site.

External systems can retrieve the data using a configurable token.

WhyWebs Drupal Module Builder

Component type

module

Maintenance status

Development status

Component created

Component changed

Whywebs Drupal module builder will help you to build your own module in less time and effort.

Features:
-build all files needed to start a new module
-Auto build a new content type and new node to each module
-Ability to download the files as a package
--Each package includes your major 3 files under the name you picked
-Build your module depending on your editors php, which also you can use it instead of using external software (ex.sublime..)
-Free and it will always be free
-Always will be new features added to it

Machine Field

Component type

module

Categories

Maintenance status

Development status

Downloads

584

Component created

Component changed

Have you ever made unique templates for exact nodes?
Will you remember after six month what's with node--page--38612?

This module gives you:

Views WaterFall Display

Component type

module

Maintenance status

Development status

Downloads

746

Component created

Component changed

Introduction

This adds a new display style to views called "WaterFall". Similar to how you
select "HTML List" or "Unformatted List" as display styles.

This module apply waterFall js from
http://www.jqueryscript.net/layout/Pinterest-Style-Responsive-Web-Layout...