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

Content Management Filter

This module adds an easier way for administrators to filter the content on a Drupal site for administration purposes.

Album Photos

Album Photos D8: demo site image view

"Album Photos" is an image album module providing multi-user album features. The module development objective is to provide a comprehensive image album solution for Drupal.

GMapEZ

Gives ordinary users and programmers the ability to show a Google Map on page with no programming required.

Just stick a simple div in the content with some special attributes and a Google Map will be displayed at that point. If you copy and paste examples. make sure Drupal's line break filter (enabled even for full HTML!) won't make the div invalid.

Preset Widget Options

Enables custom select options and accompanying display widgets for CCK text fields. Preset Widget Options gives developers a lot of control over the handling and display of fields without having to declare a whole new field type.

This module should be installed only if another module requires it.

Modules using Preset Widget Options include: Creative Commons Widget.

Setup

Preset Widget Options provides two new options for field management and display.

  1. On the CCK field settings page for text fields, the "PHP code" collapsible fieldset, where site admins may enter custom PHP from which to draw options for selects or radios, is retitled "Advanced options" and given an additional setting, "Options handler". Here any custom options lists defined using Preset Widgets Options are made available.
  2. On the CCK field display settings form, each option handler is available as a display option for text fields.

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

Pages

Subscribe with RSS Subscribe to RSS - Content display