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

Apache Solr Term Proximity

Overview

This module applies proximity boosting to Solr searches so that the distance between two or more terms is factored into the relevancy calculation. For example, a search for "blue drop" will rank documents higher that have the terms "blue" and "drop" next to each other in to source text than documents where the words are far away form one another.

When used in conjunction with the OR operator, which is the default setting used by the Apache Solr Search Integration module, the relevancy of documents returned in search results is likely to be improved.

Usage

Apache Solr Term Proximity is used in conjunction with the Apache Solr Search Integration project and is installed like any other Drupal module. It requires no configuration and works out-of-the-box, however the boost factor can be configured along with the other bias settings exposed by the Apache Solr Search Integration module.

There are a few known gotchas that are likely to affect a very small percentage of users.

Maintainer

Booklists

Screenshots of Booklists New York Times bestsellers block and details page

The Booklists module is a library-related module that is used to create listing pages and blocks of bestsellers and popular books, dvds, music, etc.

Facebook Autopost

Facebook Autopost: Rules integration

Obsolete

If you are interested in maintaining this module, please let me know. In the mean time, this module should not be used in production.

Feature creep

Have you ever felt like Features should control more of your site?

drush_sql_dump_hold

This drush extension adds a hold option and argument (e.g. --hold=31) to drush's core sql-dump command,
which lets you hold specified amount of sql dumps before purging the oldest.

Installation

Manual method

Download and extract this extension to a number of places:

  • In a .drush folder in your HOME folder.
  • Along with one of your existing modules. If your command is related to an existing module, this is the preferred option.
  • In a folder specified with the include option.
  • In /path/to/drush/commands (not a "Smart Thing to Do", but it would work).

Drush method

Just install it via drush, type:
drush dl drush_sql_dump_hold

Implementation

This Drush extension just implemented drush_hook_post_COMMAND(), in this case, it is drush_sql_dump_hold_post_sql_dump_execute() , whis is fired after the execution of drush_sql_dump_execute().

This extension has also implemented hook_drush_help_alter(),
to add the hold option to Drush's sql-dump command.

Dokumentation

Supersized

This module makes it easy to implement Supersized JQuery plugin into Drupal system. All available Supersized settings are configurable by UI.

In Drupal language...

A field type "Supersized Slide" comes with this module, and obviously, Supersized background slides are managed by fields of node.

  1. Add a "Supersized Slide" field to any content type. In most of the cases, this would be a multiple value field.
  2. Configure the Supersized options such as transition, interval, etc...
  3. Create a new content and upload beautiful images using the Supersized field.
  4. Yes, there you go! Supersized is just that easy to setup.

Important, make sure your background is transparent, otherwise you will not see the background images by Supersized at all.

Features

  • All Supersized options are configurable by UI.
  • Supersized options can be per field or per node.
  • Context support. Say there is a non-node page that you want to have Supersized on it. You can use this context reaction to assign a node with Supersized based on any Context condition. i.e. a path condition with values of '<front>'.
  • All components are wrapped by theme functions to support full creative flexibilities.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer