Custom 'Send to E-Card' link not working after upgrade Custom 'Send to E-Card' link not working after upgrade
 

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]

Main Menu

Custom 'Send to E-Card' link not working after upgrade

Started by tag_webdev, August 04, 2008, 07:22:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tag_webdev

Hello,

I recently upgraded my gallery to 1.4.18, but I have had to disable a custom
link that I added before the upgrade, as it gives an error now.

The link was a 'Send e-card to a friend' button that would appear underneath
the "normal-size" images.

I now use the theme.php file that has all CORE items removed.

Below is the code I had originally:

<!-- BEGIN ecard_button -->
    <td align="center" valign="middle" class="navmenu" width="48">
        <a href="{ECARD_TGT}" class="navmenu_pic" title="{ECARD_TITLE}"><img src="{LOCATION}images/ecard.gif"  border="0" align="middle" alt="{ECARD_TITLE}" />Send e-card to a friend</a>
     </td>
<!-- END ecard_button -->


If anyone can shed light on this, I'd be very appreciative. Thanks.


tag_webdev

Thanks for the quick response.

Regarding the error, it says that it can't find the link, but that's
because it literally adds the "{ECARD_TGT}" string to the link.