<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: latest threads</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: latest threads</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:52:07 +0000</pubDate>

<item>
<title>livibetter on "Sticky on "Latest Discussions""</title>
<link>http://bbpress.org/forums/topic/sticky-on-latest-discussions#post-11757</link>
<pubDate>Thu, 01 Nov 2007 08:10:57 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">11757@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There are two &#60;code&#62;if&#60;/code&#62; blocks in &#60;code&#62;front-page.php&#60;/code&#62;, one for &#60;code&#62;$super_stickies&#60;/code&#62;, another for &#60;code&#62;$topics&#60;/code&#62;. Remove first one(about 8 lines) and replace second with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$stickyIdx = 0; $topicIdx = 0;
while ($stickyIdx &#38;lt; count($super_stickies) &#38;#38;&#38;#38; $topicIdx &#38;lt; count($topics)) {
    if ($super_stickies[$stickyIdx]-&#38;gt;topic_time &#38;gt; $topics[$topicIdx]-&#38;gt;topic_time)
        array_splice($topics, $topicIdx, 0, array($super_stickies[$stickyIdx++]));
    $topicIdx++;
    }
if ($stickyIdx &#38;lt; count($super_stickies))
    array_splice($topics, count($topics), 0, array_slice($super_stickies, $stickyIdx));

if ( $topics ) : foreach ( $topics as $topic ) : ?&#38;gt;
&#38;lt;tr&#38;lt;?php topic_class(); ?&#38;gt;&#38;gt;
    &#38;lt;td&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php topic_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php topic_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
    &#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php topic_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;
    &#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php topic_last_poster(); ?&#38;gt;&#38;lt;/td&#38;gt;
    &#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php topic_time(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;?php endforeach; endif; // $topics ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Actually, the replacement is equivalent to inserting 8 lines of code.
&#60;/p&#62;</description>
</item>
<item>
<title>rolanddeschain on "Sticky on "Latest Discussions""</title>
<link>http://bbpress.org/forums/topic/sticky-on-latest-discussions#post-11755</link>
<pubDate>Thu, 01 Nov 2007 06:20:51 +0000</pubDate>
<dc:creator>rolanddeschain</dc:creator>
<guid isPermaLink="false">11755@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'd like my sticky threads to act exactly like regular threads on the front page &#34;Latest Discussions&#34; section, instead of always being at the top of the list. That is, they'd still appear on the list, but in the order of last posting - the same as all the usual threads.&#60;/p&#62;
&#60;p&#62;Is there any easy fix?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
