Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

CMIS KnowledgeTree

The KnowledgeTree CMIS Drupal project integrates the KnowledgeTree document management system with Drupal and requires the CMIS API module

GMap Direction Extras

GMap_Direx (GMap Direction Extras) is a module that allows the request of directions
from Google's GMap service and stores all details about the direction in the Drupal
database for later view. All those directions are user specific and no route can be
saved more than once.

This module was driven by specific customer request and has been developed in a generic
form to be able to submit this to the open community. However, in the next few weeks it's
like to get changed fundamentally, so you should expect some important changes. Therefore
use with care in production sites for the time being.

After installation and configuration, just visit your account profile at
http://www.example.com/user/your_name and you'll fina a new tab called "My Directions"
or go there directly: http://www.example.com/user/your_user_id/gmap_direx. Here you
find two new tabs to either display all saved locations or add a new one. Everything
else should be self-explaining.

Requirements

Drupal 6 and the GMap module (including a free Google Map API key)

Installation

Install as usual, see http://drupal.org/node/70151 for further information.

Configuration

Configure Gmap_Direx in Administer >> Site configuration >> GMap Direction Extras

Apache Solr Statistics

Popular searches block

This is an add-on module for Apache Solr Search Integration that logs each query including keywords, fields and sort options used, the Solr service response times, spellchecker suggestions and number of results returned.

Requirements

Requires Apache Solr Search Integration.

The charts are generated with the Google Charts API, so while you don't need an API key, you will need a live internet connection to view the charts.

Instructions

Install and enable module. You must first enable logging at admin/settings/apachesolr/stats before viewing any results.

After a few searches you can see results under admin/reports/apachesolr/stats. Below the report header you can select the report's granularity: per minute, per hour or per day. The reports only include recent activity depending on granularity.

Optionally:

  • you can enable a block that will show users popular searches (but only those that returned any results). The block is cached and refreshed after 10 minutes to ensure performance.
  • you can enable a Google gadget that will allow to you to embed a report into iGoogle or other pages; the provides a secret key that can be "revoked" at any time to disable already-installed gadgets. Configure this in admin/settings/apachesolr/stats.

Yelp

The Yelp (formally 'Yelp Search Results') package contains two modules which allow for searching and displaying business results from Yelp, using the Yelp API.

Yelp API

The Yelp API module provides the necessary functions and hooks to query the Yelp API and return results. It does not display results on its own, merely provides a framework for fetching, caching and returning results. To use the Yelp API (and any modules that depend on it) you will need to obtain API keys.

The Yelp API module provides form fields which other modules can add to custom forms to define search parameters. When implemented the Yelp API form fields support tokens and can use the addressfield module for location data (The addressfield module must be patched).

Checkout the 'yelp_api/API.txt' for information on how to use the Yelp API module with your module. Checkout the 'yelp_api/yelp_api.api.inc' for information on provided hooks.

Yelp Blocks

IRC Hispano Webchat

IRC Hispano Webchat module provides integration with IRC-Hispano IRC net by using its flashchat client to connect your web with your channel in IR

Open Library API

This module is designed to be a set of simple wrapper functions for querying book edition and author metadata from Open Library or a service running the same software, using the Open Library RESTful API. It also transparently caches requests, to be kind to the providers of these services.

In addition a set of theme functions are provided, which for many developers may be all they need to achieve what they want. eg:

theme('openlibrary_edition', '9781882114986', 'isbn', 'title');

... will return a book title, linking to the Open Library, and

theme('openlibrary_edition', '9781882114986', 'isbn', 'block');

... will return the cover image for that edition of the book, plus more detailed information about the book (template file provided to make it easy to customise this).

There are also two sample modules included that make use of the API:

Open Library Filter

This is an input filter module which inserts book edition metadata into posts using a simple wiki-like syntax. eg.:

[[isbn:9781882114986]]

... and

[[isbn:9781882114986|block]]

... are equivalent to the two PHP examples above.

Open Library ISBN Formatter

Pages

Subscribe with RSS Subscribe to RSS - Integrations