Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

qTip Form API (Generate fancy tooltips via Form API)

What is qTip Form API?

qTip Form API is a development tool which allows you to create tooltips in code via the form api.
It uses the wonderful qTip plugin (version 2 or compatible).
Link: http://craigsworks.com/projects/qtip2/

How to install

  1. Install the libraries module (required dependency)
  2. Download the qTip2 library: https://github.com/Craga89/qTip2
  3. Rename the qTip folder and upload the qtip library inside your libraries folder, the result will be something like /sites/all/libraries/qtip the qtip js library should be at the path /sites/all/libraries/qtip/dist/qtip.min.js the qtip css library should be at /sites/all/libraries/qtip/dist/qtip.min.css
  4. Now that the library is installed; Install the module as normal

API Documentation

This module works by enabling an extra parameter to each form element.
This parameter contains an array of configuration which is then used to configure the qtip module.

To add a tooltip add the following to any form element:
'#qtip' => array(/*add your configuration overrides here*/),

inside the array you should place all your overrides.

Override settings use the same syntax as listed in the default settings
They are passed in as a php array instead of Javascript.

Settings documentation:
https://github.com/Craga89/qTip2/wiki/Core

File Content Viewer

This module provide additional file content view formatter for file fields.

Features :

Setting up Textarea Title, cols and rows.
Display File Link (Configurable).

Entity bundle Redirect

This module allows to create 301 redirections for unused entity paths, by bundle and language.

Entityreference geowidget

Provides a new widget for selecting entityreferences that have geofield - a map with referenceable entities.

Address Field Peru

This project provides an addressfield format plugin for Peruvian addresses.

forWhereiAm - Basic

List of announcements shown to the user based on where they are

Quick Overview

This module creates a basic widget for displaying all the latest announcements made on the forWhereiAm platform by your organisation (and any of its associated branches) for a given user's location. This module interacts with the forWhereiAm API and implements the client-side flow.

The forWhereiAm platform allows any organisation to target their online and mobile communications from a country wide region, right down to a single postcode. The messages are only seen by users who are in the regions explicitly targeted. Currently forWhereiAm only supports the UK market.

This module adds a jQuery plugin to your site which performs client-side flow requests to forWhereiAm announcements API. It fetches announcements for a given user's location, and displays them in a list form, ordered by the newest announcement at the top. This module can also communicate with the forWhereiAm API to fetch the full details for a given announcement, or optionally rate an announcement where rating of an announcement has been enabled.

This module uses Google Maps v3 API for rendering maps, if enabled.
This module uses AddThis for displaying social sharing buttons for an announcement, if enabled.

Further reading

Pages

Subscribe with RSS Subscribe to RSS - Site structure