Customizing Film Strip Customizing Film Strip
 

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

Customizing Film Strip

Started by Fly0770, March 04, 2011, 04:17:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fly0770

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

ΑndrĂ©

Quote from: Fly0770 on March 04, 2011, 04:17:33 AM
I have 3 issues
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270618.html#msg270618

Quote from: Fly0770 on March 04, 2011, 04:17:33 AM
#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:
/******************************************************************************
** 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.