Configure the layout and format of content and data presented to site visitors.

OpenLaszlo

This module will create an API to allow integration between Drupal and OpenLaszlo, available at http://openlaszlo.org.

Media Player

This module provides a home-grown flash media player for video and audio playback. It's written in OpenLaszlo to make modifications relatively easy for developers and requires no flash IDE. It plans to provide an extensive API for custom administrative modifications as well.

Calls made as follows:

<?php
theme('media_player_player', $file, $options = array(), $params = array(), $player = NULL) ;

/**
* Display a file embedded in a media player.
* @param $file
* The path to the media to play.
* @param $options
* An array of options to pass to the player:
* 'absolute' => TRUE or FALSE. If TRUE, this is used when building URL's (useful for embedding externally).
* 'autoplay' => TRUE or FALSE
* 'width' => The width of the player
* 'height' => The height of the player
* 'bgcolor' => The background color of the player, such as 'red', 'black', or a Hex value.
* 'display_logo' => TRUE or FALSE
* 'logo' => The path to an icon to display
* 'logo_x' => The x coordinate to display the logo
* 'logo_y' => The y coordinate to display the logo
* 'display_splash' => TRUE or FALSE
* 'splash' => The path to an image to display before playing the media
* 'splash_x' => The x coordinate to display the splash
* 'splash_y' => The y coordinate to display the splash

MetaFormatter

Allows the admin to create CCK meta formatters made up of other formatters.

Still a work in progress being based of the work jpetso did for his FileField branch.

E-Publish Views filter

This module provides a Views filter for the E-Publish module

E-Publish : Select publication

This module allows users of the E-Publish module to select/edit which publication/edition a node is part of directly from the node fo

SSI

What is the SSI module?

The SSI module allows your Drupal content to be included via Server Side Includes (SSI) on any SSI enabled pages (.shtml by default).

What sort of content can be served via the SSI module?

Currently the SSI module supports the following content types:

  • Blocks
  • Regions
  • Nodes
  • Node Teasers

How do I use the SSI module?

First you will need to install the SSI module on the Drupal site you wish to include content from, no configuration is required.
Second, to display content in an external page use one of the following formats on your SSI enabled page:

  • Blocks:
    <!--#include virtual="/ssi/block/[block module]/[block delta]" -->
  • Regions:
    <!--#include virtual="/ssi/region/[region name]" -->
  • Nodes:
    <!--#include virtual="/ssi/node/[node id]" -->
  • Node Teasers:
    <!--#include virtual="/ssi/node/[node id]/teaser" -->

Known issues:

Pages

Subscribe with RSS Subscribe to RSS - Content display