Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Another option for the image width and height would be to use the default "SMALL_IMAGE_WIDTH and SMALL_IMAGE_HEIGHT" That way if you do have calculate image size set to true the images will scale.

    If you want to try this; open includes/modules/link_listing.php

    find the following line of code (at around line 93)
    Code:
    $lc_text = '<a href="' . zen_get_links_url($listing_query->fields['links_id']) . '" target="_blank">' . zen_links_image($listing_query->fields['links_image_url'], $listing_query->fields['links_title'], LINKS_IMAGE_WIDTH, LINKS_IMAGE_HEIGHT) . '</a><br /><a href="' . zen_get_links_url($listing_query->fields['links_id']) . '" target="_blank">' . $listing_query->fields['links_title'] . '</a>';
    replace LINKS_IMAGE_WIDTH with SMALL_IMAGE_WIDTH
    replace LINKS_IMAGE_HEIGHT with SMALL_IMAGE_HEIGHT

    save the file and upload to your server
    Clyde,
    Tried your suggestion and it didn't make any difference. Could it be that it didn't work because the images are remotely hosted and not contained on my installation where the GD can process them?

  2. #2
    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 Einstin View Post
    Clyde,
    Tried your suggestion and it didn't make any difference. Could it be that it didn't work because the images are remotely hosted and not contained on my installation where the GD can process them?
    That could very well be the reason.

 

 

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