<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>E2interactive Forums Topic: Problem with main image display, thumbs working</title>
		<link>http://www.e2interactive.com/forums/topic/problem-with-main-image-display-thumbs-working</link>
		<description>E2interactive Forums Topic: Problem with main image display, thumbs working</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 14:29:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.e2interactive.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.e2interactive.com/forums/rss/topic/problem-with-main-image-display-thumbs-working" rel="self" type="application/rss+xml" />

		<item>
			<title>e2 on "Problem with main image display, thumbs working"</title>
			<link>http://www.e2interactive.com/forums/topic/problem-with-main-image-display-thumbs-working#post-207</link>
			<pubDate>Sat, 12 Jan 2008 03:35:42 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">207@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;One of the files you've uploaded might be corrupted, if you are using WinRaR to unzip the files, &#60;a href=&#34;http://www.e2interactive.com/blog/forums/topic/49?replies=2&#34;&#62;see this post for a fix or workaround&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n8i on "Problem with main image display, thumbs working"</title>
			<link>http://www.e2interactive.com/forums/topic/problem-with-main-image-display-thumbs-working#post-204</link>
			<pubDate>Fri, 11 Jan 2008 18:34:35 +0000</pubDate>
			<dc:creator>n8i</dc:creator>
			<guid isPermaLink="false">204@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;ya I think i have a similar problem but my photo gallery don't appear both mainpix and thumbs&#60;br /&#62;
...config.php&#60;br /&#62;
$gallerypath=&#34;images&#34;;	//EX. images or ../gallery/images no trailing slash needed&#60;br /&#62;
$thumbpath=&#34;imagethumbs&#34;; &#60;/p&#62;
&#60;p&#62;..i dowload full ver.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://n8i.awardspace.com/gallery/&#34; rel=&#34;nofollow&#34;&#62;http://n8i.awardspace.com/gallery/&#60;/a&#62;&#60;br /&#62;
/need your advice&#60;br /&#62;
n8i
&#60;/p&#62;</description>
		</item>
		<item>
			<title>asoares on "Problem with main image display, thumbs working"</title>
			<link>http://www.e2interactive.com/forums/topic/problem-with-main-image-display-thumbs-working#post-186</link>
			<pubDate>Thu, 10 Jan 2008 15:46:37 +0000</pubDate>
			<dc:creator>asoares</dc:creator>
			<guid isPermaLink="false">186@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I am also having this problem... but I downloaded the software today... any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Problem with main image display, thumbs working"</title>
			<link>http://www.e2interactive.com/forums/topic/problem-with-main-image-display-thumbs-working#post-129</link>
			<pubDate>Fri, 21 Dec 2007 01:19:47 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">129@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I realized that the optimized version of the photogallery, which I think is the one you downloaded had the wrong e2photo2.js file.  I have updated the files and if you download the latest and replace the e2photo2.js in side the js folder, it should fix the problem.&#60;/p&#62;
&#60;p&#62;Sorry about that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capitolm94 on "Problem with main image display, thumbs working"</title>
			<link>http://www.e2interactive.com/forums/topic/problem-with-main-image-display-thumbs-working#post-128</link>
			<pubDate>Thu, 20 Dec 2007 01:26:15 +0000</pubDate>
			<dc:creator>capitolm94</dc:creator>
			<guid isPermaLink="false">128@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Hoping to resolve a small issue.  I have the photo gallery installed, and was able to upload files and they were resized.  I used the default config settings, however the large images do not appear in the upper window, though the thumbs do appear in the bar across the bottom.  Any ideas?&#60;/p&#62;
&#60;p&#62;Here is my config file:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
	//Define the folder where your photos will be placed on you server.&#60;br /&#62;
	//Relative to the path you place the galery index.php&#60;br /&#62;
	$gallerypath=&#34;images&#34;; 		//EX. images or ../gallery/images no trailing slash needed&#60;br /&#62;
	$thumbpath=&#34;imagethumbs&#34;;	//EX.  images or ../gallery/images no trailing slash needed&#60;br /&#62;
	$transitionspeed=&#34;500&#34;;		//How fast you want the animations to render&#60;br /&#62;
	$fadespeed=&#34;300&#34;;			//How fast you want the photos to fade in and out&#60;br /&#62;
	$users[]=&#34;xxxx&#34;;			//Username for accessing image uploader&#60;br /&#62;
	$passw[]=&#34;xxxxx&#34;;     	//Password to access image uploader&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;and you can see the gallery @:&#60;br /&#62;
&#60;a href=&#34;http://mattcostello.net/e2_gallery/&#34; rel=&#34;nofollow&#34;&#62;http://mattcostello.net/e2_gallery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help, and I love this little piece of software!  Its exactly what I have been looking for in a photo gallery.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
