GMapEZ

Component type

module

Categories

Maintenance status

Development status

Downloads

7360

Component created

Component changed

Gives ordinary users and programmers the ability to show a Google Map on page with no programming required.

Just stick a simple div in the content with some special attributes and a Google Map will be displayed at that point. If you copy and paste examples. make sure Drupal's line break filter (enabled even for full HTML!) won't make the div invalid.

Library

Component type

module

Maintenance status

Development status

Downloads

17545

Component created

Component changed

Description

The library module allows users to manage the availability of nodes as assets. You can create custom content types using CCK and then add those content types to the library.

The module supports multiple copies of a library item associated with one node, and each copy may be individually made available or unavailable.

FileField Podcaster

Component type

module

Categories

Maintenance status

Development status

Downloads

30749

Component created

Component changed

Using Views2, this module delivers a way to podcast with nodes that have CCK FileFields included as RSS file enclosures. It provides a podcast-compatible (as determined by Apple) RSS feed, using node variables, getID3, filefield in cck, and filefield meta data to generate the RSS tags.

ImageMagick Raw Effect

Component type

module

Maintenance status

Development status

Downloads

12679

Component created

Component changed

This module allows you to enter ImageMagick command line options as an image effect in a Drupal 7 image style.

Note: This module has been renamed following the incorporation of Imagecache into Drupal 7, since there are no longer any imagecache actions and only image effects.

Drupal 7.x: Imagemagick Raw Effect
http://drupal.org/project/imagemagick 7.x-1.x-dev or 7.x-1.0-alpha1 is required.

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.

Block Filter

Component type

module

Maintenance status

Development status

Downloads

6186

Component created

Component changed

This is a very simple module which provides an input filter that can be enabled for specific input formats. This filter allows an editor with permission for this input format to embed any available block into content by using the blocks module and delta in the following syntax: [block:{module}:{delta}].

For example, if I wanted to embed the Powered By Drupal block into some content, I would use [block:system:0].

Simple Blogroll

Component type

module

Maintenance status

Development status

Downloads

18690

Component created

Component changed

NEWS: The release of the drupal 7 version of this module is now out! All the credit to agerson.

This module provides a dynamic blogroll in a block.

>> Check out what it is/does in this demo! <<

The configuration is simple and intuitive. You only have to provide addresses of sites with valid feeds (such as http://drupal.org). Optionally, you can alternatively define their feeds directly (e.g. http://drupal.org/node/feed).

The blogroll will display the site's title and latest item (w. link) below. Once multiple sites are provided, the blogroll will effectively "roll" and the sites with latest updates will be on top.

Some additional settings can be configured, e.g. the persistence of an optional "new" tag, etc.

Until next major upgrade, this module requires the simplepie module to work. For the 7.x version, this patch to the simplepie module is required!

jcarousel block

Component type

module

Maintenance status

Development status

Downloads

14824

Component created

Component changed

A jcarousel block module for Drupal 6.x

This module features:
1. Drupal 6 only, as drupal 6 has updated jquery, there's no need to
depend on the jquery_update module.
2. Providing a jcarousel block which can be managed throught the
admin/build/block.
3. No need to write any HTML or including any JS. If the block shows on
a node page, it reads the images from the node (CCK required).
4. Images are loaded through configurable cck image field. Currently
only supports imceimage and imagefield.
5. lightbox support by default