#1 2002-09-20 11:58:41

LondonDragon
Member
2002-09-20
7

How to change previous and next thmubnail by simple images ?

... Remove the thumbnails on the side of the picture and just replace it with a next and previous icon? thanks

LD

PS : I've edited your title to make it more significant.

Offline

 

#2 2002-09-20 22:19:24

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13885

Re: How to change previous and next thmubnail by simple images ?

OK,
first, create 2 files prev.gif and next.gif, place them in the directory of your templates with the other images files.
then, in photo.php (version 1.1), line 120, replace :

Code:

<img src="$lien_thumbnail" class="imgLink" style="margin-left:5px;" alt="$file"/>

by

Code:

<img src="./template/".$user['theme']."/prev.gif" style="margin-left:5px;" alt="$file"/>

and in photo.php, line 351, replace  :

Code:

<img src="$lien_thumbnail" class="imgLink" style="margin-right:5px;" alt="$file"/>

by

Code:

<img src="./template/".$user['theme']."/next.gif" style="margin-left:5px;" alt="$file"/>

Offline

 

#3 2002-09-21 12:49:00

LondonDragon
Member
2002-09-20
7

Re: How to change previous and next thmubnail by simple images ?

Thanks very much :) I will give it a try

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2025 · Contact