Results 1 to 6 of 6

Thread: Number of Links Displayed

  1. #1
    Join Date
    Apr 2008
    Location
    Tyler, Texas
    Posts
    49

    Default Number of Links Displayed

    Hello,

    How do I change the number of links shown in blocks like "Random Links" and "New Additions and Updates." I would have thought the number would have been in the .php for the block in question. The .php file shows $params['max_item'] = '10' but the home page only shows two links.

    Where else should I look?

    Thanks
    GOWebGuide.com A fee & paid deep link general directory
    ActiveLinksDirectory.com A fee & paid general directory

  2. #2
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Look where the block is being called in the template. Not the .php file but the .html file
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    Join Date
    Apr 2008
    Location
    Tyler, Texas
    Posts
    49

    Default

    Thanks for the reply.

    If I'm understanding you, I looked there first. As an example - block.random_listing.html:

    <div class="block_large_title_text"><%t%>Random Links<%/t%></div>
    </div>

    <%$link%>

    <div align="right">
    <a href="<%$site_url%>/rss.php?type=random"><img src="<%$tpl_base%>/images/rss.gif" align="middle" border="0" alt="" /></a>
    <br />
    </div>

    and block.random_listing_rows.html:

    <b><%$title%></b></a>
    <br /><%$description%>
    <br />
    <div class="block_category_left"><%t%>Category<%/t%>:</div>
    <div class="block_category_right"><%$category_path_with _link%></div>
    <br />

    If there is an option to change the number of listings in either of these, I'm overlooking it.

    Whar am I doing wrong?
    GOWebGuide.com A fee & paid deep link general directory
    ActiveLinksDirectory.com A fee & paid general directory

  4. #4
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Where is the blocking being displayed??? On the main page? /index.html??? If so, check there
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  5. #5
    Join Date
    Apr 2008
    Location
    Tyler, Texas
    Posts
    49

    Default

    Yeppers! That was it.

    Thank you very much.
    GOWebGuide.com A fee & paid deep link general directory
    ActiveLinksDirectory.com A fee & paid general directory

  6. #6
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    No problem bud
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

Similar Threads

  1. Amount of links displayed per page.
    By lewisw in forum v3.2
    Replies: 3
    Last Post: 08-18-2003, 06:12 PM
  2. How Are the links Displayed???
    By lordkinjo in forum v5.x
    Replies: 2
    Last Post: 06-21-2003, 06:06 PM
  3. Links displayed in columns, not in rows
    By chorch in forum v5.x
    Replies: 4
    Last Post: 03-06-2003, 03:32 PM
  4. Number of links max!
    By craven in forum v5.x
    Replies: 3
    Last Post: 04-08-2002, 02:03 AM
  5. how do i get rid of (number) of links
    By MuscleBomb in forum Tutorials, Hints & Tips
    Replies: 1
    Last Post: 11-26-2001, 05:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •