akirafreak / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

slideshows #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Let users create / view slideshows.

There are a number of ways that this could be implemented, both with flash
and javascript slideshows.

 - Allow users to view a gallery as a slideshow (straightforward, just make
a new slideshowAction.php and template that takes a gallery as a parameter)

 - Allow users to create a slideshow from some of their images regardless
of gallery (more complicated, requires ability to store which images are in
the slideshow)

 - Allow users to create a slideshow based on specific criteria, for
example, all images belonging to a specific user, in a specific gallery,
tagged with specific tags (not yet implemented anyway), uploaded before /
after specific date, etc...

Original issue reported on code.google.com by icodefor...@gmail.com on 3 Apr 2009 at 4:27