<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: How to change bbPress forums from sidebar to fullwidth</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-bbpress-forums-from-sidebar-to-fullwidth</link>
		<description>Support Forum - Topic: How to change bbPress forums from sidebar to fullwidth</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 08:36:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-change-bbpress-forums-from-sidebar-to-fullwidth" rel="self" type="application/rss+xml" />

		<item>
			<title>proteinsupermarket on "How to change bbPress forums from sidebar to fullwidth"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-bbpress-forums-from-sidebar-to-fullwidth#post-85928</link>
			<pubDate>Thu, 29 Nov 2012 19:48:23 +0000</pubDate>
			<dc:creator>proteinsupermarket</dc:creator>
			<guid isPermaLink="false">85928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah ha. Ok, thats a start. Thanks Devin. I'll get to work on modifying that then. Thanks Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to change bbPress forums from sidebar to fullwidth"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-bbpress-forums-from-sidebar-to-fullwidth#post-85885</link>
			<pubDate>Thu, 29 Nov 2012 16:43:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85885@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi proteinsuperm,&#60;/p&#62;
&#60;p&#62;The template builder is unable to be used to hold pages that are created with plugins like bbpress or to have templates applied to them via the front end. &#60;/p&#62;
&#60;p&#62;You'll need to modify the files themselves in order to change the layout.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>proteinsupermarket on "How to change bbPress forums from sidebar to fullwidth"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-bbpress-forums-from-sidebar-to-fullwidth#post-85723</link>
			<pubDate>Wed, 28 Nov 2012 15:52:20 +0000</pubDate>
			<dc:creator>proteinsupermarket</dc:creator>
			<guid isPermaLink="false">85723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there, did this solution work? I am having the same problem. Please see my forum at &#60;a href=&#34;http://www.proteinsupermarket.com/forum&#34; rel=&#34;nofollow&#34;&#62;http://www.proteinsupermarket.com/forum&#60;/a&#62;. I have also tried to create a temple page for this but its this doesn't seem to work either. My forum base is 'forum', I create a page with the url /forum and create a template in the template builder and then link this template page in the /forum page settings, but again, it doesn't seem to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to change bbPress forums from sidebar to fullwidth"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-bbpress-forums-from-sidebar-to-fullwidth#post-76871</link>
			<pubDate>Sat, 22 Sep 2012 06:12:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please find forum.php and remove &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

				//get the sidebar
				get_sidebar();

				?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Find this line of code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change it to &#60;/p&#62;
&#60;p&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;forum&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;After that go to includes folder and duplicate loop-page.php. Rename the duplicated file to loop-forum.php. Edit it and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;&#38;lt;?php avia_layout_class(&#38;#39;content&#38;#39;); ?&#38;gt; alpha units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;twelve alpha units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreemusa on "How to change bbPress forums from sidebar to fullwidth"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-bbpress-forums-from-sidebar-to-fullwidth#post-76865</link>
			<pubDate>Sat, 22 Sep 2012 05:50:07 +0000</pubDate>
			<dc:creator>dreemusa</dc:creator>
			<guid isPermaLink="false">76865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i cannot find anywhere to change the layout properties for bbPress. It always shows a sidebar and this is terrible for a forums. It should be fullwidth, but I cannot find anywhere to change this setting. Even changing the default layout setting to fullwidth changes every page on the site except the forums. Please, this is absolutely necessary for my site to be proper and we can't go live without this. Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
