<?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 Topic: Make Index.php load Forum id="1"?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Make Index.php load Forum id="1"?</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 08:24:32 +0000</pubDate>

<item>
<title>Basinalders on "Make Index.php load Forum id="1"?"</title>
<link>http://bbpress.org/forums/topic/make-indexphp-load-forum-id1#post-2291</link>
<pubDate>Fri, 15 Dec 2006 03:24:55 +0000</pubDate>
<dc:creator>Basinalders</dc:creator>
<guid isPermaLink="false">2291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nevermind I figured it out. If you wan to do this open Index.php and replace:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
do_action( &#38;#39;bb_index.php&#38;#39;, &#38;#39;&#38;#39; );&#60;br /&#62;
if (file_exists( BBPATH . &#38;#39;my-templates/front-page.php&#38;#39; ))&#60;br /&#62;
	require( BBPATH . &#38;#39;my-templates/front-page.php&#38;#39; );&#60;br /&#62;
else	require( BBPATH . &#38;#39;bb-templates/front-page.php&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;With:&#60;br /&#62;
`&#60;br /&#62;
do_action( 'bb_index.php', '' );&#60;/p&#62;
&#60;p&#62;if (file_exists( BBPATH . 'my-templates/forum.php' ))&#60;br /&#62;
	require( BBPATH . 'my-templates/forum.php' );&#60;br /&#62;
else	require( BBPATH . 'bb-templates/forum.php' );'
&#60;/p&#62;</description>
</item>
<item>
<title>Basinalders on "Make Index.php load Forum id="1"?"</title>
<link>http://bbpress.org/forums/topic/make-indexphp-load-forum-id1#post-2289</link>
<pubDate>Fri, 15 Dec 2006 03:08:58 +0000</pubDate>
<dc:creator>Basinalders</dc:creator>
<guid isPermaLink="false">2289@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi. I am new at this but is there anyway I can make index.php simply call for the only forum I have? Effectively having forum.php automatically call for id=&#34;1&#34; and have that be my index?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
