ImageCache Defaults

Component type

module

Maintenance status

Development status

Downloads

9542

Component created

Component changed

ImageCache Defaults detects file paths in broken images (404 errors) generated by ImageCache (D6) and Image (D7). ImageCache Defaults can either remove images with broken paths from your markup completely or replace them with a configurable default image.

One Time Pop-ups

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

One Time Pop-ups is a module that allows admins to create and manage multiple overlay pop-ups that will only be displayed once
in a configurable frequency. This is useful for one time messages or notices, advertisements, follow boxes
for Facebook and other social networks.

This module is currently developed for Drupal 6. The version for Drupal 7 is currently under development.

Features

  • Create and manage multiple overlay pop-ups

Configurable:

SVG Embed

Component type

module

Maintenance status

Development status

Downloads

6217

Component created

Component changed

SVG graphics are really powerful but not yet widely supported. What makes them interesting in particular is that included text remains text and therefore should have some positive SEO effect and is searchable.

What this module does is to provide a text filter that automatically embeds an SVG graphic into your html text and before doing this, translates all the textstrings in the graphic. This has huge advantages on multi lingual sites: the graphic always adjusts to the surounding content or the user preferences and gets displayed in the correct language.

Entity JSON

Component type

module

Categories

Maintenance status

Development status

Downloads

1284

Component created

Component changed

This module will provide the API to display an entity as JSON output. It only provides by default the menu hook for nodes to be viewed by the URL "/node/%nid/json", but the function entity_json_menu_callback($entity_type, $entity_id, $lang_code) can be called by another menu hook to create your own entity JSON display URL.

Support has been added for any entity type by going to "entity_json/%entity_type/%entity_id". You can turn on or off which entities can be used by going to the configuration page.

{syntaxhighlighter} to PRE Converter

Component type

module

Maintenance status

Development status

Downloads

839

Component created

Component changed

This is the utility module for Drupal 7 that allows users to convert old {syntaxhighlighter} tags
to <pre> in nodes.

Overview

The Syntax highlighter module highlights program code in nodes.
We need to add special tags in the content to make it possible.

Drupal 6 version of Syntax highlighter works with special {syntaxhighlighter} tag:

Entity To Text

Component type

module

Categories

Maintenance status

Development status

Downloads

49618

Component created

Component changed

This module provides an API and Tokens for generated text output Entities in particular View Modes.

Currently it provides a separate token for each View Mode of each Entity type.

The purpose of this module is to allow output of Entities in emails and other systems where HTML might not be supported.

AutoFloat

Component type

module

Maintenance status

Development status

Downloads

12443

Component created

Component changed

A text format filter that floats images automatically, alternating them left and right. A time-saver when inserting images in the text.

It adds an odd/even class and uses CSS to float. No more inline styling is needed.