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: can ecard contain only link to pic, not pic itself?  (Read 3569 times)

0 Members and 1 Guest are viewing this topic.

johnsky

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
can ecard contain only link to pic, not pic itself?
« on: December 31, 2004, 08:54:00 am »

Hi,

Is it possible to configure ecards to _not_ have the picture sent in the email, so that the email only contains a link that takes the person to the site to view the card? I ask this because we have the rights to post certain pics on the Web, but not the rights to email the pictures.

Thanks,
John
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: can ecard contain only link to pic, not pic itself?
« Reply #1 on: December 31, 2004, 09:11:41 am »

Not tested, but try this after backing up your file.

In themes/yourtheme/theme.php

FIND:
Code: [Select]
<img src="{PIC_URL}" border="1" alt="" />
REPLACE with:
Code: [Select]
<a href="{PIC_URL}">YOUR TEXT HERE</a>
You can put whatever you want to represent the URL by editing the text as noted.
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 20 queries.