<?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: BBPress Posts on another page.</title>
		<link>http://bbpress.org/forums/topic/bbpress-posts-on-another-page</link>
		<description>bbPress Support Forums &#187; Topic: BBPress Posts on another page.</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 11:06:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/bbpress-posts-on-another-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Atsutane on "BBPress Posts on another page."</title>
			<link>http://bbpress.org/forums/topic/bbpress-posts-on-another-page#post-36695</link>
			<pubDate>Thu, 11 Jun 2009 09:52:21 +0000</pubDate>
			<dc:creator>Atsutane</dc:creator>
			<guid isPermaLink="false">36695@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><code>$sql=&#34;SELECT * FROM bb_posts WHERE post_topic=&#39;&#39; ORDER BY post_id DESC LIMIT 8&#34;;</code></p>
<p>It seem like you telling the script to look for post with empty topic. Try change it to this:</p>
<p><code>$sql=&#34;SELECT * FROM bb_posts ORDER BY post_id DESC LIMIT 8&#34;;</code>
</p>]]></description>
					</item>
		<item>
			<title>niravdave on "BBPress Posts on another page."</title>
			<link>http://bbpress.org/forums/topic/bbpress-posts-on-another-page#post-36681</link>
			<pubDate>Wed, 10 Jun 2009 21:05:23 +0000</pubDate>
			<dc:creator>niravdave</dc:creator>
			<guid isPermaLink="false">36681@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi John,</p>
<p>Thanks for the input. I am already aware about this.</p>
<p>I was looking for another solution. I tried my hands on this code but it doesnt work.</p>
<p>Can some1 help me on this?</p>
<p>help much appreciated.</p>
<p>   &#60;? </p>
<p>mysql_connect("localhost", "username_db_forum", "password");<br />
mysql_select_db("database_name_forum");</p>
<p>$sql="SELECT * FROM bb_posts WHERE post_topic='' ORDER BY post_id DESC LIMIT 8";<br />
$risultati=mysql_query($sql);<br />
while($riga=mysql_fetch_array($risultati)) { </p>
<p>$target=$riga["post_topic"];<br />
$target1=$riga["post_id"];<br />
echo"&#60;img src=\"images/bullet.gif\" align=\"absmiddle\"&#62;<a>$target</a><br />
"; </p>
<p>}</p>
<p>?&#62;
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "BBPress Posts on another page."</title>
			<link>http://bbpress.org/forums/topic/bbpress-posts-on-another-page#post-36661</link>
			<pubDate>Wed, 10 Jun 2009 16:23:46 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">36661@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Your bbpress should have an rss feed.  You can turn any rss feed into a widget that you can put on any site... here's one example:<br />
<a href="http://www.technobuzz.net/convert-rss-feed-into-a-widget-with-feedflash/" rel="nofollow">http://www.technobuzz.net/convert-rss-feed-into-a-widget-with-feedflash/</a>
</p>]]></description>
					</item>
		<item>
			<title>niravdave on "BBPress Posts on another page."</title>
			<link>http://bbpress.org/forums/topic/bbpress-posts-on-another-page#post-36657</link>
			<pubDate>Wed, 10 Jun 2009 13:49:51 +0000</pubDate>
			<dc:creator>niravdave</dc:creator>
			<guid isPermaLink="false">36657@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have searched on the internet and here. I have been unable to find a script/code which can display latest discussions on my homepage which is not wordpress a wordpress site.</p>
<p>help much appreciated.</p>
<p>dave
</p>]]></description>
					</item>

	</channel>
</rss>

