<?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: thumbnail</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Tag: thumbnail</description>
<language>en</language>
<pubDate>Thu, 21 Aug 2008 19:44:46 +0000</pubDate>

<item>
<title>e2 on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-110</link>
<pubDate>Mon, 26 Nov 2007 10:40:06 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">110@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;You'd have to modify some aspects of the code, but I am not sure what you are trying to do, to be able to help you.
&#60;/p&#62;</description>
</item>
<item>
<title>vaniltoncoelho on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-109</link>
<pubDate>Sun, 25 Nov 2007 14:41:38 +0000</pubDate>
<dc:creator>vaniltoncoelho</dc:creator>
<guid isPermaLink="false">109@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;But this value can be dynamic?
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-106</link>
<pubDate>Sun, 04 Nov 2007 16:37:52 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">106@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;That variable has nothing to do with the total number of thumbnails, it only has to do with the number of thumbnails visible in the thumbnail viewing area.  There is no limit to the number of thumbnails that can be in the e2 photo gallery.  If you have 20 you can have 20, if you have 7 you can have 7.  The &#60;code&#62;var maxthumbvisible = 5;&#60;/code&#62; doesn't effect the total number of thumbnails, only the total that are visible.
&#60;/p&#62;</description>
</item>
<item>
<title>vaniltoncoelho on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-105</link>
<pubDate>Sun, 04 Nov 2007 12:24:52 +0000</pubDate>
<dc:creator>vaniltoncoelho</dc:creator>
<guid isPermaLink="false">105@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;exactly, and I do not know how many thumbs will go, an hour can have 7, another hour can have 20, this number is a variable, I cannot define the max number of thumbs, this value is not fixed, and there it was fixed like 5. i need that this value be variable.&#60;/p&#62;
&#60;p&#62;thanks for attention
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-104</link>
<pubDate>Sat, 03 Nov 2007 15:16:33 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">104@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;What &#60;code&#62;var maxthumbvisible = 0;&#60;/code&#62; defines is how many thumbnails there are showing at first in the thumbnail panel.  It helps determine the math for moving them side to side, setting it to &#60;code&#62;0&#60;/code&#62; just will mess up the math, and that is why on your sample when you push the arrow to move to see more thumbs when it reaches the end of the thumbs, it still allows you to keep moving the thumbs.&#60;/p&#62;
&#60;p&#62;What are you wanting to do?  I am not sure I understand what you're asking.  Do you want every thumbnail to be visible?
&#60;/p&#62;</description>
</item>
<item>
<title>vaniltoncoelho on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-102</link>
<pubDate>Sat, 03 Nov 2007 11:08:26 +0000</pubDate>
<dc:creator>vaniltoncoelho</dc:creator>
<guid isPermaLink="false">102@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I think that you did not understand me, the script comes already to show for default at most 5 thumbs, and I would not like leaving that fixed. the number of thumbs had to be the quantity what they find in the folder.&#60;/p&#62;
&#60;p&#62;thanks for help.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-100</link>
<pubDate>Sat, 03 Nov 2007 10:27:05 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">100@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;If you'd like to have the thumbnails hidden by default, which is what I think you're asking for, you would simply put the following code at the end of the index.php file&#60;/p&#62;
&#60;p&#62;Look for:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=\&#38;quot;text/javascript\&#38;quot;&#38;gt;loadinfo();&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and add this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=\&#38;quot;text/javascript\&#38;quot;&#38;gt;thumbs(); loadinfo();&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will set the thumbnails to auto hide at the beginning.
&#60;/p&#62;</description>
</item>
<item>
<title>vaniltoncoelho on "How i can define the number of thumbnails"</title>
<link>http://www.e2interactive.com/blog/forums/topic/28#post-95</link>
<pubDate>Fri, 02 Nov 2007 11:23:23 +0000</pubDate>
<dc:creator>vaniltoncoelho</dc:creator>
<guid isPermaLink="false">95@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;would he like knowing how I can leave the quantity of thumbnails indeterminately? because I do not want to leave this value fixed.&#60;/p&#62;
&#60;p&#62;in this line in e2photo.js: var maxthumbvisible = 0; i put zero but the thumbnail container is very big when space is left for thumbs.&#60;/p&#62;
&#60;p&#62;in this page an example can be seen:&#60;br /&#62;
&#60;a href=&#34;http://www.salvadorapartments.com.br/album.php?tipo=imovel&#38;#38;id=5&#34; rel=&#34;nofollow&#34;&#62;http://www.salvadorapartments.com.br/album.php?tipo=imovel&#38;#38;id=5&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>trebor on "Safari bug with thumbnail pane hidden."</title>
<link>http://www.e2interactive.com/blog/forums/topic/11#post-45</link>
<pubDate>Thu, 17 May 2007 04:34:44 +0000</pubDate>
<dc:creator>trebor</dc:creator>
<guid isPermaLink="false">45@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thanks - odd one isnt it&#60;br /&#62;
Am tinkering with the css as part of getting everything to fit in with my page design so if I find anything that helps I will let you know.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Safari bug with thumbnail pane hidden."</title>
<link>http://www.e2interactive.com/blog/forums/topic/11#post-42</link>
<pubDate>Wed, 16 May 2007 21:46:09 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">42@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Yeah I noticed this bug from the begining and I haven't been able to resolve it, for some reason when you use overflow: hidden in css, it doesn't seem to make buttons disabled on the things that are hidden in the overflow in Safari.&#60;/p&#62;
&#60;p&#62;I have a few ideas on how to make it work, but haven't had a chance to fix the issue yet.
&#60;/p&#62;</description>
</item>
<item>
<title>trebor on "Safari bug with thumbnail pane hidden."</title>
<link>http://www.e2interactive.com/blog/forums/topic/11#post-39</link>
<pubDate>Wed, 16 May 2007 20:29:17 +0000</pubDate>
<dc:creator>trebor</dc:creator>
<guid isPermaLink="false">39@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
So far I have only noticed this in Safari:&#60;br /&#62;
When you toggle close the thumbnail panel, the show info, toggle thumb button and style switcher buttons do not work - if you click on them, instead you more to a different image - as if the hidden links that are the hidden thumbnails are in effect lying over the top of the buttons.&#60;/p&#62;
&#60;p&#62;I have checkd this on the demo version here as well as your photo galleries to make sure that it is not just my installation and the same thing happens on your pages.&#60;/p&#62;
&#60;p&#62;No idea how to fix it myself!&#60;/p&#62;
&#60;p&#62;Sorry&#60;/p&#62;
&#60;p&#62;Rob
&#60;/p&#62;</description>
</item>

</channel>
</rss>
