<?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: Brightbox combo widget</title>
		<link>http://www.kriesi.at/support/topic/brightbox-combo-widget</link>
		<description>Support Forum - Topic: Brightbox combo widget</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 09:59:24 +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/brightbox-combo-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Brightbox combo widget"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-combo-widget#post-23165</link>
			<pubDate>Wed, 20 Jul 2011 22:07:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">23165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Dude could help you =]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frank on "Brightbox combo widget"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-combo-widget#post-23161</link>
			<pubDate>Wed, 20 Jul 2011 20:44:33 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">23161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks again dude! Support rocks here
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Brightbox combo widget"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-combo-widget#post-23132</link>
			<pubDate>Wed, 20 Jul 2011 06:07:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in brightbox\framework\php\class-framework-widgets.php you'll find following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;div class=&#38;quot;tab first_tab&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Popular&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
		echo &#38;quot;&#38;lt;div class=&#38;#39;tab_content&#38;#39;&#38;gt;&#38;quot;;
		avia_get_post_list(&#38;#39;cat=&#38;amp;orderby=comment_count&#38;amp;posts_per_page=&#38;#39;.$posts);
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

		echo &#38;#39;&#38;lt;div class=&#38;quot;tab&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Recent&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
		echo &#38;quot;&#38;lt;div class=&#38;#39;tab_content&#38;#39;&#38;gt;&#38;quot;;
		avia_get_post_list(&#38;#39;showposts=&#38;#39;. $posts .&#38;#39;&#38;amp;orderby=post_date&#38;amp;order=desc&#38;#39;);
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;div class=&#38;quot;tab&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Recent&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
		echo &#38;quot;&#38;lt;div class=&#38;#39;tab_content&#38;#39;&#38;gt;&#38;quot;;
		avia_get_post_list(&#38;#39;showposts=&#38;#39;. $posts .&#38;#39;&#38;amp;orderby=post_date&#38;amp;order=desc&#38;#39;);
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

		echo &#38;#39;&#38;lt;div class=&#38;quot;tab first_tab&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Popular&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
		echo &#38;quot;&#38;lt;div class=&#38;#39;tab_content&#38;#39;&#38;gt;&#38;quot;;
		avia_get_post_list(&#38;#39;cat=&#38;amp;orderby=comment_count&#38;amp;posts_per_page=&#38;#39;.$posts);
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Frank on "Brightbox combo widget"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-combo-widget#post-23086</link>
			<pubDate>Tue, 19 Jul 2011 16:59:13 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">23086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, in the Brightbox combo widget (sidebar): how can i display the Recent posts instead of the Popular posts by default?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
