Remove Login Tabs

Component type

module

Maintenance status

Development status

Component created

Component changed

This Drupal 7 module does one basic thing, it removes tabs from the Login / Create Account / Request Password pages. There is no configuration needed. A use case for this would be if you want a more elegant and streamlined interface for these pages and you want to link to the other pages.

Text Extract for Drupal using Tika

Component type

module

Maintenance status

Development status

Downloads

311

Component created

Component changed

Integrates Tika (docs) to extract textual information from uploaded documents (pdfs, docs, excel, etc.) and pass them as plain text to a field.

In order to use you'll need to you'll either need an Apache Solr server properly configured OR to download and extract the java jar file from the Tika site and then configure the module settings page in order to extract correctly.

JpGraph

Component type

module

Maintenance status

Development status

Downloads

1595

Component created

Component changed

Indtroduction

JpGraph is a PHP library used to create charts, all kinds of charts.
This Drupal module provides a simple loader for this library.

Usage

drupal_load();                             // will load only jpgraph.php
drupal_load(array('jpgraph_regstat.php')); // will load jpgraph.php
                                          // and jpgraph_regstat.php

Dependencies

Milyennap CAPTCHA

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a hungarian CAPTCHA, that asks the user "What day it is today?". In english this isn't a good solution, because better robots can answer this - as you can think, this is not the case in the hungarian language :)

The module offers 3 different questions:

  • What day it is today?
  • What day it is going to be tomorrow?
  • What day was it yesterday?

Dismiss

Component type

module

Maintenance status

Development status

Downloads

15801

Component created

Component changed

Adds a jQuery-powered "dismiss" button to all Drupal messages so they can be closed without refreshing or opening browser devtools. There's also a config option to auto-hide status messages (warnings/errors will not disappear). We will hesitantly accept new features, but overall aim to keep the module very lean.

If you want more advanced functionality check this comparison chart for other messaging modules.