Fuzzy Search

Component type

module

Categories

Maintenance status

Development status

Downloads

26597

Component created

Component changed

This module provides drupal sites with a fuzzy search engine to allow for broader keyword matches including partial or misspelled keywords.

Fuzzy matching is implemented by using ngrams. Each word in a node is split into 3 (default) letter lengths, so 'apple' gets indexed with 3 smaller strings 'app', 'ppl', 'ple'. The effect of this is that as long as your search matches X percentage (administerable in the admin settings) of the word the node will be pulled up in the results.

JsMath for displaying mathematics with TeX

Component type

module

Maintenance status

Development status

Downloads

4249

Component created

Component changed

Introduction

This module enables the jsMath script for displaying mathematical expressions. Users can enter arbitrary mathematical expressions in their drupal content by using the standard TeX syntax, including LaTeX and AMSLaTeX. jsMath renders this on the client's browser when the page gets displayed.

The jsMath script has been developed by Davide P. Cervone. For more information about jsMath see jsMath: A Method of Including Mathematics in Web Pages.

Google Apps Authentication

Component type

module

Maintenance status

Development status

Downloads

1552

Component created

Component changed

Google Apps provides a single sign on API (documentation) that enables people to write applications that do user authentication against a local database, and then tell google that the user is authenticated. This modules implements the API in drupal. In other words, once properly setup, this module lets Google Apps instances authenticate against your drupal user database.

The prerequisites for this module are the following:

User titles

Component type

module

Maintenance status

Development status

Downloads

11211

Component created

Component changed

This module allows the administrator to assign titles to users based upon their role and the number of nodes they have created.

Views Slideshow

Component type

module

Maintenance status

Development status

Downloads

1923578

Component created

Component changed

Views Slideshow can be used to create a slideshow of any content (not just images) that can appear in a View. Powered by jQuery, it is heavily customizable: you may choose slideshow settings for each View you create.

Admin message

Component type

module

Maintenance status

Development status

Downloads

6706

Component created

Component changed

Admin Message provides an easy way to show short messages to users via the creation of Admin Message nodes which are displayed in a block. The messages can be individually closed by users (both logged in and anonymous via a cookie).

Examples could be "Welcome to this site...", "Temporary downtime...", "Important security announcement...", "New feature...", etc.

Views Bulk Operations (VBO)

Component type

module

Categories

Maintenance status

Development status

Downloads

2567397

Component created

Component changed

This module augments Views by allowing bulk operations to be executed on the displayed rows. It does so by showing a checkbox in front of each node, and adding a select box containing operations that can be applied. Drupal Core or Rules actions can be used.

7.x-3.x requires Entity API.

Username originality AJAX check

Component type

module

Maintenance status

Development status

Downloads

24590

Component created

Component changed

This very simple module allows visitors to check username originality quickly using AJAX request during registration (completing registration form). This makes registration process more convenient as you don't need to submit your registration form to find out whether this username is already taken or not. This module is sensible to standard Drupal username validation as well as Access Rules validation.