Taxonomy Views Integrator

Component type

module

Maintenance status

Development status

Downloads

93522

Component created

Component changed

TVI Overview

The TVI (Taxonomy Views Integrator) module allows selective overriding of taxonomy terms and/or vocabulary with the view of your choice. Using TVI you can easily create custom views to output all terms in X vocabulary.

TVI will try not to interfere with views or taxonomy/term page displays if no TVI views exist for the current page request.

Beanstalk

Component type

module

Maintenance status

Development status

Downloads

1661

Component created

Component changed

Beanstalk is a commercial Subversion and Git hosting service. It can be set up to post json-encoded messages to arbitrary urls and this module can be configured to process these messages and save them as Drupal nodes. The module needs PHP 5.2 for json processing.

The beanstalk module can be set up to try and associate Beanstalk 'authors' with Drupal users, and convert tags in the form #NID to links to the appropriate nodes.

Content Levels

Component type

module

Maintenance status

Development status

Downloads

3994

Component created

Component changed

The Content Levels module exposes a cck field type & widget by the same name.

This field allows the user to define some ordered series of content ranking (e.g. 'Gold', 'Silver', 'Bronze') and to specify the visibility and editability of each field on the content-type depending on the content level of a node.

ImageCache Scale-9 Actions

Component type

module

Categories

Maintenance status

Development status

Downloads

10798

Component created

Component changed

Additional actions for imagecache processing using scale-9 image formatting. The actions include:

  • Overlay (scale-9) - Position a selected file in a layer above or below the canvas.
  • Resize (scale-9) - Resize an image to an exact set of dimensions, ignoring aspect ratio.
  • Scale (scale-9) - Resize an image maintaining the original aspect-ratio (only one value necessary).
  • Random switcher - Randomly switch between selected presets.

Scale-9 formatting lets you define 9 regions of an image overlay (or underlay) that will scale independently. The 9 regions are defined by giving left, top, right and bottom values. The left and right values being pixel offsets from the left edge of the image, and the top and bottom values being pixel offsets from the top of the image, resulting in a 3x3 grid. This is a standard method of UI skinning in Adobe Flash/Flex.

A simple example is the module image to the right. The same frame overlay image is placed 3 times in different sizes without any apparent distortion to the edge and corner areas.

GoAway

Component type

module

Maintenance status

Development status

Downloads

8506

Component created

Component changed

GoAway is a dirt-simple, light-weight "Ban By IP" module. It works by redirecting offending anonymous users to a local page or remote URL specified by the admin.

jsDice

Component type

module

Maintenance status

Development status

Downloads

761

Component created

Component changed

Description

jsDice is a dice roller for any role playing game or even games such as 421.

The first purpose was certainly to be a Dungeons & Dragons Dice Roller. But here we are, with something powerful enough to entertain many.

Usage

Install, then go to /jsdice and enter your dice info. Check out the help for a complete list of what is supported.

Demo

Test a demonstration on the Turn Watcher website.

Devel Demo

Component type

module

Categories

Maintenance status

Development status

Downloads

6312

Component created

Component changed

The Devel Demo module is a demonstration of most of the debugging functions provided by the Devel module.

The module was created to generate screenshots for a brief overview of Drupal debugging tools. If you find any errors in the guide, or if you would like me to add some information, please create an issue in this module's issue queue.

Text Review

Component type

module

Maintenance status

Development status

Downloads

3149

Component created

Component changed

Text Review is a bundle of modules that allows you to review texts in a variety of ways and display the results within the text.

Text sources

Review methods

  • Difference percentage
  • Differences
  • Manually configured blacklists and whitelists
  • Similarity percentage
  • Spell check
  • Word count

Possible use cases

  • View differences between content (node) and comment revisions, much like Diff.module.
  • Check if a module's UI texts are written in correct US English and according to the guidelines.

Extensibility

Text sources, review methods and defusers (methods to ignore certain pieces of texts) can be added and overridden by other modules. See trevi.api.php. The central module acts as a hub for different review methods and text sources. This means that if you add a text source, it can be reviewed with all available methods directly.