Re: Link Manager 3.0 release
I noticed the link submit email is not formatted right.
Here is what I got by email:
----------------------------------------------------------------------------------
Dear Daniel SpiessWe welcome to Alice Sturzinger link exchange program
Your link has been successfully submitted at Alice Sturzinger. It will be
added to our listing as soon as we approve it. You will receive an email
about the status of your submittal. If you have not received it within the
next 48 hours, please contact us before submitting your link again.For help
with our link exchange program, please email the store-owner:
[email protected]: This email address was given to us
during a link submittal. If you have a problem, please send an email to
[email protected].
-------------------------------------------------------------------------------
It seems the "br /" and some spaces are not working.
Is this because I have text email as standard setting?
I checked the code in links_submit.php and it looks good to me?! Why are the line brakes not working?
part of the code with some br:
define('SUBMIT_RULE', '<p>Please choose the most appropriate category for your link. <strong>' . STORE_NAME . '</strong> reserves the right to change the category or edit your description, if needed.</p>');
define('LINKS_SUCCESS', 'Your link has been successfully submitted! It will be added to our listing as soon as we approve it.<br>You will receive an email confirming your submittal. If you have not received it within the hour, please <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">contact us</a>. Also, you will receive an email as soon as your link is approved.');
define('TEXT_MAIN', 'Please fill out the following form to submit your website.');
define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME . ' link exchange.');
define('EMAIL_GREET_NONE', 'Dear %s <br/>');
define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b> link exchange program.<br />');
Live and learn... the Zen way.
Bookmarks