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...
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-cards
and edit the stuff that's underneath it accordingly.
GauGau
thanks for the reply...and the great new release :) of coppermine.
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-cards
and edit the stuff that's underneath it accordingly.
GauGau
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.
Sorry about not posting appropriately...and thanks for the response.