<?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: scrolling thumbnails</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Tag: scrolling thumbnails</description>
<language>en</language>
<pubDate>Thu, 28 Aug 2008 03:48:32 +0000</pubDate>

<item>
<title>unclebill on "Scrolling more than a single thumbnail"</title>
<link>http://www.e2interactive.com/blog/forums/topic/111#post-488</link>
<pubDate>Tue, 26 Feb 2008 17:32:18 +0000</pubDate>
<dc:creator>unclebill</dc:creator>
<guid isPermaLink="false">488@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Works sweetly now. I thank you very much, both for the help and for the wonderful script.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Scrolling more than a single thumbnail"</title>
<link>http://www.e2interactive.com/blog/forums/topic/111#post-487</link>
<pubDate>Tue, 26 Feb 2008 14:26:48 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">487@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Okay, got it.&#60;/p&#62;
&#60;p&#62;Open up the e2photo.js file and find the following on line 116:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function checkbutton(mynum){
	if ( mynum == 0 ) {
		mm_shl(&#38;#39;back&#38;#39;,&#38;#39;hidden&#38;#39;);
		mm_shl(&#38;#39;more&#38;#39;,&#38;#39;visible&#38;#39;);
	} else if ( mynum &#38;lt; thumbnailnum - maxthumbvisible ) {
		mm_shl(&#38;#39;back&#38;#39;,&#38;#39;visible&#38;#39;);
		mm_shl(&#38;#39;more&#38;#39;,&#38;#39;visible&#38;#39;);
	} else {
		mm_shl(&#38;#39;back&#38;#39;,&#38;#39;visible&#38;#39;);
		mm_shl(&#38;#39;more&#38;#39;,&#38;#39;hidden&#38;#39;);
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function checkbutton(mynum){
	var thumbBoxWidth = $(&#38;#39;thumbgall&#38;#39;).getCoordinates().width;
	if ( mynum == 0 ) {
		mm_shl(&#38;#39;back&#38;#39;,&#38;#39;hidden&#38;#39;);
		mm_shl(&#38;#39;more&#38;#39;,&#38;#39;visible&#38;#39;);
	} else if ( mynum &#38;lt; thumbBoxWidth - moveamount ) {
		mm_shl(&#38;#39;back&#38;#39;,&#38;#39;visible&#38;#39;);
		mm_shl(&#38;#39;more&#38;#39;,&#38;#39;visible&#38;#39;);
	} else {
		mm_shl(&#38;#39;back&#38;#39;,&#38;#39;visible&#38;#39;);
		mm_shl(&#38;#39;more&#38;#39;,&#38;#39;hidden&#38;#39;);
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now find line 165:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;currentpos-=1;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;currentpos-=moveamount;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now find line 167:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;currentpos+=1;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and change it to&#60;/p&#62;
&#60;p&#62;&#60;code&#62;currentpos+=moveamount;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;See how that works for you.
&#60;/p&#62;</description>
</item>
<item>
<title>unclebill on "Scrolling more than a single thumbnail"</title>
<link>http://www.e2interactive.com/blog/forums/topic/111#post-485</link>
<pubDate>Tue, 26 Feb 2008 13:28:37 +0000</pubDate>
<dc:creator>unclebill</dc:creator>
<guid isPermaLink="false">485@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Can anyone help me with this?&#60;br /&#62;
The page is &#60;a href=&#34;http://www.renovatemyspace.com/gallery01.php&#34;&#62;here&#60;/a&#62;. (A work in progress)&#60;/p&#62;
&#60;p&#62;Notice how the right arrow remains and you can keep on scrolling thumbnails&#60;br /&#62;
even though there are no more thumbs remaining to scroll.
&#60;/p&#62;</description>
</item>
<item>
<title>unclebill on "Scrolling more than a single thumbnail"</title>
<link>http://www.e2interactive.com/blog/forums/topic/111#post-475</link>
<pubDate>Sat, 23 Feb 2008 15:48:55 +0000</pubDate>
<dc:creator>unclebill</dc:creator>
<guid isPermaLink="false">475@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I'm set up with 5 thumbnails, and I've made a change so that when you click to scroll right, a whole new set of 5 thumbnails scrolls in. That's great, but when the last few thumbnails scroll in, the scroll right arrow remains, and I can keep scrolling nothing. Any way to have that scroll arrow disappear when there's no more thumbnails to scroll like it did when I was just scrolling single thumbnails?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
