Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


[IPS] Topic Only Block


  • Please log in to reply
No replies to this topic

#1 News Bot

News Bot

    Dedicated Member

  • Members
  • PipPipPipPipPip
  • 1,339 posts
  • IP.Board Version:N/A

Posted 18 November 2010 - 09:34 PM

This file demonstrates how to have a block which only shows the Topic titles from a forum feed. All the guff has been stripped out.

Simply use the text below:

<div class='general_box'>        <h3>{$title}</h3>        <ul class='hfeed'>                <if test="is_array( $records ) && count( $records )">                {parse striping="feed_striping" classes="row1,row2 altrow"}                <foreach loop="$records as $r">                <li class='hentry {parse striping="feed_striping"}'><a href='{$r['url']}' rel='bookmark' title='{$r['title']}'>{$r['title']}</a></li>                </foreach>                </if>        </ul></div><br />

View Resource




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users