Results 1 to 10 of 1988

Threaded View

  1. #11
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by cjcrafts View Post
    Ok,, this fixed most of the problem..

    When I click the box to "Notify Contact:" the recieved email only shows

    $EMAIL_SUBJECT
    $EMAIL_MESSAGE_HTML


    Everything else regarding email is working fine now excluding this.

    I really do appreciate your help with this.. this mod has made life a lot eaier for me
    open admin/links.php

    find the following line of code:

    Code:
    if (isset($_POST['links_notify']) && ($_POST['links_notify'] == 'on')) {
                $email = sprintf(EMAIL_TEXT_STATUS_UPDATE, $links_contact_name, $links_status_array[$links_status]) . "\n\n" . STORE_OWNER . "\n" . STORE_NAME;
    Just below this line add

    Code:
    $html_msg['EMAIL_MESSAGE_HTML'] = $email;
    also add the following file

    unzip the file and upload the admin folder to your server
    Attachment 1718
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

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