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: viewing ecard  (Read 5937 times)

0 Members and 1 Guest are viewing this topic.

RF

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 20
viewing ecard
« on: September 12, 2004, 01:33:59 am »

i recently upgraded to cpg 1.3.2.  I noticed there is a problem with e-card.  I can send e-cards fine.  However, once you try viewing them there is no picture showing up. Just a broken image icon. I tried using outlook and hotmail with the same result.  I tried using the link "If the e-card does not display correctly, click this link" but that did not work either.

I checked the properties on the broken image and got this: "http://www.rumbafactory.com/albums/rubber/normal_DSC0019.JPG."
This means the link is missing the cpg folder .. in other words it should read http://www.rumbafactory.com/cpg/albums/rubber/normal_DSC0019.JPG

I checked the properties on the failing link and noticed the same problem with the url...
 "http://www.rumbafactory.com/displayecard.php?data=blablablabla" and should read "http://www.rumbafactory.com/cpg/displayecard.php?data=blablablabla"

I would appreciate any help on how and where to fix this.  I'm not experienced in this at all.  
Logged
john

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: viewing ecard
« Reply #1 on: September 12, 2004, 01:36:53 am »

Change the ecard target url in your config settings.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

RF

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 20
Re: viewing ecard
« Reply #2 on: September 12, 2004, 02:06:50 am »

ok that makes sense .. thank you... i didn't have a problem with it before so i didn't expect it.. ok now it works fine but i have another problem.. the link for "Click this link to view more pictures !" is not the one I'd like to use.. it's sending them directly to the cpg folder.  Is there a way to send them to another url... in other words instead of "http://www.rumbafactory.com/cpg/" how about just simply "http://www.rumbafactory.com"

thanks again

Logged
john

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: viewing ecard
« Reply #3 on: September 12, 2004, 03:10:45 am »

If you want to change that link, open up ecard.php and find

Code: [Select]
'{VIEW_MORE_TGT}' => $CONFIG['ecards_more_pic_target'],
and replace it with something like this

Code: [Select]
'{VIEW_MORE_TGT}' => 'http://www.rumbafactory.com',
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

thenomad

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: viewing ecard
« Reply #4 on: September 16, 2004, 11:16:28 am »

I am having a similar problem.

The ecard like is pointing to the correct directory, but an incorrect file. It's pointing to

http://www.thenomadsland.com/gallery/albums/thailand/normal_000018.JPG

but the filename should not actually have normal_ in it. The filename should be

http://www.thenomadsland.com/gallery/albums/thailand/000018.JPG
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.