Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Return to the thumbnails page under filmstrip  (Read 2885 times)

0 Members and 1 Guest are viewing this topic.

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Return to the thumbnails page under filmstrip
« on: October 14, 2013, 10:18:07 am »

How can I move the Return to the thumbnails page icon under the filmstrip?
thanks.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Return to the thumbnails page under filmstrip
« Reply #1 on: October 14, 2013, 02:07:06 pm »

Do you want to move just that button or the entire navigation bar?
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Return to the thumbnails page under filmstrip
« Reply #2 on: October 14, 2013, 04:07:11 pm »

just that button.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Return to the thumbnails page under filmstrip
« Reply #3 on: October 14, 2013, 04:20:49 pm »

I assume the easiest way is to remove that button completely from $template_img_navbar and add it via
Code: [Select]
    global $album, $pos;
    echo '<a href="thumbnails.php?album='.$album.'&amp;page='.ceil(($pos + 1) / ($CONFIG['thumbrows'] * $CONFIG['thumbcols'])).'"><img border="0" align="middle" alt="Return to the thumbnail page" src="images/navbar/thumbnails.png"></a>';
at your desired location in the function theme_display_image.
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Return to the thumbnails page under filmstrip
« Reply #4 on: October 14, 2013, 04:27:59 pm »

thanks.it works.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 21 queries.