can ecard contain only link to pic, not pic itself? can ecard contain only link to pic, not pic itself?
 

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

Main Menu

can ecard contain only link to pic, not pic itself?

Started by johnsky, December 31, 2004, 08:54:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

johnsky

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

Tranz

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.