Author Topic: e-card  (Read 4389 times)

0 Members and 1 Guest are viewing this topic.

Offline peterle

  • Newbie
  • *
  • Posts: 17
    • View Profile
e-card
« on: May 12, 2003, 02:50:37 PM »
who can help me with that?

if one writes an e-card it looks ok, the preview looks also ok, but if you click send e-card all the line breakes of the meassge become visible as <br />??? what is wrong, what can I do???
I searched the forum, but I did not find anything!?

Thank you for your help,

Peter
_________________

<a href="http://peter.zoonited.net" target="_blank" class="postlink">http://peter.zoonited.net/templates/peli/images/4imgs.gif" border="0" /></a>

Offline Sheep707

  • Full Member
  • ***
  • Posts: 165
    • View Profile
    • http://www.leeger.net
no html
« Reply #1 on: May 12, 2003, 07:01:35 PM »
the mailformat ist text. Just the e-card fileend ist *.html. You cant use html code!

To make a simple break, use the "enter"-key!
Wer einen Rechtschreibefeher findet, kann ihn behalten!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
e-card
« Reply #2 on: May 12, 2003, 10:34:28 PM »
are u sure about that?
for me, when I click preview, it shows text in one line...
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Sheep707

  • Full Member
  • ***
  • Posts: 165
    • View Profile
    • http://www.leeger.net
Ups...
« Reply #3 on: May 14, 2003, 07:33:15 AM »
@Vano
Ups.. you've right  :oops:  :oops:

@peterle

The most easy way is to change the sending format to html.
Look at: http://www.4homepages.de/forum/viewtopic.php?p=4670#4670

so, you can use normal html tags ex "<br>"
Wer einen Rechtschreibefeher findet, kann ihn behalten!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Ups...
« Reply #4 on: May 14, 2003, 12:10:27 PM »
Quote from: Sheep707
The most easy way is to change the sending format to html.
Look at: http://www.4homepages.de/forum/viewtopic.php?p=4670#4670

so, you can use normal html tags ex "<br>"

another alternative (if u dont send the message's text with email) in postcards.php change:
Code: [Select]
     "message" => stripslashes($message),to this:
Code: [Select]
     "message" => format_text((stripslashes($message)), $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),
this will also let the sender use BBCode and/or HTML in the message (depence on your 4images settings ;))
if u send the message text in the postcard email, then u'll need "HTML eMail" from the thead Sheep707 showed.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)