Codit Local

Component type

module

Maintenance status

Development status

Downloads

1516

Component created

Component changed

This module is the container for customized code for a site. It must be used in conjunction with Codit.

Codit: Local should reside in the site specific module directory as a 'local' module for just that site. It should not reside in sites/all or be used as a git submodule.

This module provides the container for site specific elements like

Field Conditional States

Component type

module

Categories

Maintenance status

Development status

Downloads

19624

Component created

Component changed

Description

With the Field Conditional State module you can change the state of any supported fields form element depending on the content of other fields. This is done by providing an UI for Drupal's States API.
All the changes made to a form by FCS (Field Conditional States) utilize only the States API and therefore are clientside only.

This module requires Drupal 7.14 or higher

Role Notify

Component type

module

Maintenance status

Development status

Downloads

702

Component created

Component changed

Role Notify is a light-weight module to work as an alternative module for simple notifications.
It basically helps you notify all registered users of a selected role when a new content is published in the site.

Features

  • Per content type notification
  • Per node notification
  • Per role notification
  • Token module support
  • Handy role permissions administration

Future release will extend this module to work on

WYSYWG Inline Autocomplete API

Component type

module

Maintenance status

Development status

Component created

Component changed

This module defines a plugin API for the CKEditor module that allows other modules to define inline autocomplete lookups for users as they are entering content. This module is designed to work with the @mentions module (https://drupal.org/sandbox/shawn_smiley/2169711)

IPLocation

Component type

module

Maintenance status

Development status

Component created

Component changed

Feature :
- Define a country's name by ip when they visited your web.
- Allow some country to access your website
- Restrict spam
Guide :
- You install module "iplocation"
- Setting countries access web by link : admin/config/development/iplocation/setting
API :
- iplocation_get_country_by_ip($ip = 0) : get country's name by visitor's IP
Return array with structure array('VN','VNM','VIET NAM'); if this county is VIET NAM
- iplocation_alow($ip = 0) : Define ip has permission to allow access web
Return : boolean

sendspace

Component type

module

Categories

Maintenance status

Development status

Downloads

190

Component created

Component changed

This is a developer release only. Settings page and Demo page are still under active development.

API Guide:

To use this API, create a object by using SendspaceRestAPI class under "DrupalsendspaceAPI" namespace.

You need to pass $ApiKey and $AppVer as a parameter while creating the above object.

You must be registered to www.sendspace.com to create an API key.

Full API Guide

EBA: Entity Block Attachment

Component type

module

Maintenance status

Development status

Downloads

3817

Component created

Component changed

Based on the EVA module, this module provides site builders with a way of 'attaching' blocks within the content of any fieldable entity in Drupal (e.g. nodes, users, listing pages of taxonomy terms, etc). The same block is shown on any entity of that type/bundle (unlike Block reference).

Here's an example of the kind of thing that EBA allows site builders to do easily: