Tagadelic

Component type

module

Maintenance status

Development status

Downloads

217340

Component created

Component changed

Tagadelic provides an API and a few simple turnkey modules, which allows you to easily create tagclouds, weighted lists, search-clouds and such.

With the API you can build a module with a few lines of PHP, to turn anything that can be counted into a weighted cloud. Which can be presented to your users anyway and anywhere on your site.

With the turnkey modules, you can add a page that shows taxonomy-terms in a weighted cloud: terms that are used more often are bigger. Another module provides a page that shows article-titles in a cloud: titles from articles that are read more often appear bigger.

Tagadelic 2.x branch is work in progress and should only be used by people who plan to develop for and with it.

Tagadelic 1.x branch is stable for Drupal 6 but unstable for Drupal 7. End-users should use Drupal 6, 6.x-1.x versions. End-users are strongly advised not to use Drupal 7, 7.x-1.x of tagadelic; it has known bugs, yet is reported to work for some people. Use at own risk.

Wordfilter

Component type

module

Maintenance status

Development status

Downloads

15742

Component created

Component changed

A simple but extendable word filter for Drupal.

8.x-2.x: The Wordfilter module provides a suitable base for manual filtering of profanity ("bad words") as well as for dynamic keyword replacement.

This module allows users to create and manage Wordfilter configurations.
Wordfilter configurations..

  • are multilingual, fully exportable Drupal configuration entities.
  • may be (re)-used as filters at any text format, node and comment.
  • contain a user-defined list of words, which will be filtered out (when enabled as filter).
  • can optionally use a substitution text for the defined filter words.

You can choose between different filtering processes, like direct filtering of specified words or token filtering. You may add your own implementation, e.g. for using an external web service which does the filtering for you.

8.x-2.0: A beta version of 8.x-2.0 has been released. Anyone is free to test this release for bugs, problems and security issues.

7.x-2.x: A backport of 8.x-2.x is planned for Drupal 7, namely 7.x-2.x. The backport development will begin after the first stable release of 8.x-2.0.

7.x-1.x: The active 7.x-1.x development has been stopped and won't be supported anymore by the maintainer. Feel free to open a new issue and offer co-maintenance for 7.x-1.x if you want to keep the development of this version alive. No upgrade path for 7.x-1.x to 7.x-2.x/8.x-2.x is currently planned, since there's no stable release of 7.x-1.x available at this time.

Project description for 7.x-1.x

This module allows site administrators to filter certain words on all pages.

Video

Component type

module

Maintenance status

Development status

Downloads

367574

Component created

Component changed

What is "Video" module

Video module allows you to upload video in any format, play video in any format, transcode video to H.246, Theora, VP8(Web compatible formats) using Zencoder or FFMPEG automatically creates video thumbnails, copy and deliver videos from cloud file systems like Amazon S3.

Highlight

Component type

module

Maintenance status

Development status

Downloads

4115

Component created

Component changed

This module (D7) has two functions:

  • Highlight the keywords from referrer search engine
  • Highlight the keywords from local search

Because this module use JavaScript to highlight keywords on client side, it can be used to improve the performance of Apachesolr by turning off server side highlighting.

Search 404

Component type

module

Categories

Maintenance status

Development status

Downloads

340148

Component created

Component changed

Instead of showing a standard "404 Page not found", this module performs a search on the keywords in the URL, e.g. if a user goes to http://example.com/does/not/exist, this module will do a search for "does not exist" and shows the result of the search instead of the 404 page. This should help retain visitors coming in from old URLs linked from other sites or from search indices.

It also includes search engine keywords detections as well as regular expression based term filtering from the URL.

Question

Component type

module

Categories

Maintenance status

Development status

Downloads

7929

Component created

Component changed

#D7CX: I pledge that Question will have a full Drupal 7 release on the day that Drupal 7 is released.

This module allows users to add questions to a queue. Administrators can view the queue and choose to create question/answer nodes from submitted questions.

Simplenews

Component type

module

Maintenance status

Development status

Downloads

591651

Component created

Component changed

Overview

Simplenews publishes and sends newsletters to lists of subscribers. Both anonymous and authenticated users can opt-in to different mailing lists. HTML email can be sent by adding Mime Mail module for D7 and Swiftmailer for D8.

Quiz

Component type

module

Maintenance status

Development status

Downloads

225854

Component created

Component changed

The Quiz module lets you create graded assessments in Drupal. A Quiz is given as a series of questions. Answers are then stored in the database. Scores and results are displayed during or after the quiz. Administrators can provide automatic or manual feedback. See all the features below!

This module can be used as

Browscap

Component type

module

Maintenance status

Development status

Downloads

160842

Component created

Component changed

Browscap provides an improved version of PHP's get_browser() function.

The get_browser() function can be used to tell what a visitor's browser is capable of. Unfortunately, the version provided by PHP has a number of limitations, namely:

  • It can be difficult or impossible to configure for shared hosting environments.
  • The data used to identify browsers and determine their capabilities requires consistent maintenance to keep up-to-date.

Browscap automates maintenance by storing browser data in a database and automatically retrieving the latest data on a configurable schedule.