Page 19 of 199 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 1988
  1. #181
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    I take it you are sending the e-mail from admin -> extras -> link contact.

    I can't duplicate this. I receive only one e-mail message and no duplicates.

    try uploading a fresh copy of this file.

    Attachment 1623
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  2. #182
    Join Date
    Feb 2007
    Location
    West Texas
    Posts
    128
    Plugin Contributions
    1

    Default Re: Link Manager 3.0 release

    I'd be happy to. Its located in two places, right? Upload new file to both places?

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

    Default Re: Link Manager 3.0 release

    Just upload the file in the zip to your admin folder

  4. #184
    Join Date
    Feb 2007
    Location
    West Texas
    Posts
    128
    Plugin Contributions
    1

    Default Re: Link Manager 3.0 release

    Thanks for clearing that up. Just wanted to be sure since that file name is located in two different folders.

    Seems to be fine now. so far so good...........

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

    Default Re: Link Manager 3.0 release

    Glad its working

  6. #186

    Default Re: Link Manager 3.0 release

    In Define page editor I have a page for both links and links_submit, but what I add to the pages in the define links editor isn't showing up. What code can I use to get them to show up on their corresponding pages.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  7. #187

    Default Re: Link Manager 3.0 release

    I apologize, I know it sounds like the same question from before, but I just want to figure our how to add text via Define Pages Editor instead of just using ftp and editing the file that way.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

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

    Default Re: Link Manager 3.0 release

    First:

    Run the following SQL statement from admin -> tools -> Install SQL Patches
    cut-and-paste the code into the query field and press 'Send' instead
    Code:
    DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS';
    
    INSERT INTO `configuration` VALUES (NULL, 'Define Links Status', 'DEFINE_LINKS_STATUS', '1', 'Enable the Defined Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 999, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
    Second:
    Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php

    find the following:

    PHP Code:
    <?php include(DIR_WS_MODULES zen_get_module_directory(FILENAME_LINK_LISTING)); ?>
    Just above this code add the following:

    PHP Code:
    <?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>

    <?php require($define_page); ?>

    <?php ?>
    Save the file and upload to your server

  9. #189

    Default Re: Link Manager 3.0 release

    I have been trying for a very long time to fix this and am still having problems. I just reinstalled the latest version in the downloads and my emails arrive like this:

    $EMAIL_GREETING
    $EMAIL_WELCOME
    $EMAIL_MESSAGE_HTML
    $EMAIL_CONTACT_OWNER
    $EMAIL_CLOSURE

    Will someone PUHLEEZE figger out what is going on here. It looks very unprofessional to get an email like this. Any answers out there? I have scoured the forums to get an answer and nothing works!

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

    Default Re: Link Manager 3.0 release

    PUHLEEZE, try this fix.

    just unzip and upload the includes folder to your server.

    Attachment 1626
    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

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