thumbnail in the slideshow ?

ckforum

Joined: 2003-06-15
Posts: 2
Posted: Sun, 2003-06-15 11:02

hi all,

Is it possible to get the "thumbnail" in the slideshow.php instead "sized" picture ? for exepmle i would like to use photo.thumb.jpg instead photo.sized.jpg

thanks for your reply

 
BorgKing
BorgKing's picture

Joined: 2002-09-12
Posts: 314
Posted: Sun, 2003-06-15 13:36

Why would you want to do this?

Having the thumbnail in the slideshow requires some code modifications, but you could set the "sized" photo to be the same size as the thumbnail. Look in [properties] of an album to do this.

 
ckforum

Joined: 2003-06-15
Posts: 2
Posted: Sun, 2003-06-15 14:08
BorgKing wrote:
Why would you want to do this?

Having the thumbnail in the slideshow requires some code modifications, but you could set the "sized" photo to be the same size as the thumbnail. Look in [properties] of an album to do this.

I'm using phpnuke 6.5 with gallery embedded and i'm trying to embedded the slideshow anywhere with an iframe tag with no header gallery or footer gallery or other command only the pictures of a specific album like an standalone image animation so it's ok i find the solution ... i'm prefere to use thumbnail pictures to preserve the bandwidth. There is a link on "image" to open window popup (javascript) slideshow with picture "sized" only the slideshow no header or footer or other command with loop=1 ETC...

$image = $photo->thumbnail;
$photoURL = $gallery->album->getAlbumDirURL("full") . "/" . $image->name . "." . $image->type;

instead

$photoURL = $gallery->album->getPhotoPath($index, $slide_full);

i created a special file named slideshow2.php wich called by iframe tag...

It works great like i want... gallery is a really good tool and really good job :) thanks for all

thanks for your reply ;)

 
Rayne

Joined: 2007-05-26
Posts: 2
Posted: Sun, 2007-05-27 15:00

it sounds to me like u've managed to do something akin to what I'm attempting to do but don't have the knowledge for.

Any help you could give would be greatly appreciated, bearing in mind I'm a complete noob at this.