Return to the thumbnails page under filmstrip Return to the thumbnails page under filmstrip
 

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

Main Menu

Return to the thumbnails page under filmstrip

Started by allvip, October 14, 2013, 10:18:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

allvip

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

Αndré

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

allvip


Αndré

I assume the easiest way is to remove that button completely from $template_img_navbar and add it via
    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.