Page 162 of 199 FirstFirst ... 62112152160161162163164172 ... LastLast
Results 1,611 to 1,620 of 1988
  1. #1611
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by iCarp View Post
    Thank you very much for your prompt reply.

    I know that the define_links.php file has nothing to do with the category descriptions. What I don't understand is why that is showing up rather than the category description I've entered when I click on a links category. That is my problem and why I made my initial post.
    open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php

    find the following section of code:

    PHP Code:
    <div class="linkstext"><a href="<?php echo zen_href_link(FILENAME_LINKS$lPath_new); ?>">
           <?php if (zen_not_null($categories_query->fields['link_categories_image'])) {
              echo 
    zen_links_image(DIR_WS_IMAGES $categories_query->fields['link_categories_image'], $categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTHLINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
            } else {
              echo 
    zen_image(DIR_WS_IMAGES 'pixel_trans.gif'$categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTHLINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
            } 
    ?>
    <?php 
    echo $categories_query->fields['link_categories_name']; ?></a></div>
    and replace it with the following:

    PHP Code:
    <div class="linkstext"><a href="<?php echo zen_href_link(FILENAME_LINKS$lPath_new); ?>">
           <?php if (zen_not_null($categories_query->fields['link_categories_image'])) {
              echo 
    zen_links_image(DIR_WS_IMAGES $categories_query->fields['link_categories_image'], $categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTHLINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
            } else {
              echo 
    zen_image(DIR_WS_IMAGES 'pixel_trans.gif'$categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTHLINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
            } 
    ?>
    <?php 
    echo $categories_query->fields['link_categories_name']; ?></a><br /><?php echo $categories_query->fields['link_categories_description']; ?></div>

  2. #1612
    Join Date
    Feb 2009
    Location
    sunny southern Ontario
    Posts
    22
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thanks very much, once again.

    Making the suggested change gets rid of that odd define_links.php text showing up where my category description should be. But the links in the category also disappear and the links description still isn't showing up.

    Essentially, clicking on a category in the links box now takes me to a blank page.

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by iCarp View Post
    Thanks very much, once again.

    Making the suggested change gets rid of that odd define_links.php text showing up where my category description should be. But the links in the category also disappear and the links description still isn't showing up.

    Essentially, clicking on a category in the links box now takes me to a blank page.
    A link to your site would be really useful about now.

  4. #1614
    Join Date
    Nov 2005
    Posts
    77
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    As far as I know there should be no problems running these together.
    Links Manager uses its own images so should not interfere with the operation of either of the other mods.

    You might want to check the support thread(s) for lightbox and Slimbox.
    I am having the same problem and have narrowed it down to the sidebox. When the LINKS sidebox is turned ON the lightbox will not work, but when the sidebox is turned OFF it works OK. Any ideas on how to fix this?

  5. #1615
    Join Date
    Feb 2009
    Location
    sunny southern Ontario
    Posts
    22
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    A link to your site would be really useful about now.
    Fair enough. I've installed this mod on two sites and have the same problem on both. I haven't had the links box turned on because of this problem- don't want to confuse my customers. But I just turned it on and you can see it here as originally installed without the edit to the php file that you suggested:

    Links Manager

    And this is how it appears with the edit:

    Links Manager php edit

    You'll also notice that all of my righthand side boxes have disappeared after making the change. This is a very lightly modified install of ZC, mostly on the admin side- Ultimate SEO, stock by attribute, and not much else.

    Thanks once again. Your time, patience, and help are greatly appreciated.

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by iCarp View Post
    Fair enough. I've installed this mod on two sites and have the same problem on both. I haven't had the links box turned on because of this problem- don't want to confuse my customers. But I just turned it on and you can see it here as originally installed without the edit to the php file that you suggested:

    Links Manager

    And this is how it appears with the edit:

    Links Manager php edit

    You'll also notice that all of my righthand side boxes have disappeared after making the change. This is a very lightly modified install of ZC, mostly on the admin side- Ultimate SEO, stock by attribute, and not much else.

    Thanks once again. Your time, patience, and help are greatly appreciated.
    You can see how I have links manager set up here

    For the blank page download and install the Debug Error Logging Utility

  7. #1617

    Default Links Manager V3.5.2 - Can't upload picture for link category

    Hey, everyone,

    I just installed the contribution, and have added link categories and links to test it out. While added links work well, there is a problem with new established link categories - I can NOT upload a picture for link category. Is there anything wrong with my installation. Any ideas?

    Thanks in advance.

    You can see the problem at http://www.vostrostone.com/index.php?main_page=links

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

    Default Re: Links Manager V3.5.2 - Can't upload picture for link category

    Quote Originally Posted by Dovecam View Post
    Hey, everyone,

    I just installed the contribution, and have added link categories and links to test it out. While added links work well, there is a problem with new established link categories - I can NOT upload a picture for link category. Is there anything wrong with my installation. Any ideas?

    Thanks in advance.

    You can see the problem at http://www.vostrostone.com/index.php?main_page=links
    in admin -> configuration -> links manager

    what are your settings for the following:
    Link Category Image Directory link_category/
    Image - Link Category Height 80
    Image - Link Category Width 80

    When adding a new category you should be able to browse to an image on your computer and then click the save button.

    Name:  newlinks-category.jpg
Views: 230
Size:  16.0 KB

  9. #1619

    Default Re: Links Manager V3.5.2 - Can't upload picture for link category

    Thank you, Clyde;

    I checked the setting of links manager as you mentioned, there is no difference. And when adding a new category, I do can browse pictures on my local computer, but after clicking the save botton, the picture can NOT be upload. On the right-hand side of MOD, there is indication "Image doesn't exist".

    When I installed the Links Manager SQL, 7 SQL queries could not be excuted and indicated these queries existed. Is there anything problem with my installation? (Before installing this contribution, I have installed other MODs)

    Thanks!

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

    Default Re: Links Manager V3.5.2 - Can't upload picture for link category

    Quote Originally Posted by Dovecam View Post
    Thank you, Clyde;

    I checked the setting of links manager as you mentioned, there is no difference. And when adding a new category, I do can browse pictures on my local computer, but after clicking the save botton, the picture can NOT be upload. On the right-hand side of MOD, there is indication "Image doesn't exist".

    When I installed the Links Manager SQL, 7 SQL queries could not be excuted and indicated these queries existed. Is there anything problem with my installation? (Before installing this contribution, I have installed other MODs)

    Thanks!
    If this was a new installation of links manager, I'm not sure why you would receive an error saying that 7 of the sql statements already existed.

 

 

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