<?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: Here&#039;s how to use bbPress outside the bbPress directory</title>
		<link>http://bbpress.org/forums/topic/heres-how-to-use-bbpress-outside-the-bbpress-directory</link>
		<description>bbPress Support Forums &#187; Topic: Here&#039;s how to use bbPress outside the bbPress directory</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 10:28:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/heres-how-to-use-bbpress-outside-the-bbpress-directory" rel="self" type="application/rss+xml" />

		<item>
			<title>Trent Adams on "Here&#039;s how to use bbPress outside the bbPress directory"</title>
			<link>http://bbpress.org/forums/topic/heres-how-to-use-bbpress-outside-the-bbpress-directory#post-22054</link>
			<pubDate>Sat, 20 Dec 2008 23:24:25 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">22054@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You could pretty much make a codex out of your plugins and tips _ck_ :)   Another great one!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Here&#039;s how to use bbPress outside the bbPress directory"</title>
			<link>http://bbpress.org/forums/topic/heres-how-to-use-bbpress-outside-the-bbpress-directory#post-21986</link>
			<pubDate>Fri, 19 Dec 2008 10:01:46 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">21986@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You might want to create a static page outside of your bbPress installation that still uses the matching header and footer you have in bbPress. Well it's very easy.</p>
<p>Make yourself a directory above bbPress with any name you'd like, let's say "/about/"</p>
<p>In "/about/" make an <code>index.php</code> with this content:<br />
<pre><code>&#60;?php
require(&#39;../forums/bb-load.php&#39;);    // change /forums/ to your actual forum path
add_action(&#39;bb_head&#39;,&#39;about_css&#39;);
include(bb_get_active_theme_uri().&#34;header.php&#34;); 

function about_css() {   //  put any custom CSS you want in here
echo &#39;&#60;style&#62;
img {border:0;}
&#60;/style&#62;&#39;;
}
?&#62;

&#60;h3 class=&#34;bbcrumb&#34;&#62;&#60;a href=&#34;&#60;?php bb_option(&#39;uri&#39;); ?&#62;&#34;&#62;&#60;?php bb_option(&#39;name&#39;); ?&#62;&#60;/a&#62; &#38;raquo; About&#60;/h3&#62;

&#60;h2&#62;About&#60;/h2&#62;

Your &#34;about&#34; text goes here!

&#60;?php  include(bb_get_active_theme_uri().&#34;/footer.php&#34;); ?&#62;</code></pre>]]></description>
					</item>

	</channel>
</rss>

