Glitch
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Integration with the Glitch API
Integration with the Glitch API
Creates Select Box and Radio/Checkbox Widgets that allow you also add a term to the vocabulary.
Friendlist Graph is an add-on to the Friendlist Drupal module.
This module transposes Friendlist data to a new type of MySQL table (OQGRAPH) and then allows it to be queried in new and interesting ways. For instance, it allows you to play Six Degrees of Kevin Bacon with your Drupal users or find out how two arbitrary users are connected.
Ever wanted to join up a chain of content types to display different aspects about something, but couldn't get Views to join up without including node reference values you didn't want? This module joins up a reverse reference field with the original entity in a View.
Basically, where you have:
A -> B -> C -> A
This module can add an extra condition A.nid = C.nid_a, where C.nid_a is the referenced value in "C -> A".
This module is a variant of Media: Youtube developed by aaron.
This module only works with Drupal 7 and depends on Media module.
About:
Integration of the PostcodeAnywhere service to Address Field module - for UK Addresses only.
When user selects United Kingdom he also have possibility to find his address by postcode (using external service) and prepopulate his address details.
How to configure:
To make it works there are 2 steps:
This is a simple module for the Aegir project that integrates with the Notifications framework. This allows you to receive notifications about task execution in various formats, Email, Twitter, iPhone etc.
At a basic level this module can let you know now immediately when tasks fail, for example if you run a migration task and it doesn't complete successfully, then you could receive a message on your iPhone.
Provides geographic proximity searching for nodes that have been given location data with the location_node module. Searching can be done with street addresses, postal codes, cross streets, or any other search type that can be geocoded with the google maps API. Results are displayed using google maps via the gmap module. It also provides step by step driving directions via google maps API.
In other words, it provides "Store Locator" functionality.
A Drupal 7 field formatter for Link, Node Reference & User Reference, Term Reference (as of v2.4) and EntityReference (as of v2.4) fields that will perform a HTTP redirect to the given URL, node, user, term or entity object page. A field settings widget is provided to allow selection of the appropriate HTTP status code. Featured on the Lullabot Module Monday blog (September 3rd, 2012).