<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>e2interactive forums Tag: Thumbscroll filenames</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Tag: Thumbscroll filenames</description>
<language>en</language>
<pubDate>Thu, 28 Aug 2008 03:52:25 +0000</pubDate>

<item>
<title>StratMK on "Thumbnail Scroll not working"</title>
<link>http://www.e2interactive.com/blog/forums/topic/91#post-401</link>
<pubDate>Tue, 12 Feb 2008 22:56:11 +0000</pubDate>
<dc:creator>StratMK</dc:creator>
<guid isPermaLink="false">401@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;That works perfectly&#60;/p&#62;
&#60;p&#62;Great work Keep it up
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Thumbnail Scroll not working"</title>
<link>http://www.e2interactive.com/blog/forums/topic/91#post-398</link>
<pubDate>Tue, 12 Feb 2008 10:00:13 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">398@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Try this instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$newfilename = preg_replace(&#38;quot;/\.jpg$/i&#38;quot;, &#38;quot;&#38;quot;, $file[name]);
echo &#38;quot;$galleryName&#38;quot;;echo&#38;quot;[&#38;quot;.$j.&#38;quot;]=[&#38;#39;&#38;quot;.$path.&#38;quot;/&#38;quot;.$file[name].&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$width.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$height.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$size.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$newfilename.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$author.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$copyright.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$description.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$j.&#38;quot;&#38;#39;]\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>StratMK on "Thumbnail Scroll not working"</title>
<link>http://www.e2interactive.com/blog/forums/topic/91#post-397</link>
<pubDate>Tue, 12 Feb 2008 09:45:17 +0000</pubDate>
<dc:creator>StratMK</dc:creator>
<guid isPermaLink="false">397@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I got that working now is there a way of stoping it displaying the .jpg?&#60;/p&#62;
&#60;p&#62;Thanks again&#60;br /&#62;
Martin
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Thumbnail Scroll not working"</title>
<link>http://www.e2interactive.com/blog/forums/topic/91#post-396</link>
<pubDate>Tue, 12 Feb 2008 08:50:34 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">396@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;To be able to grab this file name, would be an easy change.&#60;/p&#62;
&#60;p&#62;Open up the getfolders.php file and find the following line (about line #58):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;$galleryName&#38;quot;;echo&#38;quot;[&#38;quot;.$j.&#38;quot;]=[&#38;#39;&#38;quot;.$path.&#38;quot;/&#38;quot;.$file[name].&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$width.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$height.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$size.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$title.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$author.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$copyright.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$description.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$j.&#38;quot;&#38;#39;]\n&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;$galleryName&#38;quot;;echo&#38;quot;[&#38;quot;.$j.&#38;quot;]=[&#38;#39;&#38;quot;.$path.&#38;quot;/&#38;quot;.$file[name].&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$width.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$height.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$size.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$file[name].&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$author.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$copyright.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$description.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$j.&#38;quot;&#38;#39;]\n&#38;quot;;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>StratMK on "Thumbnail Scroll not working"</title>
<link>http://www.e2interactive.com/blog/forums/topic/91#post-394</link>
<pubDate>Mon, 11 Feb 2008 23:14:01 +0000</pubDate>
<dc:creator>StratMK</dc:creator>
<guid isPermaLink="false">394@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thanks this has resolverd the scroll problem.&#60;/p&#62;
&#60;p&#62;is there anyway of displaying the file name with out th efile extetion?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Martin
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Thumbnail Scroll not working"</title>
<link>http://www.e2interactive.com/blog/forums/topic/91#post-391</link>
<pubDate>Mon, 11 Feb 2008 11:11:52 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">391@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Okay, sorry about that, but I have fixed this issue.  You'll need to download the latest and replace the js/e2photo2.js file or download this file only:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://e2interactive.com/download/gallery/js/e2photo2.js&#34;&#62;Download e2photo2.js update&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; I have now fixed it and your thumbnails scrolling will work with this update.&#60;/p&#62;
&#60;p&#62;To be able to grab this file name, would be an easy change.&#60;/p&#62;
&#60;p&#62;Open up the getfolders.php file and find the following line (about line #58):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;$galleryName&#38;quot;;echo&#38;quot;[&#38;quot;.$j.&#38;quot;]=[&#38;#39;&#38;quot;.$path.&#38;quot;/&#38;quot;.$file[name].&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$width.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$height.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$size.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$title.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$author.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$copyright.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$description.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$j.&#38;quot;&#38;#39;]\n&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;$galleryName&#38;quot;;echo&#38;quot;[&#38;quot;.$j.&#38;quot;]=[&#38;#39;&#38;quot;.$path.&#38;quot;/&#38;quot;.$file[name].&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$width.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$height.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$size.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$file[name].&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$author.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$copyright.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$description.&#38;quot;&#38;#39;, &#38;#39;&#38;quot;.$j.&#38;quot;&#38;#39;]\n&#38;quot;;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>StratMK on "Thumbnail Scroll not working"</title>
<link>http://www.e2interactive.com/blog/forums/topic/91#post-389</link>
<pubDate>Mon, 11 Feb 2008 08:29:00 +0000</pubDate>
<dc:creator>StratMK</dc:creator>
<guid isPermaLink="false">389@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;For some reason the scroll buttons are not appering on the thumbnails and i am unabel to scroll through them can you help.&#60;/p&#62;
&#60;p&#62;Also is there any way to Have it display the file Name rather than the IPTC data?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Martin
&#60;/p&#62;</description>
</item>

</channel>
</rss>
