<?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: Two things...</title>
		<link>http://www.kriesi.at/support/topic/two-things</link>
		<description>Support Forum - Topic: Two things...</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:33:11 +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/two-things" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Two things..."</title>
			<link>http://www.kriesi.at/support/topic/two-things#post-25247</link>
			<pubDate>Fri, 19 Aug 2011 05:13:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25247@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albertramsbottom on "Two things..."</title>
			<link>http://www.kriesi.at/support/topic/two-things#post-25227</link>
			<pubDate>Thu, 18 Aug 2011 19:20:47 +0000</pubDate>
			<dc:creator>albertramsbottom</dc:creator>
			<guid isPermaLink="false">25227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Two things..."</title>
			<link>http://www.kriesi.at/support/topic/two-things#post-25178</link>
			<pubDate>Thu, 18 Aug 2011 15:52:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just saw that the hack can't work the way I intended it to. It requires some backend changes (new widget areas, different sidebar logic, etc.) and code changes. I think it's not possible to use a quick &#38;amp; dirty hack or mod here...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albertramsbottom on "Two things..."</title>
			<link>http://www.kriesi.at/support/topic/two-things#post-25166</link>
			<pubDate>Thu, 18 Aug 2011 15:14:12 +0000</pubDate>
			<dc:creator>albertramsbottom</dc:creator>
			<guid isPermaLink="false">25166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cant get this to work.  It appears to work on some pages and not on others.  This maybe due to the fact that I have been adding the widgets in to the &#34;Display Everywhere Right&#34; or Left sidebar areas.  Is this correct or should I be creating custom widget areas for each page that I want with only one sidebar&#60;/p&#62;
&#60;p&#62;Cheers&#60;/p&#62;
&#60;p&#62;I am a little confused
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albertramsbottom on "Two things..."</title>
			<link>http://www.kriesi.at/support/topic/two-things#post-24996</link>
			<pubDate>Tue, 16 Aug 2011 13:42:08 +0000</pubDate>
			<dc:creator>albertramsbottom</dc:creator>
			<guid isPermaLink="false">24996@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Right and thanks for the quick reply, ill give it ago and get back to you&#60;/p&#62;
&#60;p&#62;Albert
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Two things..."</title>
			<link>http://www.kriesi.at/support/topic/two-things#post-24995</link>
			<pubDate>Tue, 16 Aug 2011 13:38:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24995@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
this forum is based on bbpress: &#60;a href=&#34;http://bbpress.org/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/&#60;/a&#62; with custom hacks (user verification, etc.) and a custom skin based on: &#60;a href=&#34;http://www.awesomestyles.com/bbpress-themes/view/businesslike&#34; rel=&#34;nofollow&#34;&#62;http://www.awesomestyles.com/bbpress-themes/view/businesslike&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;The bbpress standalone forum is dying though - the dvelopers concentrate their efforts on the plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) To display a fullwidth sidebar for pages/posts, etc. (except the frontpage) open up sidebar.php and replace following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($k_option[&#38;#39;includes&#38;#39;][&#38;#39;sidebarCount&#38;#39;] != 2) $sidebarSize = &#38;#39; fullwidth_sidebar&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($k_option[&#38;#39;includes&#38;#39;][&#38;#39;sidebarCount&#38;#39;] != 2 &#124;&#124; !is_home() &#124;&#124; !is_front_page()) $sidebarSize = &#38;#39; fullwidth_sidebar&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and select the &#34;2 columns&#34; sidebar option (Newscast Options &#38;gt; Sidebar &#38;amp; Footer).&#60;/p&#62;
&#60;p&#62;Please note that this solution is not perfect (it's more a hack) because it just displays both columns as fullwidth columns. However you can set widgets for the left or right sidebar widget area only :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albertramsbottom on "Two things..."</title>
			<link>http://www.kriesi.at/support/topic/two-things#post-24992</link>
			<pubDate>Tue, 16 Aug 2011 13:21:19 +0000</pubDate>
			<dc:creator>albertramsbottom</dc:creator>
			<guid isPermaLink="false">24992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What sis this forum I like it and is it possible to have two sidebars on homepage (mainpage), and only one on other pages?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
