<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Topic: Posts to appear in Descending order</title>
		<link>http://bbpress.org/forums/topic/posts-to-appear-in-descending-order</link>
		<description>bbPress Support Forums &#187; Topic: Posts to appear in Descending order</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 12:05:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/posts-to-appear-in-descending-order" rel="self" type="application/rss+xml" />

		<item>
			<title>zapata on "Posts to appear in Descending order"</title>
			<link>http://bbpress.org/forums/topic/posts-to-appear-in-descending-order#post-3601</link>
			<pubDate>Wed, 24 Jan 2007 21:00:16 +0000</pubDate>
			<dc:creator>zapata</dc:creator>
			<guid isPermaLink="false">3601@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks Thomaskla... will try it out!!!
</p>]]></description>
					</item>
		<item>
			<title>thomasklaiber on "Posts to appear in Descending order"</title>
			<link>http://bbpress.org/forums/topic/posts-to-appear-in-descending-order#post-3593</link>
			<pubDate>Wed, 24 Jan 2007 15:17:55 +0000</pubDate>
			<dc:creator>thomasklaiber</dc:creator>
			<guid isPermaLink="false">3593@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You mean ascending? ^^</p>
<p>It think currently this can only be done by hardcoding. Look at <code>functions.php</code> around line 44-66 and you can change</p>
<p><code>$bb_last_countable_query = &#34;SELECT * FROM $bbdb-&#62;topics $where ORDER BY topic_time DESC LIMIT $limit&#34;;</code><br />
to<br />
<code>$bb_last_countable_query = &#34;SELECT * FROM $bbdb-&#62;topics $where ORDER BY topic_time ASC LIMIT $limit&#34;;</code></p>
<p>But then every post-listing will be ordered as ascending.</p>
<p>This is the only way I can figure out at the moment...
</p>]]></description>
					</item>
		<item>
			<title>zapata on "Posts to appear in Descending order"</title>
			<link>http://bbpress.org/forums/topic/posts-to-appear-in-descending-order#post-3558</link>
			<pubDate>Tue, 23 Jan 2007 17:25:04 +0000</pubDate>
			<dc:creator>zapata</dc:creator>
			<guid isPermaLink="false">3558@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there a way to make posts in a topic appear in a descending order... the latest posts come first...
</p>]]></description>
					</item>

	</channel>
</rss>

