I was involved in that thread. It didn't fix it before. It doesn't fix it now. I am at a loss to remember how, but I did fix it previously. Any other ideas?
Amy
Printable View
I was involved in that thread. It didn't fix it before. It doesn't fix it now. I am at a loss to remember how, but I did fix it previously. Any other ideas?
Amy
I'm trying to narrow down where the problem is. In includes/languages/english/links_submit.php the part dealing with email is as follows:
define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME . ' link exchange.');
define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
define('EMAIL_WELCOME', 'We welcome you to the <b>' . STORE_NAME . '</b> link exchange program.' . "\n\n");
define('EMAIL_TEXT', 'Your link has been successfully submitted at ' . STORE_NAME . '. 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.' . "\n\n");
define('EMAIL_CONTACT', 'For help with our link exchange program, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n");
define('EMAIL_WARNING', '<b>Note:</b> This email address was given to us during a link submittal. If you have a problem, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");
define('EMAIL_OWNER_SUBJECT', 'Link submittal at ' . STORE_NAME);
define('EMAIL_OWNER_TEXT', 'A new link was submitted at ' . STORE_NAME . '. It is not yet approved. Please verify this link and activate.' . "\n\n");
Could something here need to be modified?
Amy,
I don't think any changes need to be done there. That just defines the text that "should" show up in the e-mails.
Let me check a couple of other files. (something else on the todo list for the new version.)
Can I ask how you are sending your test submittals from the links_submit page or from your admin panel?
Thanks for looking into it. I am doing a test on the links submit page. I have not tried anything through the admin. I so wish I could remember how I did it before!
OK, I just sent myself an email through Links_contact in admin and the email came through like this:
$EMAIL_SUBJECT
$EMAIL_MESSAGE_HTML$EMAIL_FOOTER_COPYRIGHT$EMAIL_DISCLAIMER
$EMAIL_SPAM_DISCLAIMER$EXTRA_INFO
My header logo didn't show up either.
Amy
I also get
Warning: Invalid argument supplied for foreach() in /home/doodlebu/www/www/store/includes/functions/functions_email.php on line 380
Warning: Cannot modify header information - headers already sent by (output started at /home/doodlebu/www/www/store/includes/functions/functions_email.php:380) in /home/doodlebu/www/www/store/admin/includes/functions/general.php on line 34
after I send the email from admin
OK, to solve this problem.
Open admin/links_contact.php
find the following code:
zen_mail($mail_query->fields['links_contact_name'], $mail_query->fields['links_contact_email'], $subject, $message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, 'link_exchange');
Delete the highlighted portion. Save the file and upload to your server.
Thanks! That fixed the one error. But when I got the email I sent through admin, I got the same $EMAIL_MESSAGE_HTML in my email text. Still racking my brain on this end LOL
Hi
I may be looking in the wrong plce but I cannot find this download, i have tried in the downloads section under every section, am I just missing it?
yoursMarie