Sometimes when working with large database generated sites, or administrating large user-generated content sites you can end up with hundreds of empty taxonomy terms and tags.
Allows to apply a sexy, graphical button style using CSS Sliding Doors technique in a generic way. Auto-applies to all form buttons, but can also be applied to any list item or hyperlink having the CSS class .button.
Additionally wraps all form actions/buttons throughout a Drupal site into a consistent <div class="form-actions"></div> markup container, which is awesome for theming.
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.
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.
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.