Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: how to remove the two borders of negative ? I suppressed tile.jpg ...  (Read 5333 times)

0 Members and 1 Guest are viewing this topic.

GH

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 107

Hello, I tried to erase the tile-files, but even if they are not there, the negative borders appears.

Thank you
GH
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #1 on: September 24, 2008, 07:50:51 pm »

Why don't you post a link to your gallery for a start?
Logged

GH

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 107
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #2 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......."

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #3 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.
Logged

GH

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 107
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #4 on: September 25, 2008, 12:55:23 pm »

Sorry, I'll try top show better discipline next time. :-[
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #5 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.
Code: [Select]
// 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;
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

GH

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 107
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #6 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?
Logged

GH

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 107
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #7 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.


Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #8 on: September 26, 2008, 12:04:55 pm »

There's a styling going on there to add a shadow behind the picture. Here 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. 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.
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

GH

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 107
Re: how to remove the two borders of negative ? I suppressed tile.jpg ...
« Reply #9 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
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 17 queries.