Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - edndale

Pages: [1]
1
Mods & Plugins (Releases & Support) / Reply and {postcard_url}
« on: February 18, 2003, 02:54:59 AM »
I tried this edit in the
lang/<your language>/email
templates for the newly created
postcard_confirm.html
**************************
Dear {recipient_name},

<A href=mailto:{sender_email}>{sender_name}</A> received your eCard!

{postcard_url}

{site_url}
--
Best regards,
{site_name}
***********************

But the reply in email prints as:

Dear testing,

<A href=mailto:someoone@home.com>Mr. Someone</A> received your eCard!

{postcard_url}

http://yoursite.com/postcard/details.php?image_id=78
--
Best regards,
Your Gallery


The postcard_url doesn't get printed while the site_url does...

QUESTION 1:
Is there another step to have {postcard_url} process like it does in postcard_message.html?

QUESTION 2:
Can html tags be used in the email confirmation?
 :roll:

Pages: [1]