Page 130 of 199 FirstFirst ... 3080120128129130131132140180 ... LastLast
Results 1,291 to 1,300 of 1988
  1. #1291
    Join Date
    Jul 2004
    Location
    stroud, gloucestershire
    Posts
    205
    Plugin Contributions
    1

    Default Re: Link Manager 3.0 Support Thread

    Hi Clyde,

    Just installed this on my site and really liking it!
    Just a quickie tho, is there a was of having a categorie within another category? From what i can see the categories are single level only? Without looking through the code im not sure if this is an easy thing to do, any ideas?

    Many thanks for the Mod! Lovely!

    Cheers

    Paul
    Even novices can be professionals!

    Funky Fancy Dress

  2. #1292
    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 Wilkesy View Post
    Hi Clyde,

    Just installed this on my site and really liking it!
    Just a quickie tho, is there a was of having a categorie within another category? From what i can see the categories are single level only? Without looking through the code im not sure if this is an easy thing to do, any ideas?

    Many thanks for the Mod! Lovely!

    Cheers

    Paul
    As things are now, Links Manager will only handle single level categories.

  3. #1293
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    I upgraded my Links manager to the 3.5.0, now all my links are running together down the page vertically. I don't know which file to edit to correct this. I compared the style sheet with my other sites and they are the same. site: www. currysgiftshop. com

  4. #1294
    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 weezee View Post
    I upgraded my Links manager to the 3.5.0, now all my links are running together down the page vertically. I don't know which file to edit to correct this. I compared the style sheet with my other sites and they are the same. site: www. currysgiftshop. com
    were the links entered from the Zen Cart admin panel (admin -> extras -> links) or were they submited by users from the links submit page?

  5. #1295
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    They were submited both ways some were submit by the users from the links submit page and some was submited from admin. They were already there when I upgraded a few hours ago.

  6. #1296
    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 weezee View Post
    They were submited both ways some were submit by the users from the links submit page and some was submited from admin. They were already there when I upgraded a few hours ago.
    From looking at the source for the links page, it looks like you have a lot of short lines (ie. someone must have entered line breaks after each line of text.) This is making the text go down the page instead of across.

    From The view source of one of the links:
    Southeastern <br />

    Giftware - Gifts <br />
    and <br />
    Shopping Online - <br />
    Featuring <br />
    unique gift ideas <br />
    for birthdays, <br />
    weddings, <br />
    anniversaries and <br />
    holidays. <br />

    We offer wholesale <br />
    giftware & volume <br />
    discounts to <br />
    retailers, <br />
    fundraisers, and <br />
    flea marketers.

    The only way to fix whats already stored in the database would be to use phpmyadmin and edit the individual links descriptions and remove the breaks.

  7. #1297
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    I just looked at one I know I added yesterday or the day before and its showing the sameway but it not any line breaks in there. category Jewelry, Bracelets | Charm Bracelet | Handmade Beaded Jewelry, the last link.

  8. #1298
    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 weezee View Post
    I just looked at one I know I added yesterday or the day before and its showing the sameway but it not any line breaks in there. category Jewelry, Bracelets | Charm Bracelet | Handmade Beaded Jewelry, the last link.
    This may help if you enter the links from the admin panel.

    open admin/links.php

    replace the section (lines 368 - 389) with the following:

    PHP Code:
    <?php
      
    if ($error == true) {
        echo 
    $lInfo->links_category zen_draw_hidden_field('links_category');
      } else {
        echo 
    zen_draw_pull_down_menu('links_category'$categories_array$lInfo->links_category''true);
      }
    ?></td>
              </tr>
              <tr>
                <td class="main"><?php echo ENTRY_LINKS_DESCRIPTION?></td>
                <td class="main">
    <?php
      
    if ($error == true) {
        if (
    $entry_links_description_error == true) {
          echo 
    zen_draw_textarea_field('links_description''soft'405$lInfo->links_description) . '&nbsp;' ENTRY_LINKS_DESCRIPTION_ERROR;
        } else {
          echo 
    $lInfo->links_description zen_draw_hidden_field('links_description');
        }
      } else {
        echo 
    zen_draw_textarea_field('links_description''soft'405$lInfo->links_description) . TEXT_FIELD_REQUIRED;
      }
    ?></td>
    As for those already in the database, you'll need to check the links description table and edit the individual link descriptions.

  9. #1299
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    I don't understand why some of the textarea is so narrow they are notall the same size the same size, also now my title is not the click link the image is. I change the 40 to 50 and widen my site. some are coming out ok after I change them and some are not.

  10. #1300
    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 weezee View Post
    I don't understand why some of the textarea is so narrow they are notall the same size the same size, also now my title is not the click link the image is. I change the 40 to 50 and widen my site. some are coming out ok after I change them and some are not.

    also now my title is not the click link the image is.

    The fix in post 1281 will take care of this problem.

    Without actually seeing how the links are stored in the database I can't give you an answer to the other issue other than what I've already said.

 

 

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