This project is under active development.

User titles

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

Google Apps Authentication

Google Apps provides a single sign on API (documentation) that enables people to write applicati

JsMath for displaying mathematics with TeX

jsMath sample

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.

SWFUpload

Schermafbeelding 2010-02-14 om 22.49.44.png

The SWFUpload module for Drupal provides a widget for CCK's Filefield and uses the

Fuzzy Search

Sample search results

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.

Features:

  • Mispellings and typos still provide relevant results.
  • Reindex function available to allow modules to specifically call a certain node for reindexing at next cron run.
  • Indexing of CCK textfield field types and taxonomy terms.
  • Implements hook_nodeapi's 'update index' op, so current modules integrating with core search will work the same.
  • Works independently of core search.
  • Ngram length is configurable.
  • Content types may be exclude from results.
  • Fuzzy highlighting of misspelled search terms.

D7 Instructions

Role Theme Switcher

Useful Drupal module to assign separate themes for different roles (including anonymous) in your system.

Often you want to separate Drupal administrative interface from frontend. You can do this assigning appropriate theme for you as user. What to do if you want to show different theme for non-authorized user?

With this module, you can select a theme per role to display. The list of roles can be ordered to manage the case when a user has several roles. Theme are displayed from the top to the bottom of the list.

Pages

Subscribe with RSS Subscribe to RSS - Under active development