Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Solved]: Changing the return to thumbnail button on the film strip page  (Read 1860 times)

0 Members and 1 Guest are viewing this topic.

LittleG

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

Hi

I have edited my theme.php page in the manner suggested in http://forum.coppermine-gallery.net/index.php/topic,50328.0.html and it works great. I can go straight from the album page at http://ibexmc.org.uk/coppermine/ to the filmstrip page at http://ibexmc.org.uk/coppermine/displayimage.php?album=1&pos=0 as I wanted.

However, there is an button on the filmstrip page (^) that is used to go back to the thumbnail page (which is the page I want to avoid). Where can I change the code to make the ^ button go back to the album page ( http://ibexmc.org.uk/coppermine/) rather than the thumbnail page?

Many Thanks

Graham
« Last Edit: June 19, 2008, 06:50:44 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: Changing the return to thumbnail button on the film strip page
« Reply #1 on: June 19, 2008, 06:33:53 pm »

Copy the $template_img_navbar template from the sample theme.php into your custom theme.php and change

Code: [Select]
<a href="{THUMB_TGT}"
to

Code: [Select]
<a href="/coppermine/"
Logged

LittleG

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

Thanks - works a treat and an amazingly quick response.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.