coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Ecards & Email => Topic started by: johnsky on December 31, 2004, 08:54:00 AM

Title: can ecard contain only link to pic, not pic itself?
Post by: johnsky 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
Title: Re: can ecard contain only link to pic, not pic itself?
Post by: Tranz on December 31, 2004, 09:11:41 AM
Not tested, but try this after backing up your file.

In themes/yourtheme/theme.php

FIND:
<img src="{PIC_URL}" border="1" alt="" />

REPLACE with:
<a href="{PIC_URL}">YOUR TEXT HERE</a>

You can put whatever you want to represent the URL by editing the text as noted.