1
Hi,
Rather, I have one usage question and one small modification question:
1) If I import pictures I've uploaded onto the server into a photo album, can I safelly remove the uploaded images then? it seems like there is a bunch of images in the uploads/photos irectory that has teh same contents.
2) The mod question: I like the random image block alot, however, I would like the actual picture to be displayed, not the thumb. How do I do this? Simply changing the
list( $width , $height , $type ) = getimagesize( "$thumbs_dir/{$photo['lid']}.{$photo['ext']}" ) ;
line of the myalbum_rphoto.php block to
list( $width , $height , $type ) = getimagesize( "$photos_dir/{$photo['lid']}.{$photo['ext']}" ) ;
did not help.
Please, help me!
/Fredrik