Friendlist Graph

Component type

module

Maintenance status

Development status

Component created

Component changed

Friendlist Graph is an add-on to the Friendlist Drupal module.

What?

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.

Views Match Reference

Component type

module

Categories

Maintenance status

Development status

Downloads

296

Component created

Component changed

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".

Postcodeanywhere Addressfield

Component type

module

Maintenance status

Development status

Downloads

1954

Component created

Component changed

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:

Hosting notifications

Component type

module

Maintenance status

Development status

Downloads

1105

Component created

Component changed

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.

Answers Userpoints

Component type

module

Maintenance status

Development status

Downloads

8052

Component created

Component changed

Description

This module adds user reputations to the Answers module. It operates on a point system like that used by StackExchange (see here)

Default Policy for Awarding Points


storelocator

Component type

module

Maintenance status

Development status

Component created

Component changed

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.

Field Redirection

Component type

module

Maintenance status

Development status

Downloads

261853

Component created

Component changed

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).