coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: LittleG on June 19, 2008, 06:27:28 PM

Title: [Solved]: Changing the return to thumbnail button on the film strip page
Post by: LittleG on June 19, 2008, 06:27:28 PM
Hi

I have edited my theme.php page in the manner suggested in http://forum.coppermine-gallery.net/index.php/topic,50328.0.html (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/ (http://ibexmc.org.uk/coppermine/) to the filmstrip page at http://ibexmc.org.uk/coppermine/displayimage.php?album=1&pos=0 (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
Title: Re: Changing the return to thumbnail button on the film strip page
Post by: Nibbler 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

<a href="{THUMB_TGT}"

to

<a href="/coppermine/"
Title: [Solved] Re: Changing the return to thumbnail button on the film strip page
Post by: LittleG on June 19, 2008, 06:43:37 PM
Thanks - works a treat and an amazingly quick response.