The Gallery I recommended can be edited so the thumbnails don't display and you can make the links appear instead. Shouldn't be tough, the info is already there. Just replace the <img> tag with the <a href> text.
before: <a href='images/cars/bmw/pic1.gif'><img src='images/cars/bmw/pic1_thumb.gif'></a> after: <a href='images/cars/bmw/pic1.gif'>http://www.domain/images/cars/bmw/pic1.gif</ a> J -----Original Message----- From: chris sherwood [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 10:20 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] image galleries I haven't found anything that would handle the problem you have... in my case I would create the galleries that I needed... maybe write some reiterate code that would display recreated thumbs from the images... this could be done when the upload is done and the new image created from the old one using create from functionality available in the php engine such as http://ca3.php.net/manual/en/function.imagecreatefromjpeg.php or one of the others you find there.... good luck "Alan Quirk" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > I've had a look around lots of script sites (hotscripts, etc) and there are > lots of scripts for gd-library galleries, but unfortunately the server i'm > using does not support it, and I really want to have a gallery where > pictures can be uploaded and all the appropriate directories are created > automatically (i'm not that good with code just yet) but instead of listing > pages of thumbnails it just automatically lists the pics in the gallery as > text links. > > I hope you can be of some help, I can't find anything anywhere on the whole > internet like this. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php