<?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: Changing order of slideshow images</title>
		<link>http://www.kriesi.at/support/topic/changing-order-of-slideshow-images</link>
		<description>Support Forum - Topic: Changing order of slideshow images</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 11:01:57 +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/changing-order-of-slideshow-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Changing order of slideshow images"</title>
			<link>http://www.kriesi.at/support/topic/changing-order-of-slideshow-images#post-46556</link>
			<pubDate>Fri, 16 Mar 2012 07:36:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to replace following code in includes/helper-slideshow.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;slides 		= avia_post_meta($this-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;slides 		= avia_post_meta($this-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);
if( is_array($this-&#38;gt;slides) ){
$this-&#38;gt;slides  = array_reverse($this-&#38;gt;slides);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webdepot on "Changing order of slideshow images"</title>
			<link>http://www.kriesi.at/support/topic/changing-order-of-slideshow-images#post-46523</link>
			<pubDate>Thu, 15 Mar 2012 23:48:44 +0000</pubDate>
			<dc:creator>webdepot</dc:creator>
			<guid isPermaLink="false">46523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Every time I add images to the slideshow, they appear at the end. I need newer images to appear at the start, how can i do this?&#60;br /&#62;
maybe changing the ORDER BY in the query... what php would it be?&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
