text only link in email to postcard text only link in email to postcard
 

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

text only link in email to postcard

Started by pixie6, November 05, 2003, 10:46:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pixie6

is there a way to send a text only link in email to the postcard?

something like;

"sender" has sent you a postcard from somesite.com

click here to view your card


thank you...

Joachim Müller

at the moment, the ecards are only sent as html. There will be a modification of this in the future (sending of plain text or plainText plus html). Right now, you can edit your the way your ecard looks (as html) by editing /themes/yourtheme/theme.php: look for// HTML template for e-cardsand edit the stuff that's underneath it accordingly.

GauGau

pixie6

thanks for the reply...and the great new release :) of coppermine.

digitalflash

Has this option been implemented since 2003? I.e., send a postcard, but it just sends a message with a link back to the site where the user can actually see the postcard.

Quote from: GauGau on November 05, 2003, 05:27:47 PM
at the moment, the ecards are only sent as html. There will be a modification of this in the future (sending of plain text or plainText plus html). Right now, you can edit your the way your ecard looks (as html) by editing /themes/yourtheme/theme.php: look for// HTML template for e-cardsand edit the stuff that's underneath it accordingly.

GauGau

Joachim Müller

Asking for features of current versions on a board that deals with an outdated version is not a bright idea. In the future, post on the board that deals with the version you're refering to (you could post a link as refernce to an outdated thread there though).
However, this is what has changed in cpg1.4.x: the ecard is being sent as html as well as text (in case the email client is not capable of displaying html-formatted mails), however the pic itself is being hotlinked from within the email. However, it's pretty straightforward to modify the ecard template and remove the pic itself, leaving only the clickable link inside the email.

digitalflash

Sorry about not posting appropriately...and thanks for the response.