coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: GH on September 24, 2008, 04:58:11 PM

Title: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: GH on September 24, 2008, 04:58:11 PM
Hello, I tried to erase the tile-files, but even if they are not there, the negative borders appears.

Thank you
GH
Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: Joachim Müller on September 24, 2008, 07:50:51 PM
Why don't you post a link to your gallery for a start?
Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: GH on September 25, 2008, 12:11:14 AM
Right,  here is the link to the image with the filmstrip:   http://schistes.olympe-network.com/displayimage.php?album=10&pos=1 

may I open here some little problems on my site :

a) when I clic on an album like here

http://schistes.olympe-network.com/thumbnails.php?album=11
   I see something wrong on the right side, "title ...  /  filename .../ date ... / position .....
     Can You indicate me what could be the raison, some modifcations probably, but the last one where on themes, creating buttons in the menu ???

b) where can I remove  the little button "display/hide file information" and also beside the album thumbnail "2 files last one added......."

Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: Joachim Müller on September 25, 2008, 08:21:50 AM
Well, the file is still there - you haven't removed it: http://schistes.olympe-network.com/images/tile.gif

We have a strict "one question per thread" policy that you agreed to respect when signing up.
Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: GH on September 25, 2008, 12:55:23 PM
Sorry, I'll try top show better discipline next time. :-[
Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: Gizmo on September 25, 2008, 01:02:56 PM
Copy and paste the below code into your theme.php file before the ending "?>" then edit to remove the cells that contain the film strip image.

// HTML template for filmstrip display
$template_film_strip = <<<EOT

        <tr>
         <td valign="top" style="background-image: url({TILE1});"><img src="{TILE1}" alt="" border="0" /></td>
        </tr>
        <tr>
        <td valign="bottom" class="thumbnails" align="center">
          <table width="100%" cellspacing="0" cellpadding="3" border="0">
              <tr>
                 <td width="50%"></td>
                 {THUMB_STRIP}
                 <td width="50%"></td>
              </tr>
          </table>
        </td>
        </tr>
        <tr>
         <td valign="top" style="background-image: url({TILE2});"><img src="{TILE2}" alt="" border="0" /></td>
        </tr>
<!-- BEGIN thumb_cell -->
                <td valign="top" align="center">
                                        <a href="{LINK_TGT}">{THUMB}</a>
                                        {CAPTION}
                                        {ADMIN_MENU}
                </td>
<!-- END thumb_cell -->
<!-- BEGIN empty_cell -->
                <td valign="top" align="center" >&nbsp;</td>
<!-- END empty_cell -->

EOT;
Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: GH on September 25, 2008, 03:39:13 PM
thanks, but when I erased the images/tile.jpg there is no more filestrip graphics, so it works without changing code, is there an inconvenient to do only so?
Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: GH on September 26, 2008, 04:04:22 AM
I don't undersstand:
when I do as you said, there is no change! 
The filmstrip is already gone, and I do not understand what you have in mind when you say : Copy and paste .......ending "?>" then edit to remove the cells that contain the film strip image.

which cells, all images with name tile I erased. Do you mean the two empty picture cases I can see? How can I remove it?

There is another effect: instaed of the film strip, I see now à very light red background, how to erase this?

thank you.


Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: Gizmo on September 26, 2008, 12:04:55 PM
There's a styling going on there to add a shadow behind the picture. Here (http://forum.coppermine-gallery.net/index.php/topic,31423.0.html) are some tools to help you determine all the questions you've asked about this theme so far. You can read how to edit themes here (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#creating). No offense (and I also just got up so I may be a bit cranky  ;)) but why not take a crack at figuring these issues out yourself to learn by using these tools. I recommend FireFox and the plugin Firebug. Also most of these questions you're asking has been done before so search the board (I should know, I've answered them enough times  ;)).

From looking at your gallery now the film strip seems to be gone and there's no after effects so I assume this issue is solved. Remember only one issue per thread.
Title: Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
Post by: GH on September 26, 2008, 03:12:30 PM
ok, i think I did too much for that I'm able to know for the moment.
Sorry for the bad link, I try to search what's the reason, I transfered the local site to the remote host, there were relative links inside  ./blabla  but that doesn't work, I replace by the real domain adresse, no change, I am curious to see if I find something with the saerch fonction here.
thank you