Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    84
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread - Please Help!!

    Hi, is this module on the plugin page still compatible with the latest zen cart v1.5.1?

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Link Manager 3.0 Support Thread - Please Help!!

    Quote Originally Posted by waterbender View Post
    Hi, is this module on the plugin page still compatible with the latest zen cart v1.5.1?
    Yes, if you read the couple of posts above yours.

  3. #3
    Join Date
    May 2010
    Posts
    84
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread - Please Help!!

    Thank you.

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Link Manager 3.0 Support Thread - Please Help!!

    So I've been messing around with this, and discovered something I found odd.. When viewing a specific link category page (http://yoursite.com/index.php?main_page=links&lPath=2), the "Back" button takes you back to the page you were viewing BEFORE you went to the links page..

    I found that odd since I would expect that when clicking the back button from the specific links category, I woud be returned to the links homepage.(http://yoursite.com/index.php?main_page=links)

    So I made the following change around line 17 of the /includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php file.
    From:
    Code:
    <div class="buttonRow"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    To:
    Code:
    <div class="buttonRow back"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS) . '">' . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) .'</a>'; ?></div>
    This returns you to the links homepage (http://yoursite.com/index.php?main_page=links) as one would expect.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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