ImageAPI Text Renderer

Component type

module

Development status

Downloads

7581

Component created

Component changed

Routines to assist ImageAPI to draw styled text as part of the ImageAPI or ImageCache pipeline.

ImageAPI_text provides additional features to supplement ImageAPI :- actions to render text on an image with many styles, effects and settings.
It publishes an API library to assist other modules to generate text on-the-fly, re-using the common image management interface defined by ImageAPI and ImageCache.

Text Styles

The styles are defined in a css-like way (a combination of SVG and CSS), and so far support effects like:

[ 
  fill, fill-opacity, font-size, stroke, stroke-opacity, text-shadow, 
  padding (individual sides), 
  positioning (top,left,right,bottom, center),
  rotation, custom effects, background-color, background-opacity,
  white-space (word-wrap), text-align
]

For a full description of text styles and effects, see imageapi_text/help/syntax_reference.html

For accessibility and design choice, a number of rendering options are available for displaying the image on the page, from straight img tag replacement to several methods of css replacement ( Leahy/Langridge, Phark, Overlay ).

Link to this

Component type

module

Maintenance status

Development status

Downloads

1030

Component created

Component changed

This module adds a block whose function is to provide easily accessible embed this in your own web page links (fields). When enabled, users with permission to access the Link to this block will see three self-populated form fields; each field will have within it a pre-formatted, self-highlighting text area containing HTML code with a link to the page being viewed.

Quotations

Component type

module

Maintenance status

Development status

Downloads

4696

Component created

Component changed

The Quotations module is used to quickly and easily add styling to quotations that you want to appear on your site. It includes default sets of images (5 different sets of semi-transparent PNG quotation marks, both light and dark versions) and CSS that you can apply to specific CSS classes that appear on your site. Quotations are most often built in Drupal blocks.

Two common uses of the module are to 1) manually create a custom block that contains a quotation on the blocks page and add some CSS wrapper divs to affect the styling of the block or to 2) create a block using the Views module and then use the Quotations configuration page to adjust the default display of the Views block.

Rearrange child pages

Component type

module

Categories

Maintenance status

Development status

Downloads

813

Component created

Component changed

This is a simple module that allows you to change the order and titles of the child pages of the node you are currently on. It does this by providing a link to a page similar to the 'Edit order and titles' page for books, except that it has only the child pages of the current node.

Cloud Zoom

Component type

module

Maintenance status

Development status

Downloads

46376

Component created

Component changed

IMPORTANT: The 1.x plugin has been removed from the Professor Cloud website. Only the 2.x plugin is available now, which is not tested with the module and is only free for non-commercial use.

Block More Link

Component type

module

Maintenance status

Development status

Downloads

4435

Component created

Component changed

This module add a 'more' link property for each block,it can be used in block.tpl.php as a property.
put this code in your block.tpl.php:

 <?php if ($block->more): ?>
    <?php print $block->more ?>
  <?php endif;?>

Changes

From alpha1 to beta1, "$block->more_link" have been changed to "$block->more",
Please change your block.tpl.php if you update from alpha1

Usage

:

Amelie

Component type

module

Categories

Development status

Downloads

1944

Component created

Component changed

Taking a leaf out of the book of Amelie Poulain it is time to get rid of Internet Explorer 6 by making it uncomfortable for the end users and blaming something else. To this end we take an IE filter that was made to confuse users — the MotionBlur filter — and apply it randomly to the document.

More info can be found here http://icant.co.uk/ie6-amelie/

Visit http://therealcha0s.net with IE6 to see it in action!

Better Block Queue

Component type

module

Development status

Component created

Component changed

Revamp/Fork of Blockqueue module to fix an inherent design issue/flaw, and addtionally add features/context/ctool support (machine names, import/export, etc) as well.
See #578444: Blockqueue design issue: blockqueue - block relationship is based on unstable parameters for origins. Original maintainer has not replied to any issues, nor email, in quite some time.