Results 1 to 3 of 3

Thread: New tutorial: listing in multiple columns

  1. #1
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default New tutorial: listing in multiple columns

    Here is another great tutorial to enhance your indexu website!

    Show listing in two columns or more | indexu.com

  2. #2
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    great idea, just wondering, would this work for the sponsored ones also if we just add the code to those rows....

    should do but just thought id ask

  3. #3
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Yes it should work with any kind of rows template.
    css play important role here, they are so helpful.

    Here is my actual code of rows.html
    Code:
    <%$hook_html_rows_begin%>
    
    <%if $sponsored%>
      <%include file="sponsored_rows.html"%>
    <%elseif $premium%>
      <%include file="premium_rows.html"%>
    <%else%>
    
    
      <%if $number % 2 eq 1%>
        <div class="row_nl">
      <%/if%>
    
      <div class="row_item myrow">
    
        <div style="float:left">
          <img src="http://open.thumbshots.org/image.aspx?url=<%$url%>" alt="<%$title%>" style="border:1px solid #777;">
        </div>
    
        <div style="float:left;margin-left:10px;width:200px;">
    
          <div style="text-align:right;"><%$rating_img%></div>
    
          <h3><a href="<%$url%>" name="link_<%$link_id%>"><%$title%></a></h3>
          <p><%$description%></p>
          <p><a href="<%$url%>" name="link_<%$link_id%>"><%$url%></a> - <a href="<%$site_url%>/<%$detail_page_url%>"><%t%>details<%/t%></a></p>
          <p>Google PR : <img src="<%$site_url%>/googlepr.php?link_id=<%$link_id%>" alt="" /></p>
        </div>
    
        <div style="clear:both;">
        </div>
    
      </div>
    
      <%if $number % 2 eq 0%>
        </div>
      <%/if%>
    
    
    
    <%/if%>
    
    <%$hook_html_rows_end%>

Similar Threads

  1. Listing Columns
    By ezykiwi in forum Blocks and Modification
    Replies: 2
    Last Post: 09-25-2006, 07:57 PM
  2. Columns
    By inspireme in forum v5.x
    Replies: 5
    Last Post: 04-17-2006, 06:42 AM
  3. Replies: 22
    Last Post: 08-12-2004, 09:28 PM
  4. Number of Columns
    By craven in forum v3.2
    Replies: 3
    Last Post: 08-28-2003, 03:03 PM
  5. 3 columns - how?
    By Nardus in forum v5.x
    Replies: 2
    Last Post: 01-27-2003, 02:37 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
  •