<?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: Thumbnails</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Tag: Thumbnails</description>
<language>en</language>
<pubDate>Mon, 08 Sep 2008 04:48:54 +0000</pubDate>

<item>
<title>brubakrn on "Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/19#post-596</link>
<pubDate>Tue, 06 May 2008 11:11:14 +0000</pubDate>
<dc:creator>brubakrn</dc:creator>
<guid isPermaLink="false">596@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;That's what I thought, but my images are 50px wide, with 4px right-margin and 1px border, so I changed moveamount to 56, still keeps scrolling even though there's no more images.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/19#post-587</link>
<pubDate>Mon, 28 Apr 2008 16:57:58 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">587@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Because you've change the default thumbnail size you need to change the javascript to know what size thumbnails you are using.  The variable is &#60;code&#62;var moveamount=106;&#60;/code&#62; in the e2photo.js file.  You'll have to accomadate for image size plus pixel padding on the images that is added in the CSS.  I think it is 2-4px on each side of the image.
&#60;/p&#62;</description>
</item>
<item>
<title>brubakrn on "Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/19#post-583</link>
<pubDate>Sun, 27 Apr 2008 12:25:40 +0000</pubDate>
<dc:creator>brubakrn</dc:creator>
<guid isPermaLink="false">583@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Hello, I was able to change the size that the uploader generates thumb as by changing the values here in the index.php located in the uploader folder:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
$handle-&#38;gt;image_resize          = true;&#60;br /&#62;
$handle-&#38;gt;image_y               = 100;&#60;br /&#62;
$handle-&#38;gt;image_x               = 100;&#60;br /&#62;
$handle-&#38;gt;jpeg_quality	       = 95;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But now the thumbs keep scrolling to the right even though there aren't any more thumbs there. Any idea why?&#60;br /&#62;
Here's where I've been playing around with it.&#60;br /&#62;
&#60;a href=&#34;http://www.foopyou.com/si/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.foopyou.com/si/portfolio/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Move thumbnail carousel out and to right"</title>
<link>http://www.e2interactive.com/blog/forums/topic/32#post-115</link>
<pubDate>Tue, 11 Dec 2007 21:27:35 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">115@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;You could, if you grab this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;thumbhide&#38;quot;&#38;gt;
    &#38;lt;div id=&#38;quot;thumbbox&#38;quot;&#38;gt;
       &#38;lt;div id=&#38;quot;thumb_container&#38;quot;&#38;gt;
          &#38;lt;div id=&#38;quot;thumbgall&#38;quot;&#38;gt;
	     &#38;lt;div id=&#38;quot;thumbs&#38;quot;&#38;gt;
		  &#38;lt;div id=&#38;quot;widthbox&#38;quot;&#38;gt;&#38;lt;?php getthumbnailimages($gallerypath, &#38;#39;tempgallery&#38;#39;, $thumbpath); ?&#38;gt;&#38;lt;/div&#38;gt;
	     &#38;lt;/div&#38;gt;
	  &#38;lt;/div&#38;gt;
	&#38;lt;/div&#38;gt;
	&#38;lt;div id=&#38;quot;back&#38;quot;&#38;gt;
	  &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;if(thumbnailnum&#38;gt;maxthumbvisible){document.write(&#38;quot;&#38;lt;div id=&#38;#39;leftmore&#38;#39;&#38;gt;&#38;lt;ul&#38;gt;&#38;lt;li&#38;gt;&#38;lt;a href=\&#38;quot;javascript:checkbutton(addposition(&#38;#39;minus&#38;#39;));movethumbs(&#38;#39;plus&#38;#39;);\&#38;quot;&#38;gt;&#38;lt;img src=&#38;#39;rsrc/buttonblank.gif&#38;#39; width=&#38;#39;15&#38;#39; height=&#38;#39;115&#38;#39; border=&#38;#39;0&#38;#39; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;);}&#38;lt;/script&#38;gt;
	&#38;lt;/div&#38;gt;
	&#38;lt;div id=&#38;quot;more&#38;quot;&#38;gt;
	 &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;if(thumbnailnum&#38;gt;maxthumbvisible){document.write(&#38;quot;&#38;lt;div id=&#38;#39;rightmore&#38;#39;&#38;gt;&#38;lt;ul&#38;gt;&#38;lt;li&#38;gt;&#38;lt;a href=\&#38;quot;javascript:checkbutton(addposition(&#38;#39;plus&#38;#39;));movethumbs(&#38;#39;minus&#38;#39;);\&#38;quot;&#38;gt;&#38;lt;img src=&#38;#39;rsrc/buttonblank.gif&#38;#39; width=&#38;#39;15&#38;#39; height=&#38;#39;115&#38;#39; border=&#38;#39;0&#38;#39; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;);}&#38;lt;/script&#38;gt;
    &#38;lt;/div&#38;gt;
   &#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and place it where you want this would take the thumbnails out of it's current position,  I don't know what it would do, I haven't tested it.  You might need to modify the button that hides and shows the thumbnails, but that will get you started. Hope it works like you want it too.
&#60;/p&#62;</description>
</item>
<item>
<title>rob-b on "Move thumbnail carousel out and to right"</title>
<link>http://www.e2interactive.com/blog/forums/topic/32#post-114</link>
<pubDate>Tue, 11 Dec 2007 14:29:14 +0000</pubDate>
<dc:creator>rob-b</dc:creator>
<guid isPermaLink="false">114@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Hi all&#60;/p&#62;
&#60;p&#62;I was wondering how easy it would be to move the thumbnails out to an external box on the right? I love the gallery, but really am not able to traul through all the code to figure this one out. Any helpers out there who have done this already?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Robb
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/19#post-67</link>
<pubDate>Wed, 03 Oct 2007 07:16:53 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">67@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thanks glad to see you like it.&#60;/p&#62;
&#60;p&#62;You can change the size of the thumbnails, but you'll have to resize and upload them manually to the thumbnail image folder.  The uploader automatically resize but right now they resize to 100x100.&#60;/p&#62;
&#60;p&#62;If you want 6 rows of thumbnails, you'll need to modify the css a little too.  The style you'd need to change is the #widthbox, it is set to display:inline;  if you took that off and then gave the #widthbox a specific width, you might be able to do rows.   I haven't really messed with trying this so it would be a little bit of trial and error till you get it to do what you want.
&#60;/p&#62;</description>
</item>
<item>
<title>sinisters on "Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/19#post-65</link>
<pubDate>Sun, 30 Sep 2007 00:46:16 +0000</pubDate>
<dc:creator>sinisters</dc:creator>
<guid isPermaLink="false">65@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;First of all: Wow super nice script and execution!&#60;br /&#62;
I'm so happy with it!&#60;/p&#62;
&#60;p&#62;But offcourse i have a question.&#60;br /&#62;
I want to adjust the size of the thumbnail images..I dont have a clue where to change this. I prefer to see smaller thumnail images and idealy it will me 5 colums (as it is) but 6 rows. So you can see 30 (smaller) thumbnails in one time.&#60;br /&#62;
Can you help me out?&#60;/p&#62;
&#60;p&#62;Thanks So much&#60;br /&#62;
Keep up the good work.&#60;/p&#62;
&#60;p&#62;Roland
&#60;/p&#62;</description>
</item>

</channel>
</rss>
