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

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

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.