We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9255
    • 41 Posts
    I am using sent to a friend 0.2 and it is auto generating the message box with some text, when I view the chunk I see this [+message+], how can I edit the text inside [+message+]?
      • 5340
      • 1,624 Posts
      Shouldn’t you be editing the STFemailOK chunk?
        • 9255
        • 41 Posts
        This is that chunk....
        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
        <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <title>Mail</title>
        <style type="text/css">
        <!--
        body {
        /*background-color: #EEECE0;*/
        }
        .Style1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        }
        .Style2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        }
        .Style3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #B50C00;
        }
        .Style4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        }
        -->
        </style>
        </head>

        <body>
        <table width="515" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
        <td width="15">&nbsp;</td>
        <td height="50" align="center" valign="top">

        <table width="495" height="28" border="0" cellpadding="0" cellspacing="0">
        <tr>
        <td align="left"><span class="Style4">Contact from the site </span></td>
        </tr>
        </table>


        <table width="500" border="0" cellpadding="20" cellspacing="0">
        <tr>
        <td align="left" valign="top" bgcolor="#F9FAF4" class="Style1">
        Hello <strong>[+nomami+]</strong>,

        <strong>[+nom+]</strong> Has sent you a message :



        [+message+]</td>
        </tr>
        </table> </td>
        </tr>
        </table>
        </body>
        </html>
          • 5340
          • 1,624 Posts
          If the text you want to replace is "Hello, I think this page would interest you" then you should edit the snippet

          Search for " CORE DEFAULT PARAMETERS"