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: Customizing Film Strip  (Read 3954 times)

0 Members and 1 Guest are viewing this topic.

Fly0770

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Customizing Film Strip
« on: March 04, 2011, 04:17:33 am »

I have 3 issues with setting up Film Strip at my Coppermine Gallery can be found here: http://www.2flyproductions.com/Showcase.html

#1 - Is there a way to remove the black "strip" portions on the top and bottom of the thumbnails images on the bottom?

#2 - When selecting a set of images to view, when you click the the album, I would like the film strip to load from there.  Instead it shows me a list of thumbails, and you must select one of them to then launch the film strips.  I would like to avoid the intermediate step all together.

#3 - Is it possible to blur all the thumbnails other than the image being viewed?

Thanks in advance!

-MJ
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Customizing Film Strip
« Reply #1 on: March 04, 2011, 12:05:34 pm »

I have 3 issues
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270618.html#msg270618

#1 - Is there a way to remove the black "strip" portions on the top and bottom of the thumbnails images on the bottom?
Copy this to your the theme.php file of your theme:
Code: [Select]
/******************************************************************************
** Section <<<$template_film_strip>>> - START
******************************************************************************/
// HTML template for filmstrip display
$template_film_strip = <<<EOT

        <tr>
          <td valign="bottom" class="thumbnails filmstrip_background" align="center" style="{THUMB_TD_STYLE}">
            <table width="100%" cellspacing="0" cellpadding="3" border="0">
                <tr>
                   <td width="50%" class="prev_strip"></td>
                     <td valign="bottom"  style="{THUMB_TD_STYLE}">
                       <div id="film" style="{SET_WIDTH}"><table class="tape" ><tr>{THUMB_STRIP}</tr></table></div>
                     </td>
                   <td width="50%" align="right" class="next_strip"></td>
                </tr>
            </table>
          </td>
        </tr>
<!-- BEGIN thumb_cell -->
                <td class="thumb" >
                  <a href="{LINK_TGT}" class="thumbLink" style="{ONE_WIDTH}">{THUMB}</a>
                </td>
<!-- END thumb_cell -->
<!-- BEGIN empty_cell -->
                <td valign="top" align="center" >&nbsp;</td>
<!-- END empty_cell -->

EOT;
/******************************************************************************
** Section <<<$template_film_strip>>> - END
******************************************************************************/
(not tested).


Please start new threads for your other issues while using a meaningful subject line.
Logged
Pages: [1]   Go Up
 

Page created in 0.03 seconds with 19 queries.