Thanks for a great script. Sorry about my english.
I cant get up the next and the last picture besides the main picture.
I can navigate with the link, but dont get the next and last picture to show, I only get a cross.
Is thre anything I have not configurert. I have tried too install it again, but nothing was different.
I have located the link in photo.php to bee:
echo "
<a href=\"".add_session_id_to_url( $url_link )."\" title=\"$alt_prev\">
<img src=\"left.gif\" class=\"imgLink\" style=\"margin-right:10px;margin-left:5px;\" alt=\"$file\"/>
</a>";My galleries and thumbs is working ok, what is wrong with my setup?
Else the script is ok.
friendly
Roy
Offline
I find it strange because you can see thumbs without problems on diapo.php page ! I don't know what the problem can be. But I try to find questions to ask you...
Offline
I find it strange because you can see thumbs without problems on diapo.php page ! I don't know what the problem can be. But I try to find questions to ask you...
I forgot to tell you that have replaced the pictures beside with arrows as you see in the code I passed inn.
See your script on : **broken link**
I have tried a lot of scripts lately, but I like your Script so much, that I really want it to work propely.
Keep up your great working.
friendly
Roy
Offline
as far as I can see on your gallery, it works great.
Offline
Thank you for answering me.
If you take a look at this link: **broken link**
you will see the main pictures, and arrows to the left and right of the main picture. I have modified the script with this arrows. It should have been the last picture to the left, and the next picture to the right. Instead I get the link to work, buth can't get up the pictures, but only get red crosses.
I hope you understand my problem now.
If not I think I drop the theme, and live with the arrows. Sometimes in the future I can solve this problem.
(When i have learned PHP better).
friendly
Roy Hansen **broken link**
Offline
really, I don't understand, it works perfectly when I look on my computer ! The first picture has no previous arrow, the last one has no next arrow. No red cross anywhere !
The only thing different from you and me might be the web browser. I use FireBird (Mozilla Browser) on GNU/Linux. I can't test on Microsoft Windows IE, it may come from that 8-O
Offline
At last I manages to solve the problem.
In photo.php you have a line
"$lien_thumbnail = $cat_directory."/thumbnail/".$conf['prefixe_thumbnail'].$file.".".$row['tn_ext']"
On my system the link to the small pictures skows up with two slashes "//"
when I took away one slash like this"
"$lien_thumbnail = $cat_directory."thumbnail/".$conf['prefixe_thumbnail'].$file.".".$row['tn_ext']"
everything works perfect. :D
Thank you for a exellent script, its one of the best!!!!
Roy
Offline