The current maintainers are looking for new people to take ownership.

Solr Best Bets

Overview

Apache Solr provides a feature that goes by the name of "best bets", "sponsored searches", or "editorial boosting" depending on the technology you are used to using. Simply put, administrators can configure which documents are explicitly promoted to the top of the search results or excluded from the result set based on the keywords entered by the user. Common use cases are featured product pages in e-commerce applications or a sponsored article that should always be returned first for certain queries.

This module provides an interface for users to configure which content is a "best bet" for various search terms. On the technical side of things, Solr Best Bets generates a valid elevate.xml configuration file that can be deployed to a Solr server. This module does not automatically deploy the configuration file to Apache Solr, as there is currently no mecanism native to Solr that supports this. Users must create their own method for deploying the file constructed by this module.

Webform view

Webform View is a module that allows you to embed a view as part of a webform. Form elements (checkboxes, quantity selectors) are inserted into each result row.

Isotope (with Masonry and Packery)

Isotope.js provides David DeSandro's Isotope jQuery plugin to Drupal as a library. Isotope is a display plugin that comes with several unique layout modes for content, including the ever-popular "masonry" layout. In addition, the plugin also provides several methods for responding to user events like window resizing and real-time sorting/filtering.

Features:

  • Includes Isotope as a library, making it available to other modules.
  • Provides a Context reaction to allow basic configuration of Isotope instances through an easy to use UI (Which are exportable as Features).
  • Stores all Isotope configuration in Drupal.settings making custom implementations/extension of basic functionality easy.
  • Includes an example context feature to show a basic implementation.

Usage:

  • Enable the module to make Isotope available as a library to Drupal
  • Take a look at the example context reaction feature included in the module for a demonstration of a simple configuration
  • Create your own context reactions to configure different instances of Isotope

NetBeans IDE Templates

This is not a Drupal module but an exported set of language-aware code templates to enhance Drupal development with the NetBeans IDE versions 7.0 a

Crossdomain XML

This module implements the crossdomain.xml file on sites that require it. The module provides the ability to hook into the standard output for further customization.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer