Releases of Drupal contributions that are compatible with version 5.x of Drupal Core

flashvideo 5.x-1.8

Many improvements with version 1.8. Now with YouTube and Google Video Support!

Important Note: For this new version I changed the following functions.


Changed the flashvideo_get_video_object routine

function flashvideo_get_video_object($node, $index, $params) {

}

Has been changed too...

function flashvideo_get_video($node, $params, $file_only = false) {

}

Where in order to specify the index, just add it to the $params array like $params['index'] = 0;
Also added a way to just get the URL only for the video by passing the $file_only flag to true.


Changed the flashvideo_get_thumb_object routine

function flashvideo_get_thumb_object($node, $index) {

}

Has been changed too...

function flashvideo_get_thumbnail($node, $params, $file_only = false) {

}

Where in order to specify the index, just add it to the $params array like $params['index'] = 0;
Also added a way to just get the URL only for the thumbnail by passing the $file_only flag to true.

Along with that major change, the following has been either added or fixed in version 1.8.

  • Added YouTube and Google support with the new id parameter! Read the Help for more information!
  • Moved the Theme function to another file to keep away from module clutter.

ad 5.x-1.0-1

Insecure

Brown paper bag release. Fixes a bug in which the letter 'v' was being stripped from all text ads.

ad 5.x-1.0

Insecure

The ad module is a powerful advertising system for Drupal-powered websites. It supports the random display and tracking of graphical (banner) and text ads. Ads can easily be displayed in themes, blocks, or embedded in site content. The module records comprehensive statistics about when and how often ads are viewed and clicked, including a plug-in module for generating graphical time-based reports. Ads can be assigned to multiple owners, each of which can be assigned their own set of permissions. The ad module is fully integrated with the views module, offering fine-grained control over which ads are displayed where and to whom. Installation is simple by design. An API is provided allowing the development of additional functionality and integration with other Drupal modules.

Pages

Subscribe with RSS Subscribe to RSS - 5.x