Ping.FM Block

Component type

module

Downloads

2922

Component created

Component changed

As of 2.0, this module extends the ping.fm module, rather than standing alone (that is, this module now depends on the ping.fm module). This module creates a single block, at the site level, to display recent updates received through ping.fm. The ping.fm module handles setting up the custom URL, and instructs you how to do so (hint: edit your account; you will need to add a new service to your ping.fm, which is the "custom URL" shown in your account information).

Media Player

Component type

module

Downloads

1550

Component created

Component changed

This module provides a home-grown flash media player for video and audio playback. It's written in OpenLaszlo to make modifications relatively easy for developers and requires no flash IDE. It plans to provide an extensive API for custom administrative modifications as well.

Calls made as follows:

Sphinx (Sphinx search integration)

Component type

module

Maintenance status

Development status

Downloads

5035

Component created

Component changed

Right now is being developed a new Drupal 7 version, support for xmlpipe2 and a better documentaiton.

This module integrates the Sphinx full-text search daemon with Drupal. Sphinx is a full-text search engine, distributed under GPL version 2. See more at http://sphinxsearch.com

Current features include:

Sage Pay Go Direct Payment Gateway for Ubercart

Component type

module

Maintenance status

Development status

Downloads

8704

Component created

Component changed

This is a payment gateway for Ubercart that implements v2.23/v3.00 of the "Direct Integration & Protocol Guideline", allowing Ubercart to accept credit card payments via Sage Pay without redirecting the user offsite. It can process 3D-Secure transactions through the "Verified By Visa" and "MasterCard SecureCode" schemes.

Creative Commons Widget

Component type

module

Maintenance status

Development status

Downloads

744

Component created

Component changed

Turns a regular CCK text field into a field for selecting and displaying Creative Commons licenses. Makes use of the Creative Commons web services to fetch information on the current license variations and versions for given jurisdictions.

Users looking for a Creative Commons license module should also consider:

urlBorg

Component type

module

Downloads

757

Component created

Component changed

urlBorg make short url for nodes uri using http://urlborg.com web services.

urlBorg.com is one of the 100s of services that will help you create a "shortcut", for a long URL.
urlBorg.com just tries to "get it right".

For use it, you will need to login at http://urlborg.com/a/account using your GMail email and password and get a urlBorg API key.

Dash Media Player

Component type

module

Downloads

48893

Component created

Component changed

Note: This module is being merged into the Mediafront Module. The Drupal 7 version of MediaFront will have the Dash media player included in the module download. For Drupal 6 users, there will be an update to this module in soon time that will add the Dash media player within the Mediafront module.

A media player built for Drupal CMS

This module is a helper module for the new Dash Media Player.

Sphinx search

Component type

module

Maintenance status

Development status

Downloads

6587

Component created

Component changed

This module integrates Drupal with Sphinx Search, a full-text search engine available under GPL version 2. It can be used as a drop in replacement of Drupal search framework. It also offers tagadelic and faceted search support. Sphinx can be installed on the same server Drupal is running, however it is recommended to do so on a different one. You can even partition indexes, each managed from a different server, so Sphinx provides an ideal alternative when you need to implement a fast and scalable solution for your site.

Requirements:

  • PHP needs to be compiled with --enable-memory-limit.
  • Sphinx 0.9.8 and up (shell access is required here)

Features:

  • High search speed (avg query is under 0.1 sec on 2-4 GB text collections), high scalability (upto 100 GB of text, upto 100 M documents on a single CPU), distributed searching, phrase proximity ranking, stemming, stopwords, etc.
  • Search page with options to filter by author, content types (configurable), taxonomies (configurable), support for all, any and phrase matching modes, sort by relevance, date created or last updated time, ascending or descending. It also provides options to customize search results page (size of excerpts, results per page, easily themable, etc.). Separate flood thresholds per anonymous and registered users. Options to log or not to log search requests.
  • Configurable tagadelic alike pages and blocks (tag clouds). Term links can be taxonomy managed or set to start a new search with predefined filters.
  • Basic faceted search support using a block that is displayed only under the context of search pages. It complements the advanced search form with facets for taxonomies, content author and content type.
  • Modular design to make it easy to reuse functionality so it's open to create external modules based on this one to provide alternate search interfaces to deal with different kind of things. It is all around content, which means nodes, though. Future versions will add support to extend indexes with additional fields, etc.
  • It is possible to set the path for the search page from the admin panel, so the search page provided by this module can co-exist with anything else you might have installed in your site. Choose an unused path that better suits your needs and go. Usage of this module is independent of Drupal core search for content, so you can disable Drupal core search completely. If you need Drupal search framework to provide search capabilities of different kinds, such as searching for users, then you may wish to take a look at Core Searches module.
  • This module implements methods to build Sphinx indexes using XMLPipe source type. This makes it possible to index any kind of text around nodes. For instance, it is possible to index comments, CCK fields, etc. The XMLPipe generator uses nodeapi 'alter' and 'update index' to allow external modules alter and/or inject extra text to be indexed, the same way Drupal search works. Please, check out the README.txt of the project for installation instructions, and deeper overview of implementation details.
  • Administration panel with options to customize Sphinx searchd connection, Sphinx Client API settings, etc. There's also a "Check connection" option that is aimed to help us diagnose connection issues.
  • Sample script for managing the Sphinx searchd daemon (start/stop/restart) and also options to build main/delta indexes. Sample sphinx.conf and logrotate script. See contrib subdirectory of the package.