#1 2003-12-23 09:54:24

Di
Guest

Hrm...

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?

 

#2 2003-12-24 05:44:01

Roy
Member
Norway
2003-09-21
28

Re: Hrm...

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

 

#3 2003-12-24 10:46:32

Di
Guest

Re: Hrm...

Brilliant! Thank you! Works like a charm. Merry Christmas to you!

 

#4 2003-12-26 12:02:58

Roy
Member
Norway
2003-09-21
28

Re: Hrm...

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

 

Board footer

Powered by FluxBB