External HTTP authentication

Component type

module

Maintenance status

Development status

Downloads

667

Component created

Component changed

This module allows single sign-on to Drupal using external HTTP authentication. Current version only supports basic authentication method and users must have matching REMOTE_USER header from external system and in Drupal username. This means you will have to manually manage both Drupal users and user accounts on your external system. Future versions of the module may include option of automatically creating new users to Drupal with preset user roles.

Twitter Input Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

731

Component created

Component changed

This module provides a new input filter (reference [1]) which allows to easily create links to site user and nodes. The syntax used to create links is similar to twitter and hence the name. The string prefixed with @ symbol will create link to user. Similarly the string prefixed with # will create link to node. If the node or user being referenced is not found, a link to search page can be created optionally. This feature can be used in node body field, comments, CCK textarea field.

Note: This module has nothing to do with twitter.com

Lazy image loader

Component type

module

Maintenance status

Development status

Downloads

8515

Component created

Component changed

This modules is no longer maintained, you should use https://www.drupal.org/project/lazyloader instead

Websites with lots of images on a single page might take a long time to load, and it sometimes annoys visitors. for fixing this problem this module loads only the images that are visible to or requested by visitors and the other images loads only when visitor scroll downs to them (This is the default behavior there are other options available live mouseover, mouseclick etc).

Twitter search

Component type

module

Maintenance status

Development status

Downloads

1632

Component created

Component changed

Adds Twitter search functionality to the Twitter module.

An administrator can setup text to search Twitter for. On cron runs, the results are saved via the Twitter module. Because of the integration with the twitter module you automatically get the same views integration it has.

There is also additional views integration to limit tweets to only specific searches, list search terms, or using any of the other data this module adds.