Translation overview Revamped

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a revamped version of Translation Overview (http://drupal.org/project/translation_overview)

Added features for now:

  • "Missing translation" filter: retrieve all items without a translation in language X
  • Translation status filter: retrieve all nodes with an outdated/updated translation flag

ckeditor_geshi

Component type

module

Maintenance status

Development status

Component created

Component changed

A javascript-plugin for CKEditor, enhancing it to incorporate support for the GeSHi Filter module.

This module provides the included "ckgeshi" javascript-plugin the current settings from GeSHi Filter, so that CKEditor can create code-regions that will be highlighted by GeSHi Filter module. It supports both WYSiWYG mode and Source mode of CKEditor.

Sure you can switch to Plain-Text mode (exit CKEditor) or use your own Input Format without using CKEditor.
However this module enables CKEditor's WYSIWYG and Source modes to interact with GeSHi code-regions properly.

See the attached images for a quick overlook.

Autocompleteinator

Component type

module

Maintenance status

Development status

Component created

Component changed

Have you ever wanted to add autocomplete functionality to a text field, wanted autocomplete but didn't want to write a module to make that happen? Autocomopleteinator utilizes the power of views to allow you to output any content (users, taxonomy, search results etc) as an auto complete for any Drupal generated text field.

tl;dr: Create a field, create a view, turn that field into an autocomplete without having to write any code.

Publish button

Component type

module

Maintenance status

Development status

Downloads

94829

Component created

Component changed

Adds a publish and unpublish button for a simpler editorial workflow.

Usage

Install module.

After installation, on each content type there are a new setting at publishing options and to activate publish/unpublish button for the content type you are editing, you need to check 'Use publish/unpublish button for this content type' and save.

After that you need to add permissions for which roles that could publish content.

Display Suite Custom Node Layouts

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

The Display Suite Custom Node Layouts module extends the 'View mode per node' functionality provided by the Display Suite Module (via the included DS Extras submodule), allowing individual nodes to use a customized instance of the view mode layouts available for the content type.

Select and Print for Drupal

Component type

module

Maintenance status

Development status

Downloads

471

Component created

Component changed

Mimics the "select and print" WordPress module. (Credits to Mile51.com for the WordPress plugin. http://www.mile51.com/selectAndPrint.html)

Perfect for blog or recipe websites where you need to display an online grocery or ingredients list. Enter your list in the specified text format, and this module will turn it into checkboxes that your viewers can use to select and print a shopping list.

HTML Extract

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module takes the content from the specified tag - HTML structure with the id or class and stores it temporarily into Database from which it can be reused on the page. Every time the content is changed in the Database, a notification can be send and also interval of actualization can be adjusted.

The entity contains basic page data and settings around it also as an array of multiple div chunks - children from the specified structure. With help of the Views integration the content can be accessed.