<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Flash Thumbnail Scroller Addon</title>
	<atom:link href="http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schonhose.nl</link>
	<description>Bits of blogging and ranting by Schonhose</description>
	<lastBuildDate>Thu, 05 May 2011 18:40:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ducky</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-45917</link>
		<dc:creator>Ducky</dc:creator>
		<pubDate>Wed, 23 Jun 2010 11:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-45917</guid>
		<description>:) thanks for making the add on, was just what I was looking for :)</description>
		<content:encoded><![CDATA[<p>:) thanks for making the add on, was just what I was looking for :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-45916</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 23 Jun 2010 11:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-45916</guid>
		<description>What do you mean &quot;They must have changed it in a later version&quot;. You&#039;re aware I&#039;m one of those persons in the Pixelpost team?  B-) 

The code should be backwards compatible but obviously is not. Thanks for the fix, it is not unlikely other addons have similar issues.</description>
		<content:encoded><![CDATA[<p>What do you mean &#8220;They must have changed it in a later version&#8221;. You&#8217;re aware I&#8217;m one of those persons in the Pixelpost team?  <img src='http://www.schonhose.nl/wp-includes/images/smilies/cool.gif' alt='B-)' class='wp-smiley' />  </p>
<p>The code should be backwards compatible but obviously is not. Thanks for the fix, it is not unlikely other addons have similar issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ducky</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-43994</link>
		<dc:creator>Ducky</dc:creator>
		<pubDate>Fri, 18 Jun 2010 08:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-43994</guid>
		<description>Better yet, here&#039;s a fix.

Open:  /installFolder/includes/flash_thumb_scroller/get_pixelpost_thumbs.php

Line 6:  &lt;code&gt;start_mysql();&lt;/code&gt;
change to:  &lt;code&gt; start_mysql(&#039;../pixelpost.php&#039;,&#039;front&#039;);&lt;/code&gt;

It&#039;s throwing the error because you&#039;re not calling the start_mysql command properly, and it&#039;s having a bit of a cry about it. They must have changed it in a later version of pixelpost.

The only issue with it now is that there&#039;s a grey line underneath each thumbnail. I&#039;m not sure what that is, but you can hide it (losing a bit of the bottom of your picture) by going into the admin page and changing the Thumbnail padding to 0px and thumbnail bottom padding to 10px. Though that&#039;s just a patch up job.</description>
		<content:encoded><![CDATA[<p>Better yet, here&#8217;s a fix.</p>
<p>Open:  /installFolder/includes/flash_thumb_scroller/get_pixelpost_thumbs.php</p>
<p>Line 6:  <code>start_mysql();</code><br />
change to:  <code> start_mysql('../pixelpost.php','front');</code></p>
<p>It&#8217;s throwing the error because you&#8217;re not calling the start_mysql command properly, and it&#8217;s having a bit of a cry about it. They must have changed it in a later version of pixelpost.</p>
<p>The only issue with it now is that there&#8217;s a grey line underneath each thumbnail. I&#8217;m not sure what that is, but you can hide it (losing a bit of the bottom of your picture) by going into the admin page and changing the Thumbnail padding to 0px and thumbnail bottom padding to 10px. Though that&#8217;s just a patch up job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ducky</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-43990</link>
		<dc:creator>Ducky</dc:creator>
		<pubDate>Fri, 18 Jun 2010 08:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-43990</guid>
		<description>Here&#039;s the errors I got following your advice:

&lt;code&gt;Notice: Undefined index: tag in /export/home/duck/schoolreunion/includes/functions_feeds.php  on line 20

Notice: Undefined variable: ftc_thumbBackgroundColor in /export/home/duck/schoolreunion/addons/admin_FlashThumbScroller.php on line 276

Notice: Undefined variable: ftc_thumbBackgroundOpacity in /export/home/duck/schoolreunion/addons/admin_FlashThumbScroller.php on line 277&lt;/code&gt;

On mine, the bar comes up however there&#039;s no pictures in it. It&#039;s installed in a subdomain and a subfolder on a fresh install.

Ducky</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the errors I got following your advice:</p>
<p><code>Notice: Undefined index: tag in /export/home/duck/schoolreunion/includes/functions_feeds.php  on line 20</p>
<p>Notice: Undefined variable: ftc_thumbBackgroundColor in /export/home/duck/schoolreunion/addons/admin_FlashThumbScroller.php on line 276</p>
<p>Notice: Undefined variable: ftc_thumbBackgroundOpacity in /export/home/duck/schoolreunion/addons/admin_FlashThumbScroller.php on line 277</code></p>
<p>On mine, the bar comes up however there&#8217;s no pictures in it. It&#8217;s installed in a subdomain and a subfolder on a fresh install.</p>
<p>Ducky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-20490</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sun, 21 Mar 2010 18:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-20490</guid>
		<description>For those of you having problems, can you follow the steps outlined below and relay the printout to me?

Locate the &lt;em&gt;index.php&lt;/em&gt; in the root folder of your photoblog. Open this file with an ASCII editor and replace the following line :&lt;code&gt;error_reporting(0);&lt;/code&gt; with this: &lt;code&gt;error_reporting(E_ALL);&lt;/code&gt;

Return to your photoblog in your browser. You should see all these error notices and warnings. Look for something like this:
&lt;blockquote&gt;Warning: require(../pixelpost.php) [function.require]: failed to open stream: No such file or directory in addons/_flash_thumbscroller/libraries/get_pixelpost_thumbs.php  on line 3&lt;/blockquote&gt;

If you don&#039;t see any warnings or notices you might want to turn on error reporting through htaccess as detailed &lt;a href=&quot;http://www.schonhose.nl/2007/06/28/htaccess-tip-1/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>For those of you having problems, can you follow the steps outlined below and relay the printout to me?</p>
<p>Locate the <em>index.php</em> in the root folder of your photoblog. Open this file with an ASCII editor and replace the following line :<code>error_reporting(0);</code> with this: <code>error_reporting(E_ALL);</code></p>
<p>Return to your photoblog in your browser. You should see all these error notices and warnings. Look for something like this:</p>
<blockquote><p>Warning: require(../pixelpost.php) [function.require]: failed to open stream: No such file or directory in addons/_flash_thumbscroller/libraries/get_pixelpost_thumbs.php  on line 3</p></blockquote>
<p>If you don&#8217;t see any warnings or notices you might want to turn on error reporting through htaccess as detailed <a href="http://www.schonhose.nl/2007/06/28/htaccess-tip-1/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G470</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-19598</link>
		<dc:creator>G470</dc:creator>
		<pubDate>Sun, 14 Mar 2010 09:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-19598</guid>
		<description>Hi Dennis, thx for your response. I also tried to run it on a subdomain on my live server... without luck.
The project was for a client so I did a little workaround using jquery to get the same effect. You can see it on my testpage stefanie.gatonet.de/index.php?showimage=73&amp;category=2 When I have some time I will try your addon again maybe we could find the bug. Have a nice Sunday  =)</description>
		<content:encoded><![CDATA[<p>Hi Dennis, thx for your response. I also tried to run it on a subdomain on my live server&#8230; without luck.<br />
The project was for a client so I did a little workaround using jquery to get the same effect. You can see it on my testpage stefanie.gatonet.de/index.php?showimage=73&amp;category=2 When I have some time I will try your addon again maybe we could find the bug. Have a nice Sunday  <img src='http://www.schonhose.nl/wp-includes/images/smilies/equal_smile.gif' alt='=)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-19539</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-19539</guid>
		<description>I strongly suspect it has something to do with the fact this happens to photoblogs installed in a subfolder.

Please contact me if you&#039;re willing to run some tests so we can figure this out.</description>
		<content:encoded><![CDATA[<p>I strongly suspect it has something to do with the fact this happens to photoblogs installed in a subfolder.</p>
<p>Please contact me if you&#8217;re willing to run some tests so we can figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv Vishwa</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-19341</link>
		<dc:creator>Rajiv Vishwa</dc:creator>
		<pubDate>Fri, 12 Mar 2010 06:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-19341</guid>
		<description>I&#039;m facing the same problem too... This addon is developed almost 2 years back, so I dont expect any updates/fix though...</description>
		<content:encoded><![CDATA[<p>I&#8217;m facing the same problem too&#8230; This addon is developed almost 2 years back, so I dont expect any updates/fix though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G470</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-17036</link>
		<dc:creator>G470</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-17036</guid>
		<description>I got exactly the same problem. Fresh pixelpost installation without addons. I installed the addon on my local server and it just doesn´t show any thumbnail.</description>
		<content:encoded><![CDATA[<p>I got exactly the same problem. Fresh pixelpost installation without addons. I installed the addon on my local server and it just doesn´t show any thumbnail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudi.fa</title>
		<link>http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/comment-page-1/#comment-15605</link>
		<dc:creator>Claudi.fa</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.schonhose.nl/pixelpost-addons/flashthumbscroller/#comment-15605</guid>
		<description>Hello there,

thanx 4 your great addons! They are all brilliant! But there is one problem: 
I don&#039;t get the &quot;flash thumbnail scroller&quot; to work properly. I&#039;d like to exchange the SC_THUMBNAIL_ROW&gt; tag on the image_template with the thumbnail scroller. If I do so, I indeed can see the scroller with it&#039;s arrows, but there are no thumbnails in it. It&#039;s completely empty. What&#039;s the matter with it?

Is it because it doesn&#039;t collaborate with the Geos Show Categories-Addon? I want the thumbnail scroller to show all the thumbnails of the chosen category. Is there any chance to get this done at all?

I&#039;d be really thankful for your help!! 
claudi</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>thanx 4 your great addons! They are all brilliant! But there is one problem:<br />
I don&#8217;t get the &#8220;flash thumbnail scroller&#8221; to work properly. I&#8217;d like to exchange the SC_THUMBNAIL_ROW&gt; tag on the image_template with the thumbnail scroller. If I do so, I indeed can see the scroller with it&#8217;s arrows, but there are no thumbnails in it. It&#8217;s completely empty. What&#8217;s the matter with it?</p>
<p>Is it because it doesn&#8217;t collaborate with the Geos Show Categories-Addon? I want the thumbnail scroller to show all the thumbnails of the chosen category. Is there any chance to get this done at all?</p>
<p>I&#8217;d be really thankful for your help!!<br />
claudi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

