Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Links Manager 1.5 - email handling issue + other issues

    Hi There

    Couldn't find a solution to this anywhere so I am forced to post a thread. Noticed today that when someone submits a link to be included in my link directory they receive the normal email confirming there submission. This is all good except the content of the email is missing, they receive the following in the body of the message and nothing else.

    Code:
    $EMAIL_MESSAGE_HTML
    as shown below



    I have run $EMAIL_MESSAGE_HTML through the Developer Tools and came up with absolutely zip.

    The same thing happens to all link manager emails.

    Does anyone have any idea as to why the emails comes up like this? I obviously need to change some code in files but not sure which files I need to do this in!!

    I have also noticed when I have tested the submit link myself that it takes me to my secure site and the bread crumb in the success page show up like the following

    Home :: Links :: NAVBAR_TITLE rather than how it should

    Does anyone know where I can change this whether in the admin or in certain files? I would much prefer this to go to a non ssl page.

    Please, if anyone can help with these prob, I would surely appreciate it.

  2. #2
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Links Manager 1.5 - email handling issue + other issues

    Hey. Just wondering if anyone is able to help with this issue.


  3. #3
    Join Date
    Feb 2004
    Location
    New York
    Posts
    279
    Plugin Contributions
    1

    Default Re: Links Manager 1.5 - email handling issue + other issues

    Hi:

    Do you have a file named email_template_linkssubmit.htm in your /public_html/email directory? It might be missing.

  4. #4
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Links Manager 1.5 - email handling issue + other issues

    Hi Tony Thanks for that. There isn't one, but there also wasn't one in the downloaded mod zip file either as I just checked. You wouldn't happen to have one would you.

  5. #5
    Join Date
    Feb 2004
    Location
    New York
    Posts
    279
    Plugin Contributions
    1

    Default Re: Links Manager 1.5 - email handling issue + other issues

    Here it is....put this in your email directory and see if that fixes it....pls let me know....Tony

    email_template_linkssubmit.htm

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <base href="$BASE_HREF" />

    <style type="text/css">
    .body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;}
    a:link {color:#0066cc;}
    a:hover {background-color:#eeeecc; color:#0066cc;}
    a:visited {color:#0066cc;}
    .holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:550px;}
    .header {font-size:10px; padding:0px; width:550px;}
    .content {font-size:10px; padding:5px; width:550px;}
    .content-line {padding:5px;}
    .coupon-block {padding:5px; border:1px solid #cccccc; background-color: #FFFF99;}
    .coupon-code {font-weight:bold;}
    .gv-block {padding:5px; border:1px solid #cccccc; background-color: #99FF99;}
    .gv-code {font-weight:bold;}
    .footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:550px;}
    .extra-info {background-color:#cccc99; border:1px solid #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;}
    .extra-info-bold {font-weight:bold;}
    .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;}
    .disclaimer1 {color:#666666; padding:5px;}
    .disclaimer1 a:link {color:#666666;}
    .disclaimer1 a:visited {color:#666666;}
    .disclaimer2 {color:#666666; padding:5px}
    .copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
    </style>

    </head>

    <body class="body">
    <div class="holder">

    <!-- Header Section -->
    <div class="header">
    <img src="email/header.jpg" alt="logo" />
    </div>


    <!-- Content Section -->
    <div class="content">
    <div class="content-line">$EMAIL_GREETING</div>
    <div class="content-line">$EMAIL_WELCOME</div>
    <!--The following only get populated if they're enabled! -->
    $COUPON_BLOCK
    $GV_BLOCK
    <!-- end gv/coupon section -->
    <div class="content-line">$EMAIL_MESSAGE_HTML</div>
    <div class="content-line">$EMAIL_CONTACT_OWNER<br />$EMAIL_CLOSURE</div>
    </div>
    </div>

    <!-- Footer Section -->
    <div class="footer">
    <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
    </div>

    <div class="disclaimer">
    <div class="disclaimer1">$EMAIL_DISCLAIMER</div>
    <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
    </div>
    $EXTRA_INFO
    </body>
    </html>

  6. #6

    Default Re: Links Manager 1.5 - email handling issue + other issues

    Tony, I just created the file and uploaded it and still get the same issue. Anything else I am missing?

    Amy
    www.fuzzibunzdepot.com

  7. #7
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

    Default Re: Links Manager 1.5 - email handling issue + other issues

    Amy i'm having the same issue with the email...



    as for the NAVBAR_TITLE

    in your language/english/CUSTOM/links_submit_success.php

    add this to file:

    Code:
    define('NAVBAR_TITLE', 'Link Submitted Successfully!');

 

 

Similar Threads

  1. v151 Default DATETIME issues with SQL install (Links Manager)
    By mutinyzoo in forum Addon Sideboxes
    Replies: 3
    Last Post: 22 Jan 2014, 05:55 PM
  2. Email Archive Manager - D/M/Y Date issue:
    By rlexyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Jul 2010, 05:26 AM
  3. Links Manager Issue
    By LordGemz in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Feb 2010, 05:35 AM
  4. Links Manager-Wrong Email being Sent
    By ranger_lp in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Nov 2006, 01:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR