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: I can't see the picture in the ecards-mail anymore  (Read 19040 times)

0 Members and 1 Guest are viewing this topic.

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
I can't see the picture in the ecards-mail anymore
« on: November 02, 2005, 09:51:50 am »

Hello Gau Gau,
When i send an ecard everything go's okay, however I can't check it in de ecard list and and the reciever dos not see the picture. Also i do get an fault when i want to display the pcture when i click on:http://www.webridder.nl/fotogalerij/displayimage.php?pos=-1479
I got this problem a couple of day's. I sended already some ecards with the 1.3.5. version
See the code beneath.
Greetings
Toon Hermsen de Webridder
« Last Edit: November 02, 2005, 05:52:34 pm by Abbas Ali »
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: I can't see the picture in the ecards-mail anymore
« Reply #1 on: November 02, 2005, 10:11:22 am »

It probably has to do with your frame setup. Is this the photo you are referring to?
http://www.webridder.nl/coppermine/displayimage.php?pos=-1479

Please do not post debug info (which you referred to as 'code') unless a supporter asks you.

And please do not have audio play automatically on your site, especially on a 404 error page. I was listening to some nice classical music and that page just messed up my environment. That's just one example. Try to imagine that your visitors are listening to anything else and to respect that.
Logged

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: I can't see the picture in the ecards-mail anymore
« Reply #2 on: November 02, 2005, 11:16:09 am »

It probably has to do with your frame setup. Is this the photo you are referring to?
http://www.webridder.nl/coppermine/displayimage.php?pos=-1479

Yes, this is one of the pictures I can't open.
Why can it be opened via your link??

I did not change anything the last day's, thus why do I get now this fault?
Before everthing worked allright.

Greetings,
de Webridder, Toon Hermsen

Logged

Nibbler

  • Guest
Logged

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: I can't see the picture in the ecards-mail anymore
« Reply #4 on: November 02, 2005, 11:26:22 am »

I did not remove the coppermine link, Nibbler.
It's yust black. You can click on it
Greeting.
de webridder, Toon Hermsen
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: I can't see the picture in the ecards-mail anymore
« Reply #5 on: November 02, 2005, 11:59:33 am »

Yes we know that it is black. But making the footer the same color as the background is as good as removing the link, since a normal user won't know whether any link exists or not as he cannot see it.
Logged
Chief Geek at Ranium Systems

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: I can't see the picture in the ecards-mail anymore
« Reply #6 on: November 02, 2005, 12:26:23 pm »

How can I change the color in the footer, so you can see the Coppermine link?
Greetings,
de Webridder Toon Hermsen
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: I can't see the picture in the ecards-mail anymore
« Reply #7 on: November 02, 2005, 12:41:28 pm »

If you have made the footer the same color as background then you should know how to change it.

Anyways edit themes/webridder1/style.css

Replace

Code: [Select]
.footer {
font-size : 9px;
color: #000000; <!-- extra -->
}

.footer a {
text-decoration: none;
color: #000000;
}

.footer a:hover {
color: #000000;
text-decoration: underline;
}

with

Code: [Select]
.footer {
        font-size : 9px;
        color : #ffffff;
}

.footer a {
        text-decoration: none;
        color: #ffffff;
}

.footer a:hover {
        color: #ffffff;
        text-decoration: underline;
}

P.S: The comment <!-- Extra --> in the footer class clearly shows that you did it delibrately and u knew what you were doing, don't you ;). If you do something wrong then don't leave traces :)
Logged
Chief Geek at Ranium Systems

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: I can't see the picture in the ecards-mail anymore
« Reply #8 on: November 02, 2005, 12:52:56 pm »

It's not a excuse, I know, but I did not change the theme by myself.
I wil change the color in a grey visable color.
Greetings
de Webridder, Toon Hermsen
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: I can't see the picture in the ecards-mail anymore
« Reply #9 on: November 02, 2005, 01:21:27 pm »

Great :)

Now regarding the ecard. Go to config page. Change Target address for the 'See more pictures' link in e-cards from "http://www.webridder.nl/fotogalerij/" to "http://www.webridder.nl/coppermine/"
Logged
Chief Geek at Ranium Systems

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: I can't see the picture in the ecards-mail anymore
« Reply #10 on: November 02, 2005, 01:49:38 pm »

Thanks for the great help, Abbas Ali  :)
It's fixed.
Greetings
de webridder, Toon Hermsen
 
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: I can't see the picture in the ecards-mail anymore
« Reply #11 on: November 02, 2005, 04:18:05 pm »

What a loser... he got help and changed the footer text to black again.
Logged

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: I can't see the picture in the ecards-mail anymore
« Reply #12 on: November 02, 2005, 04:56:13 pm »

Dear TranzDance.
I think you can't see properly, because I did not chance the footer text to black again.
Greetings,
de Webridder, Toon Hermsen
« Last Edit: November 02, 2005, 06:01:13 pm by webridder »
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: I can't see the picture in the ecards-mail anymore
« Reply #13 on: November 02, 2005, 05:52:05 pm »

It will be good if you stick to it.
Logged
Chief Geek at Ranium Systems

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: I can't see the picture in the ecards-mail anymore
« Reply #14 on: November 02, 2005, 05:54:09 pm »

Dear TranzDance.
I think you van't see propoerly, because I did not chance the footer text to black again.
Greetings,
de Webridder, Toon Hermsen

I know what I saw. I had to do a select all to reveal the text. Don't lie. That's evil.
Logged

webridder

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: I can't see the picture in the ecards-mail anymore
« Reply #15 on: November 02, 2005, 06:00:30 pm »

I don't lie !!!!!!!!!, dear TranzNDance. You did not get a properly look. You are lying and that I can't appreciate. Because I really did not chance the footer text color in black again. Don't make me have a bad day.
Greetings,
de Webridder, Toon Hermsen
« Last Edit: November 02, 2005, 07:27:45 pm by webridder »
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.