Results 1 to 5 of 5

Thread: Hot Listings and Editors Picks Not Displaying

  1. #1
    Join Date
    Dec 2006
    Location
    North Fort Myers, Florida
    Posts
    27

    Default Hot Listings and Editors Picks Not Displaying

    I have Indexu using a modified Simpla 5.4 template @ Buzzsonic.dj and I just noticed that editors picks and Hot Listings doesn't show up, although the RSS Feeds for both work fine in an RSS reader. One of those things I guess where I've clumsily deleted something. Any ideas what I've done?

    Thanks

    Ade

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    hot.html doesn't really have much

    <%$links[i].link_rows%> and <%$links[i].category%>

    If your file has that as well then the issue is probably in the database and has been discussed here before. Make sure in your database (idx_link) that the hot and pick fields are set to 0 by default and not NULL.

  3. #3
    Join Date
    Dec 2006
    Location
    North Fort Myers, Florida
    Posts
    27

    Default

    Hot.html seems to be missing the line of code, not quite sure where it should be?

    As always thanks Bruce

    <%include file="header.html"
    title="Hot Listings"
    meta_keywords=""
    meta_description=""
    %>

    <!-- main content here -->

    <br />
    <h3><img src="<%$tpl_base%>/images/plus.gif" alt=" " align="left"

    /><%$total%> Hot Listings </h3>

    <br />&nbsp;

    <!-- links -->
    <%$link%>

    <br />
    <br />
    <a href="<%$site_url%>/rss.php?type=hot"><img

    src="<%$tpl_base%>/images/rss.gif" border="0" style="vertical-align: middle;"

    alt="" /></a>

    <!-- end of main content -->

    <div class="content_left_container">
    <div class="content_left_box1">
    <%block_random_listing title="Random Links" max_item="20"%>
    </div>
    <div class="content_left_box2">
    <%block_rss_feed url="http://clicknoise.net/feed/"

    title="Clicknoise" template="block.rss_feed.html" max_item="5"

    cache_time="86400"%>
    <%block_rss_feed url="http://dancemusicblog.com/feed/"

    title="Dance Music Blog" template="block.rss_feed.html" max_item="5"

    cache_time="86400"%>
    <%block_rss_feed url="http://www.podcastingnews.com/feed/"

    title="Podcasting News" template="block.rss_feed.html" max_item="5"

    cache_time="86400"%>
    <%block_rss_feed url="http://www.topix.net/rss/tech/p2p.xml"

    title="Topix P2P Headline" template="block.rss_feed.html" max_item="5"

    cache_time="86400"%>
    <%block_rss_feed url="http://feeds.feedburner.com/Torrentfreak"

    title="Torrent Freak" template="block.rss_feed.html" max_item="5"

    cache_time="86400"%>
    </div>
    </div>

    <%include file="footer.html"%>

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    This is from the kosmos template.

    <%section name=i loop=$links%>
    <table cellpadding="1" cellspacing="0" border="0" align="center" width="100%" class="tbl_border">
    <tr bgcolor="#708090">
    <td>
    <table cellpadding="4" cellspacing="0" border="0" width="100%">
    <tr>
    <td colspan="4" class="tbl_caption">
    <b><%$links[i].category%></b>
    </td>
    </tr>
    <tr bgcolor="white">
    <td width="10%"><b>Rank</b></td>
    <td width="40%"><b>Title</b></td>
    <td width="40%"><b>Category</b></td>
    <td width="10%"><b>Hits</b></td>
    </tr>
    <%$links[i].link_rows%>
    </table>
    </td>
    </tr>
    </table>
    <br />
    <br />
    <%/section%>

  5. #5
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    its an error in the simpla template, if the code above doesn't work let me know... i used that template nad had to make a change in msg.php to get it working. the date symbol shows up weird doesn't it ?

    I can post my msg.php file here because i dont remember what i changed.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

Similar Threads

  1. MOD Editors Picks on index page
    By esm in forum Blocks and Modification
    Replies: 0
    Last Post: 04-30-2006, 05:54 PM
  2. Replies: 0
    Last Post: 10-07-2004, 08:17 PM
  3. Display editors picks on category pages
    By craven in forum v3.2
    Replies: 1
    Last Post: 09-29-2003, 12:47 AM
  4. Replies: 0
    Last Post: 09-28-2002, 09:43 AM
  5. Hot, New and Editor Picks Text...
    By amanda in forum Tutorials, Hints & Tips
    Replies: 8
    Last Post: 11-30-2001, 06:19 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
  •