Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    i went into one tpl_links_default and took out the code in red
    Code:
    // create column list
        $define_list = array('LINK_LIST_IMAGE' => LINK_LIST_IMAGE,
                             'LINK_LIST_DESCRIPTION' => LINK_LIST_DESCRIPTION, 
                             'LINK_LIST_COUNT' => LINK_LIST_COUNT);
    Code:
     $select_column_list .= 'l.links_image_url, ld.links_title, ';
              break;
            case 'LINK_LIST_DESCRIPTION':
              $select_column_list .= 'ld.links_description, ';
              break;
    took off some code to the submit file so people wouldn't post an image and description now i have to pull some code on the help file also. anyways it doesn't seem to line up great anymore inside the borders and in IE the click count seems off
    Last edited by MB1; 16 Apr 2007 at 05:21 AM.

  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 MB1 View Post
    i went into one tpl_links_default and took out the code in red
    Code:
    // create column list
        $define_list = array('LINK_LIST_IMAGE' => LINK_LIST_IMAGE,
                             'LINK_LIST_DESCRIPTION' => LINK_LIST_DESCRIPTION, 
                             'LINK_LIST_COUNT' => LINK_LIST_COUNT);
    Code:
     $select_column_list .= 'l.links_image_url, ld.links_title, ';
              break;
            case 'LINK_LIST_DESCRIPTION':
              $select_column_list .= 'ld.links_description, ';
              break;
    took off some code to the submit file so people wouldn't post an image and description now i have to pull some code on the help file also. anyways it doesn't seem to line up great anymore inside the borders and in IE the click count seems off
    try adding this declaration to your stylesheet.css

    .linkListing-data{width:33%;font-size:1em;}

 

 

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