Ok - I've got most of the gallery looking like I want it too - took a lot of tips from this forum and am pretty happy... problem being, when viewing a picture, the 'previous' picture link shows up as a broken picture and for the life of me I can't find out why.. It's probably really simple, but I've searched ands earched and searched... *L*
so! um, help?
This is what I'm talking about:
**Broken link**
the 'next' thumb works fine, but the 'prev' thumb doesn't..... help?
I had the same problem. Look at the properties of the previous link "http://pics.blackdays.net/wg/galleries/011//thumbnail/TN-102.jpg"
Before thumbnail you hav two slashes. Thats your problem.
In "picture.php" you have a line 247: "$lien_thumbnail = $cat_directory.'/thumbnail/';"
Remove the slash before thumbnail, then you will have: "$lien_thumbnail = $cat_directory.'thumbnail/';"
:D Sorry for my bad english and Merry Christmas to you all.
Roy
Offline
Brilliant! Thank you! Works like a charm. Merry Christmas to you!
In line 219 in "picture_modify.php I had to do the same thing with one "/".
$thumbnail_url.= '/thumbnail/'; to $thumbnail_url.= 'thumbnail/';
This to get the picture to show when a pictureinfo is modified.
Roy
Offline