Slideshow_Flash plugin for Zenphoto

Introduction

Slideshow_flash is a Flash-based plugin for the zenphoto web photo gallery application. It provides a simple-to-use slideshow which scales the images to the full browser window or to full screen with high quality scaling.

Features

Limitations

Discussion for this plugin

Downloads

Installation instructions

These installation instructions assume you have zenphoto installed in the folder "zenphoto", adjust the paths as necessary if you have it installed elsewhere.

Versions 1.2.0 and newer on Zenphoto v1.2.7 and newer:

  1. Place the contents of the plugin folder in /zenphoto/plugins/
  2. Add the file slideshow_flash.php from the theme folder to your current theme in /zenphoto/themes/{theme}/.
  3. Update your image and album theme files to include the following code to link to the slideshow:
            <?php if (function_exists('printSlideShowFlashLink') && isImagePage()) { ?>
            <p><?php printSlideShowFlashLink(gettext('View Slideshow')); ?></p>
            <?php } ?>
        
  4. Enable the plugin through the normal zenphoto administration screeens (plugins).
  5. Set the options through the normal zenphoto administration screens (options -> plugins).

Done!

Versions 1.1.4 and older on Zenphoto older than v1.2.7:

  1. Place the contents of the plugin folder in /zenphoto/zp-core/plugins/
  2. Add the file slideshow_flash.php from the theme folder to your current theme in /zenphoto/themes/{theme}/.
  3. Update your image and album theme files to include the following code to link to the slideshow:
    	<?php if (function_exists('printSlideShowFlashLink') && isImagePage()) { ?>
    	<p><?php printSlideShowFlashLink(gettext('View Slideshow')); ?></p>
    	<?php } ?>
        
  4. Enable the plugin through the normal zenphoto administration screeens (plugins).
  5. Set the options through the normal zenphoto administration screens (options -> plugins).

Done!

Change Log

Version 1.2.2 (Zenphoto v1.2.7 and later compatible)

Download Version 1.2.2 | Source

Version 1.1.4

Download Version 1.1.4 | Source

Version 1.1.3

Download Version 1.1.3 | Source

Version 1.1.2

Download Version 1.1.2 | Source

Version 1.1.1

Download Version 1.1.1 | Source

Version 1.1

Download Version 1.1 | Source

Version 1.0

Download Version 1.0 | Source

Initial Release