<?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 Forum: (E)2 Gallery Pro Questions - Recent Topics</title>
		<link>http://www.e2interactive.com/forums/forum/e2-gallery-pro-questions</link>
		<description>E2interactive Forums Forum: (E)2 Gallery Pro Questions - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 16:47:33 +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/forum/e2-gallery-pro-questions/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>gll on "E2 galery pro issues"</title>
			<link>http://www.e2interactive.com/forums/topic/e2-galery-pro-issues#post-1595</link>
			<pubDate>Sun, 25 Jul 2010 03:17:45 +0000</pubDate>
			<dc:creator>gll</dc:creator>
			<guid isPermaLink="false">1595@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I'm new to this and trying to figure it out, i got to thru login and click the Upload/Manage Images and I create a new folder and get nothing ? I upload the photos and they seem to upload but they are nowhere on my site?&#60;br /&#62;
I'm Confused
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peterro on "thumbnailPopUp position issue"</title>
			<link>http://www.e2interactive.com/forums/topic/thumbnailpopup-position-issue#post-1565</link>
			<pubDate>Wed, 23 Jun 2010 22:57:53 +0000</pubDate>
			<dc:creator>peterro</dc:creator>
			<guid isPermaLink="false">1565@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello:&#60;/p&#62;
&#60;p&#62;I went ahead and re sized the gallery via the style sheet to meet my image size needs. The gallery works great with the exception of one problem. When I mouse over the thumbnails they do not always position themseleves over the thumbox section, sometimes they show up cut off to the right of the thumnail with the top of the image being very close to where the mouse cursor is.&#60;/p&#62;
&#60;p&#62;The site is &#60;a href=&#34;http://dev.photographybee.com&#34; rel=&#34;nofollow&#34;&#62;http://dev.photographybee.com&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Here is my design.css file:&#60;br /&#62;
#gallery #galleries #controls {&#60;br /&#62;
	font-family: Verdana, Geneva, sans-serif;&#60;br /&#62;
	height: 17px;&#60;br /&#62;
	padding: 3px;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	width:795px;&#60;br /&#62;
	border-bottom:1px solid #333;&#60;br /&#62;
	text-align:left;&#60;br /&#62;
	/*background-image: url(controls_bg.png);&#60;br /&#62;
	background-repeat: repeat-x; */&#60;br /&#62;
	color:#FFF;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#gallery #thumbnails {&#60;br /&#62;
	height: 55px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	width: 720px;&#60;br /&#62;
	margin: 0 auto 0;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	position: relative;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#gallery {&#60;br /&#62;
	font-family: Verdana, Geneva, sans-serif;&#60;br /&#62;
	font-size: .9em;&#60;br /&#62;
	width: 840px;&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
	height: 592px;&#60;br /&#62;
	position: relative;&#60;br /&#62;
	z-index: 1;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
}&#60;br /&#62;
#gallery #galleries {&#60;br /&#62;
	background: #333 url(images_bg.png) repeat-x;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	left:19px;&#60;br /&#62;
	bottom: -567px;&#60;br /&#62;
	height: 590px;&#60;br /&#62;
	width: 800px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	z-index: 50;&#60;br /&#62;
	cursor: pointer;&#60;br /&#62;
	border:1px solid #333;&#60;br /&#62;
}&#60;br /&#62;
#images {&#60;br /&#62;
	height: 500px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	position: relative;&#60;br /&#62;
	width: 800px;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	margin:0 auto 0;&#60;br /&#62;
	/*background: #333 url(images_bg.png) repeat-x; */&#60;br /&#62;
	border-left: 1px solid #333;&#60;br /&#62;
	border-right: 1px solid #333;&#60;br /&#62;
	border-top: solid #333 1px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#imagewrap {&#60;br /&#62;
	position:absolute;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	width: 0px;&#60;br /&#62;
	height: 0px;&#60;br /&#62;
	top: 200px;&#60;br /&#62;
	left: 380px;&#60;br /&#62;
}&#60;br /&#62;
#imgsrc{&#60;br /&#62;
	cursor: pointer;&#60;br /&#62;
}&#60;br /&#62;
#thumbnailwrap {&#60;br /&#62;
	left: 0px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
}&#60;br /&#62;
.thumbnail {&#60;br /&#62;
	background: #333;&#60;br /&#62;
	margin: 7px 6px;&#60;br /&#62;
	float: left;&#60;br /&#62;
	height: 42px;&#60;br /&#62;
	width: 42px;&#60;br /&#62;
	border: solid #333 1px;&#60;br /&#62;
	cursor: pointer;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
}&#60;br /&#62;
#gallery #thumbbox {&#60;br /&#62;
	width: 800px;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	position:relative;&#60;br /&#62;
	border:1px solid #333;&#60;br /&#62;
	background: url(thumbwrap.png) no-repeat;&#60;br /&#62;
	padding: 8px 0 0 0;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	height: 57px;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#loading {&#60;br /&#62;
	height: 87px;&#60;br /&#62;
	width: 150px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	background-image: url(loading.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: center center;&#60;br /&#62;
	z-index: 8888;&#60;br /&#62;
	left: 311px;&#60;br /&#62;
	top: 189px;&#60;br /&#62;
}&#60;br /&#62;
.gallery {&#60;br /&#62;
	float: left;&#60;br /&#62;
	height: 200px;&#60;br /&#62;
	width: 250px;&#60;br /&#62;
	background-image: url(gallery_bg.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: center center;&#60;br /&#62;
	position: relative;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#gallery #next {&#60;br /&#62;
	height: 510px;&#60;br /&#62;
	width: 19px;&#60;br /&#62;
	background-image: url(next.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: right center;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	right: 0px;&#60;br /&#62;
	cursor: pointer;&#60;br /&#62;
	z-index: 5;&#60;br /&#62;
}&#60;br /&#62;
#gallery #previous {&#60;br /&#62;
	height: 510px;&#60;br /&#62;
	width: 19px;&#60;br /&#62;
	background-image: url(prev.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: left center;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	left: 0px;&#60;br /&#62;
	cursor: pointer;&#60;br /&#62;
	z-index: 5;&#60;br /&#62;
}&#60;br /&#62;
#loading #loadingbar {&#60;br /&#62;
	position: relative;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
	height: 87px;&#60;br /&#62;
}&#60;br /&#62;
#loading #loadingbar #bar {&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	bottom: 19px;&#60;br /&#62;
	left: 44px;&#60;br /&#62;
	width: 50px;&#60;br /&#62;
	height: 50px;&#60;br /&#62;
}&#60;br /&#62;
#largeimage {&#60;br /&#62;
	height: 0px;&#60;br /&#62;
	width: 0px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	z-index: 99;&#60;br /&#62;
	overflow: visible;&#60;br /&#62;
}&#60;br /&#62;
#backdrop {&#60;br /&#62;
	background-color: #000;&#60;br /&#62;
	height: 0px;&#60;br /&#62;
	width: 0px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	z-index: 98;&#60;br /&#62;
	left: 50%;&#60;br /&#62;
	top: 0px;&#60;br /&#62;
	cursor:pointer;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#largeimage #closebtn {&#60;br /&#62;
	background-image: url(closebtn.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: center center;&#60;br /&#62;
	height: 28px;&#60;br /&#62;
	width: 28px;&#60;br /&#62;
	z-index: 100;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	left: -8px;&#60;br /&#62;
	top: -8px;&#60;br /&#62;
	cursor:pointer;&#60;br /&#62;
}&#60;br /&#62;
#galleryset .gallery h3 {&#60;br /&#62;
	font-size: 1.3em;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	color: #666666;&#60;br /&#62;
	margin: 10px 15px;&#60;br /&#62;
	padding: 0px;&#60;br /&#62;
}&#60;br /&#62;
.tooltips{&#60;br /&#62;
	z-index: 9999999;&#60;br /&#62;
}&#60;br /&#62;
.tip {&#60;br /&#62;
	font-family: Verdana, Geneva, sans-serif;&#60;/p&#62;
&#60;p&#62;	color: #CCC;&#60;br /&#62;
	width: 220px;&#60;br /&#62;
}&#60;br /&#62;
.tip-top {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	color: #CCCCCC;&#60;br /&#62;
	padding: 37px 30px 0px 30px;&#60;br /&#62;
	background: url(tip-top.png) top left;&#60;br /&#62;
}&#60;br /&#62;
.tip-title{&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
	font-size: 1.1em;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	color: #FFF;&#60;br /&#62;
	padding: 0px 30px 3px 30px;&#60;br /&#62;
	background: url(tip-middle.png) bottom right;&#60;br /&#62;
}&#60;br /&#62;
.tip-text {&#60;br /&#62;
	font-size: 1.0em;&#60;br /&#62;
	padding: 5px 30px 0px 30px;&#60;br /&#62;
	background: url(tip-middle.png) bottom right;&#60;br /&#62;
}&#60;br /&#62;
.tip-bottom {&#60;br /&#62;
	padding: 0px 25px 42px;&#60;br /&#62;
	background: url(tip-bottom.png) bottom right;&#60;br /&#62;
}&#60;br /&#62;
.minitooltips{&#60;br /&#62;
	z-index: 9999999;&#60;br /&#62;
}&#60;br /&#62;
.minitooltips .tip {&#60;br /&#62;
	color: #FFF;&#60;br /&#62;
	width: 130px;&#60;br /&#62;
}&#60;br /&#62;
.minitooltips .tip-top {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	color: #CCCCCC;&#60;br /&#62;
	padding: 9px 12px 0px 12px;&#60;br /&#62;
	background: url(minitop.png) top left;&#60;br /&#62;
}&#60;br /&#62;
.minitooltips .tip-title{&#60;br /&#62;
	font-family: Verdana, Geneva, sans-serif;&#60;br /&#62;
	text-align:center;&#60;br /&#62;
	font-weight:normal;&#60;br /&#62;
	font-size: .8em;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	color: #FFF;&#60;br /&#62;
	padding: 0px 12px 3px 12px;&#60;br /&#62;
	background: url(minimiddle.png) bottom right;&#60;br /&#62;
}&#60;br /&#62;
.minitooltips .tip-text {&#60;br /&#62;
	text-align:center;&#60;br /&#62;
	font-size: .8em;&#60;br /&#62;
	padding: 8px 12px 0px 12px;&#60;br /&#62;
	background: url(minimiddle.png) bottom right;&#60;br /&#62;
}&#60;br /&#62;
.minitooltips .tip-bottom {&#60;br /&#62;
	padding: 0px 12px 8px;&#60;br /&#62;
	background: url(minibottom.png) bottom right;&#60;br /&#62;
}&#60;br /&#62;
.gallery .galleryimg {&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	left: 23px;&#60;br /&#62;
	top: 37px;&#60;br /&#62;
}&#60;br /&#62;
#gallery #thumbbox #thumbleft {&#60;br /&#62;
	width: 40px;&#60;br /&#62;
	height: 65px;&#60;br /&#62;
	left: 0px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	background: url(left_arrow.png) no-repeat center center;&#60;br /&#62;
	visibility: hidden;&#60;br /&#62;
	cursor: pointer;&#60;br /&#62;
}&#60;br /&#62;
#gallery #thumbbox #thumbright {&#60;br /&#62;
	height: 65px;&#60;br /&#62;
	width: 40px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	background: url(right_arrow.png) no-repeat center center;&#60;br /&#62;
	right: 0px;&#60;br /&#62;
	visibility: hidden;&#60;br /&#62;
	cursor: pointer;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#gallery #images #smallmessage {&#60;br /&#62;
	background-image: url(message-popup.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: center top;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	bottom: -85px;&#60;br /&#62;
	height: 76px;&#60;br /&#62;
	width: 205px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	padding: 8px 5px 0px;&#60;br /&#62;
	color: #CCC;&#60;br /&#62;
	font-size: 1.2em;&#60;br /&#62;
}&#60;br /&#62;
#gallery #images #imageinfo {&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	bottom: -300px;&#60;br /&#62;
	height: 250px;&#60;br /&#62;
	width: 90%;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	padding: 5px 5px 0px;&#60;br /&#62;
	color: #333;&#60;br /&#62;
	font-size: 1.0em;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#largeimage #lrgloader {&#60;br /&#62;
	overflow: hidden;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#largeimage #lrgwrap {&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	border: 1px solid #333;&#60;br /&#62;
	background:#000;&#60;br /&#62;
}&#60;br /&#62;
#imageinfo #infoloader {&#60;br /&#62;
	font-size: 1.0em;&#60;br /&#62;
	color: #E1E1E1;&#60;br /&#62;
	text-align: left;&#60;br /&#62;
	margin: 0px;&#60;br /&#62;
	position: releative;&#60;br /&#62;
}&#60;br /&#62;
#infoloader h2 {&#60;br /&#62;
	font-size: 1.7em;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	color: #333;&#60;br /&#62;
	margin: 0px;&#60;br /&#62;
	padding: 0px;&#60;br /&#62;
	text-shadow:#000;&#60;br /&#62;
}&#60;br /&#62;
#infoloader .copyright {&#60;br /&#62;
	font-size: .9em;&#60;br /&#62;
}&#60;br /&#62;
#infoloader .author {&#60;br /&#62;
	font-size:.9em;&#60;br /&#62;
}&#60;br /&#62;
.right {&#60;br /&#62;
	float: right;&#60;br /&#62;
}&#60;br /&#62;
#fsbox {&#60;br /&#62;
	width: 379px;&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	height:300px;&#60;br /&#62;
	z-index: 51;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	bottom: -350px;&#60;br /&#62;
	left: 200px;&#60;br /&#62;
	color: #FFF;&#60;br /&#62;
}&#60;br /&#62;
#fsbox #fsbutton {&#60;br /&#62;
	color: #000;&#60;br /&#62;
	background: url(buybutton.png) no-repeat center bottom;&#60;br /&#62;
	height: 15px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	padding: 2px 0 0 0;&#60;br /&#62;
	margin:2px 0 6px;&#60;br /&#62;
	font-size: 1.0em;&#60;br /&#62;
	position: relative;&#60;br /&#62;
	cursor:pointer;&#60;br /&#62;
}&#60;br /&#62;
#fsbox #fstop {&#60;br /&#62;
	background: url(buynow_top.png) no-repeat center top;&#60;br /&#62;
	height: 19px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
	margin:0;&#60;br /&#62;
}&#60;br /&#62;
#fsbox #forsale {&#60;br /&#62;
	background-image: url(buynow_middle.png);&#60;br /&#62;
	background-repeat: repeat-y;&#60;br /&#62;
	margin: 0px;&#60;br /&#62;
	padding: 0 15px 20px;&#60;br /&#62;
	position:relative;&#60;br /&#62;
}&#60;br /&#62;
#fsbox #forsale img{&#60;br /&#62;
	padding: 0 10px 10px;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#fsbox hr {&#60;br /&#62;
	clear:both;&#60;br /&#62;
	visibility:hidden;&#60;br /&#62;
}&#60;br /&#62;
#fsbox  #fsclose{&#60;br /&#62;
	background-image: url(closebtn.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: center center;&#60;br /&#62;
	height: 28px;&#60;br /&#62;
	width: 28px;&#60;br /&#62;
	z-index: 220000;&#60;br /&#62;
	cursor:pointer;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	left: 0px;&#60;br /&#62;
	top: 15px;&#60;br /&#62;
}&#60;br /&#62;
#purchasebtn{&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
	text-align:center;&#60;br /&#62;
	margin:10px;&#60;br /&#62;
	padding:11px 0 0 5px;&#60;br /&#62;
	position:absolute;&#60;br /&#62;
	right:15px;&#60;br /&#62;
	top:0px;&#60;br /&#62;
}&#60;br /&#62;
#gallery #galleries #galleryset {&#60;br /&#62;
	text-align: left;&#60;br /&#62;
	width: 800px;&#60;br /&#62;
	margin: 0 auto;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#thumbnailPopUp{&#60;br /&#62;
	z-index:1;&#60;br /&#62;
	visibility:hidden;&#60;br /&#62;
	background:url(pop_arrow.png) no-repeat center bottom;&#60;br /&#62;
	padding-bottom:8px;&#60;br /&#62;
	position:relative;&#60;br /&#62;
	top:0;&#60;br /&#62;
	left:-10000px;&#60;br /&#62;
}&#60;br /&#62;
#thumbnailPopUp img{&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
	background:#333;&#60;br /&#62;
	border:#FFF solid 3px;&#60;br /&#62;
}&#60;br /&#62;
.clear{clear:both;}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phoenix110189 on "Upload Issue"</title>
			<link>http://www.e2interactive.com/forums/topic/upload-issue#post-1575</link>
			<pubDate>Sat, 03 Jul 2010 02:17:14 +0000</pubDate>
			<dc:creator>phoenix110189</dc:creator>
			<guid isPermaLink="false">1575@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I have managed to set everything up but when the app claims that the files were successfully uploaded to the desired directory, the images are not there. All I get is the gallery stuck on loading. I thought that was the problem but when I checked my image folders no images were there, which solves the continuous loading gallery! I would appreciate the help! &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aliento on "show galleries at start doesnt work"</title>
			<link>http://www.e2interactive.com/forums/topic/show-galleries-at-start-doesnt-work#post-1570</link>
			<pubDate>Sun, 27 Jun 2010 07:58:26 +0000</pubDate>
			<dc:creator>aliento</dc:creator>
			<guid isPermaLink="false">1570@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Here &#60;a href=&#34;http://www.e-fotografos.gr/gamos/&#34; rel=&#34;nofollow&#34;&#62;http://www.e-fotografos.gr/gamos/&#60;/a&#62; i have set $showGalleriesAtStart = 'true'; but it doesnt work.&#60;br /&#62;
Any advise. Its a big problem please help.&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peterro on "Making thumbox horizontal"</title>
			<link>http://www.e2interactive.com/forums/topic/making-thumbox-horizontal#post-1537</link>
			<pubDate>Wed, 09 Jun 2010 09:08:14 +0000</pubDate>
			<dc:creator>peterro</dc:creator>
			<guid isPermaLink="false">1537@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I am trying to maximize the size of the main image that is shown on the gallery. I am making my site fit 1024x758 and 1400x 900 as best I can, but doing so made me have to reduce the size of the image to 410px in height, which is a bit smaller than I would like. I was attempting to update the css and javascript to allow me to move the thumbbox to the left or right of the gallery so that I can increase the height of the main image. I was able to get the thumbnails to show up vertically rather than the default horizontal view, but when I do that the javascript that places the next and prev arrows does not work. I was wondering if you took custom skin ideas or if this was a problem that I could overcome easily with some guidance.&#60;/p&#62;
&#60;p&#62;Any help is greatly appreciated. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Graemezee on "Multiple Gallery Views ( or multiple xml files)"</title>
			<link>http://www.e2interactive.com/forums/topic/multiple-gallery-views-or-multiple-xml-files#post-1553</link>
			<pubDate>Sun, 20 Jun 2010 23:12:20 +0000</pubDate>
			<dc:creator>Graemezee</dc:creator>
			<guid isPermaLink="false">1553@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi I have been trying to set up multiple galleries the only post i can find relate  to the open source gallery.&#60;/p&#62;
&#60;p&#62;Can you help &#60;/p&#62;
&#60;p&#62;I have  a the default  xml file which i can get  a max of 6 galleries before the page beaks up&#60;/p&#62;
&#60;p&#62;The only way i can see of adding more galleries  (i need a total of 80) is to create multiple config files linking to  different xml each containing 6 galleries then have multiple index pages (index1.php, index2.php etc) each file with a menu that allows you to select each of the multiple index pages.&#60;/p&#62;
&#60;p&#62;I do not want to be able to select the individual galleries in an index page from  the menu, but it would be nice to have each page open showing the gallery view and not to go into slide show of the first gallery.&#60;/p&#62;
&#60;p&#62;I am not  a programmer so my explanations is the only way i could get the system working. &#60;/p&#62;
&#60;p&#62;I assume there must be a much simpler way  having one index page where each link in the menu,  dynamically assigned a variable xml file.&#60;/p&#62;
&#60;p&#62;I am trying to replicate  a flash xml system  with your gallery it may help you to see it has 80 galleries 10 on a page (screen)  it is these screens  views I am trying to set up. I hope it may make more sense than my poor description.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.shotokanmag.com/index.php?option=com_content&#38;amp;view=article&#38;amp;id=161&#38;amp;Itemid=206&#34; rel=&#34;nofollow&#34;&#62;http://www.shotokanmag.com/index.php?option=com_content&#38;amp;view=article&#38;amp;id=161&#38;amp;Itemid=206&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brinel on "after resizing, some issues"</title>
			<link>http://www.e2interactive.com/forums/topic/after-resizing-some-issues#post-1551</link>
			<pubDate>Fri, 18 Jun 2010 02:07:21 +0000</pubDate>
			<dc:creator>brinel</dc:creator>
			<guid isPermaLink="false">1551@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello-&#60;/p&#62;
&#60;p&#62;I gone through all the resizing with the css file, however after I adjusted everything, I have 3 weird things that I can't figure out:&#60;br /&#62;
1. When I click on the &#34;view galleries&#34; button, the gallery view goes off the top of the gallery section and I couldn't find anyplace that I forgot to adjust the size for it.  Then upon clicking on the gallery, the &#34;view galleries&#34; section is still visible at the bottom of the window in place of where the thumbnails used to be.  What did I change on accident or what did I miss changing?&#60;br /&#62;
2. I seem to have lost the buttons that advance the set of thumbnails.  I can click on them, but the arrows don't show up.&#60;br /&#62;
3. The string of thumbnails seems to want to advance further than the thumbnails that are available (it advances to a blank section)&#60;/p&#62;
&#60;p&#62;It may be helpful to see the page when reading through these, my explanations probably aren't the best without a visual: &#60;a href=&#34;http://www.brittography.com/galleries/forsale/index.php&#34; rel=&#34;nofollow&#34;&#62;http://www.brittography.com/galleries/forsale/index.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aliento on "Images not shown after upload."</title>
			<link>http://www.e2interactive.com/forums/topic/images-not-shown-after-upload#post-1552</link>
			<pubDate>Fri, 18 Jun 2010 03:19:07 +0000</pubDate>
			<dc:creator>aliento</dc:creator>
			<guid isPermaLink="false">1552@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I upload the images i want, but it doesnt shown at the front page. It doesnt create thumbnail not even the medium image it just upload the image at the folder i choose.&#60;br /&#62;
Any advise?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brinel on "relative paths"</title>
			<link>http://www.e2interactive.com/forums/topic/relative-paths#post-1541</link>
			<pubDate>Mon, 14 Jun 2010 14:00:02 +0000</pubDate>
			<dc:creator>brinel</dc:creator>
			<guid isPermaLink="false">1541@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello E2 -&#60;br /&#62;
I had the gallery working before on it's own page, and now I've gone and re-done my website and would like to incorporate the Pro gallery on my &#34;for sale&#34; page, but I'm having difficulties getting the paths right for where I put the files for your gallery.  I've followed another post to embed the gallery into my current page, but it seems my paths aren't looking in the right places for the files.&#60;/p&#62;
&#60;p&#62;I am a little rough when it comes to relative paths, so I've tried a few times and can't seem to get it to look in the right places - I think since it was up and running before I'm hoping this is my only issue, could you take a look?  &#60;a href=&#34;http://www.brittography.com/galleries/forsale/index2.php&#34; rel=&#34;nofollow&#34;&#62;http://www.brittography.com/galleries/forsale/index2.php&#60;/a&#62; (This is the page I'm testing on, it's not live yet through the navigation on the main page).&#60;/p&#62;
&#60;p&#62;If you're not able to tell from here, let me know what else you need to check it out.  The &#34;E2GalleryPro&#34; fiolder lives within brittography.com/galleries/forsale/.  I've left that structure within E2GalleryPro exactly as the download came.&#60;/p&#62;
&#60;p&#62;Thanks - I can't wait to have it all set up again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aliento on "Forbidden after upload"</title>
			<link>http://www.e2interactive.com/forums/topic/forbidden-after-upload#post-1546</link>
			<pubDate>Tue, 15 Jun 2010 08:14:57 +0000</pubDate>
			<dc:creator>aliento</dc:creator>
			<guid isPermaLink="false">1546@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I recieve this message :&#60;br /&#62;
You don't have permission to access /~fotogr/gamos/e2upload on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;I changed the permissions to 775 and the message was Internal Server error.&#60;br /&#62;
Any help?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Visions on "Thumbnails within tray  - Upper left corner?"</title>
			<link>http://www.e2interactive.com/forums/topic/thumbnails-within-tray-upper-left-corner#post-1540</link>
			<pubDate>Mon, 14 Jun 2010 09:24:22 +0000</pubDate>
			<dc:creator>Visions</dc:creator>
			<guid isPermaLink="false">1540@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Is there any way to change this around? &#60;/p&#62;
&#60;p&#62;Every single one of my images are centered with white space around the central item. (Files, pictures, photos that I have created myself to display)&#60;/p&#62;
&#60;p&#62;Now, when the smallest of the thumbs (within the tray) display, they show only the top left corner of my images that I've created. So again, is there a way to change this and center the focal point to the very middle rather than the upper left hand corner?&#60;/p&#62;
&#60;p&#62;From a preview (the tiny thumbs in the drop down &#34;tray&#34;) focal point LIKE THIS:&#60;/p&#62;
&#60;p&#62;_________________&#60;br /&#62;
&#124;.....................&#124;&#60;br /&#62;
&#124;......______ .....&#124;&#60;br /&#62;
&#124;.....&#124;yesyes&#124;.....&#124;&#60;br /&#62;
&#124;.....&#124;yesyes&#124;.....&#124;&#60;br /&#62;
&#124;.....&#124;______&#124;....&#124;&#60;br /&#62;
&#124;.....................&#124;&#60;br /&#62;
_________________&#60;/p&#62;
&#60;p&#62;RATHER THAN like this (how it is currently):&#60;/p&#62;
&#60;p&#62;_________________&#60;br /&#62;
&#124;nonono&#124;...........&#124;&#60;br /&#62;
&#124;nonono&#124;...........&#124;&#60;br /&#62;
&#124;______&#124;...........&#124;&#60;br /&#62;
&#124;.....................&#124;&#60;br /&#62;
&#124;.....................&#124;&#60;br /&#62;
&#124;.....................&#124;&#60;br /&#62;
_________________&#60;/p&#62;
&#60;p&#62;(Pardon the ASCII pictures right now. Very old-school, I know. Hopefully they align correctly on your screen.)&#60;/p&#62;
&#60;p&#62;Please provide directions as to how to fix this problem I've mentioned if at all possible: which file to edit, lines to change, and what to type, etc. &#60;/p&#62;
&#60;p&#62;Thanks so much and, by the way, I appreciate all of the hard work that you've put into this application.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Visions~&#60;/p&#62;
&#60;p&#62;Tried to be as concise as possible with this post. It is a bit difficult to explain unless a person was actually looking at it as they read this.  =\
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peterro on "Link to specific gallery"</title>
			<link>http://www.e2interactive.com/forums/topic/link-to-specific-gallery#post-1523</link>
			<pubDate>Thu, 20 May 2010 08:49:32 +0000</pubDate>
			<dc:creator>peterro</dc:creator>
			<guid isPermaLink="false">1523@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I was wondering how I can link to a specific gallery. I have multiple galleries defined and I want to link to each gallery from a menu. I could not find much information on how to do this. I know that the onclick event is captured somehow in the gallery view page to do this already, so I know that it's possible, just can't figure it out. Any guidance would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peterro on "Installation Problem Images not showing up."</title>
			<link>http://www.e2interactive.com/forums/topic/installation-problem-images-not-showing-up#post-1520</link>
			<pubDate>Thu, 13 May 2010 09:31:40 +0000</pubDate>
			<dc:creator>peterro</dc:creator>
			<guid isPermaLink="false">1520@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I installed the pro version on just host's servers. They run PHP 5.2 and gd is installed on their server. When I launch the my site with the demo data I get blank thumbnails and main images. I looked at other posts and it was suggested that the setupvars.js did not have whitespace. This is not the case for me, I even tried getting just that file and I do not get any results. &#60;a href=&#34;http://www.photographybee.com/gallery/&#34; rel=&#34;nofollow&#34;&#62;http://www.photographybee.com/gallery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried uploading an image to the server and regenerating the xml, but still no images. Please help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andysputnik on "text variable eg.INFOTEXT"</title>
			<link>http://www.e2interactive.com/forums/topic/text-variable-eginfotext#post-1513</link>
			<pubDate>Tue, 04 May 2010 12:47:31 +0000</pubDate>
			<dc:creator>andysputnik</dc:creator>
			<guid isPermaLink="false">1513@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;The variables on the buttons aren't showing when the gallery first loads&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.manchesterfort.co.uk/gallery/&#34; rel=&#34;nofollow&#34;&#62;http://www.manchesterfort.co.uk/gallery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;you have to play the slideshow once to activate the variables. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bmmcqueen on "Image not uploaded error"</title>
			<link>http://www.e2interactive.com/forums/topic/image-not-uploaded-error#post-1509</link>
			<pubDate>Fri, 30 Apr 2010 03:02:37 +0000</pubDate>
			<dc:creator>bmmcqueen</dc:creator>
			<guid isPermaLink="false">1509@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I keep getting the error saying that both my large image and thumbnail were not uploaded. I set the image location folder and thumbnail folder location as both /images and /imagethumbs and have the files online, but when I try to upload an image it says &#34;Destination directory can't be created. Can't carry on a process&#34;. What am I doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>numero3 on "Permit the user to save the image?"</title>
			<link>http://www.e2interactive.com/forums/topic/permit-the-user-to-save-the-image#post-1500</link>
			<pubDate>Mon, 26 Apr 2010 05:01:14 +0000</pubDate>
			<dc:creator>numero3</dc:creator>
			<guid isPermaLink="false">1500@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I wonder if there is a way to permit the user from saving the images. Like a button to download the current picture, or by clicking in the image.&#60;br /&#62;
Or active the &#34;save image as..&#34; option..&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ulathar on "Resizing entire gallery"</title>
			<link>http://www.e2interactive.com/forums/topic/resizing-entire-gallery#post-1497</link>
			<pubDate>Wed, 14 Apr 2010 17:54:15 +0000</pubDate>
			<dc:creator>ulathar</dc:creator>
			<guid isPermaLink="false">1497@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi, is it possible to reduce / resize the dimension of the entire gallery?&#60;br /&#62;
Can I do this only changing the CSS or is it necessary to change the script?&#60;/p&#62;
&#60;p&#62;Thanx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WhateverUnique on "E2 Gallery vs. Pro version...night and day"</title>
			<link>http://www.e2interactive.com/forums/topic/e2-gallery-vs-pro-versionnight-and-day#post-1483</link>
			<pubDate>Sun, 07 Mar 2010 15:35:17 +0000</pubDate>
			<dc:creator>WhateverUnique</dc:creator>
			<guid isPermaLink="false">1483@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hey there,&#60;br /&#62;
So while I think both the original gallery and the pro gallery are great, I've got to say they are pretty much like night and day.  The original one is great in that you simply point to a folder, and the gallery builds it's images from that.  If you want to add photos you simply dump them into that folder.  The pro one, has to use this uploader (which without php5) will not work, and I can't upload images.  I mean I could, but I would have to hand modify the xml file...and that's a really time taxer. Is there no simple way of pointing to a folder like in the older version? I don't care about image tags, titles, descriptions, selling them or any of that extra heavy stuff....I just want to display a ton of images and easily swap and change them out.&#60;br /&#62;
If not, is there a way to have the original version play video files?  If the original version could do just that one thing...that would be sweet.&#60;br /&#62;
thanks,&#60;br /&#62;
Timmy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Graemezee on "Placing (E)2 Gallery Pro in Joomla"</title>
			<link>http://www.e2interactive.com/forums/topic/placing-e2-gallery-pro-in-joomla#post-1489</link>
			<pubDate>Wed, 10 Mar 2010 01:04:49 +0000</pubDate>
			<dc:creator>Graemezee</dc:creator>
			<guid isPermaLink="false">1489@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I have just about found a way to get this to work in Joomla 1.5 with the help of some plugins and their developers&#60;br /&#62;
Found away to hack the default Mootools inclusion here &#60;a href=&#34;http://www.dwightjack.com/diary/2009/06/07/use-mootools-122-in-joomla-15/&#34; rel=&#34;nofollow&#34;&#62;http://www.dwightjack.com/diary/2009/06/07/use-mootools-122-in-joomla-15/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then found a nice little plugin  called JIncludes which allow you to add php and content to the header of your template&#60;br /&#62;
which mean you only need to load the header details when the page with gallery loads. the author of this plugin Andrea Azzini cleaned up my bad code.&#60;/p&#62;
&#60;p&#62;I have what is one final problem  it seems the javascript generated from (require('e2gallerypro/php/parsexml.php');) is placed in the content and not the header  it seems the only difference between a page that works and  the joomla page&#60;/p&#62;
&#60;p&#62;My question is does &#38;lt;!--(E)2 Gallery Parse XML output Javascript--&#38;gt; have to be in the header and can you think of a way of making it  appear in the header &#60;/p&#62;
&#60;p&#62;this is the code   so far (// (E)2 Gallery Config File&#60;br /&#62;
require('e2gallerypro/e2config.php');&#60;/p&#62;
&#60;p&#62;// (E)2 Gallery Style Sheet Link&#60;br /&#62;
$doc =&#38;amp; JFactory::getDocument();&#60;br /&#62;
$doc-&#38;gt;addStyleSheet( $galleryDesign . '/design.css' );&#60;br /&#62;
$doc-&#38;gt;addScriptDeclaration( 'var designPath=&#34;' . $galleryDesign .'&#34;;' ); &#60;/p&#62;
&#60;p&#62;// Mootools&#60;br /&#62;
$doc-&#38;gt;addScript('e2gallerypro/js/mootools-1.2-core.js');&#60;br /&#62;
$doc-&#38;gt;addScript('e2gallerypro/js/mootools-1.2-more.js');&#60;/p&#62;
&#60;p&#62;// (E)2 Gallery Javascript&#60;br /&#62;
$doc-&#38;gt;addScript('e2gallerypro/js/setupvars.js');&#60;br /&#62;
require('e2gallerypro/php/jparsexml.php');&#60;br /&#62;
$doc-&#38;gt;addScript('e2gallerypro/js/e2gallerypro.js');   &#60;/p&#62;
&#60;p&#62;echo(' &#60;/p&#62;
&#60;p&#62;&#38;lt;!--(E)2 Gallery Pro HTML--&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;gallery&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;!--Loading Bar--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;loading&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;loadingbar&#34;&#38;gt;&#60;img src=&#34;e2gallerypro/design/e2gallerypro/loading_hill.gif&#34; alt=&#34;&#34; /&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End Loading Bar--&#38;gt;&#60;br /&#62;
  &#38;lt;!--Previous Button Div--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;previous&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End Previous Button Div--&#38;gt;&#60;br /&#62;
  &#38;lt;!--Next Button Div--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;next&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End Next Button Div--&#38;gt;&#60;br /&#62;
  &#38;lt;!--Main Image Holder Div--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;images&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;imagewrap&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;div id=&#34;imgloader&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;imageinfo&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;div id=&#34;infoloader&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;smallmessage&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End Main Image Holder Div--&#38;gt;&#60;br /&#62;
  &#38;lt;!--Thumb Box Div--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;thumbbox&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;thumbleft&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;thumbright&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;thumbnails&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;div id=&#34;thumbnailwrap&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End Thumb Box Div--&#38;gt;&#60;br /&#62;
  &#38;lt;!--For Sale Box Div--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;fsbox&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End For Sale Box Div--&#38;gt;&#60;br /&#62;
  &#38;lt;!--Galleries Holder Div--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;galleries&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;controls&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;div class=&#34;right&#34;&#38;gt;&#60;img src=&#34;e2gallerypro/design/e2gallerypro/gallery_view.png&#34; alt=&#34;View Galleries&#34; title=&#34;View Galleries&#34; /&#62; &#60;img src=&#34;e2gallerypro/design/e2gallerypro/infobox.png&#34; alt=&#34;Show Photo Info&#34; title=&#34;Show Photo Info&#34; /&#62; &#60;img src=&#34;e2gallerypro/design/e2gallerypro/thumbbox.png&#34; alt=&#34;Show / Hide Thumbnails&#34; title=&#34;Show / Hide Thumbnails&#34; /&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
      &#38;lt;span id=&#34;slideshow&#34;&#38;gt;&#60;img src=&#34;e2gallerypro/design/e2gallerypro/play.png&#34; alt=&#34;Play Slide Show&#34; title=&#34;Play Slide Show&#34; /&#62;&#38;lt;/span&#38;gt; &#124; &#38;lt;span id=&#34;photoNum&#34;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span id=&#34;flashNum&#34;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span id=&#34;qtNum&#34;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;galleryset&#34;&#38;gt; &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End Galleries Holder Div--&#38;gt;&#60;br /&#62;
  &#38;lt;!--Thumbnail Pop Up Holder--&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;thumbnailPopUp&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;!--End Thumbnail Pop Up Holder--&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!--End (E)2 Gallery Pro HTML--&#38;gt;&#60;/p&#62;
&#60;p&#62;');)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Graemezee on "E2 Gallery pro using the same galleries as Slide Show Pro ?"</title>
			<link>http://www.e2interactive.com/forums/topic/e2-gallery-pro-using-the-same-galleries-as-slide-show-pro#post-1480</link>
			<pubDate>Sat, 06 Mar 2010 13:28:00 +0000</pubDate>
			<dc:creator>Graemezee</dc:creator>
			<guid isPermaLink="false">1480@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi Have just come across your product  I use Slide Show Pro across several sites  with some complex galleries  But being flash this is going to cause problems with some new media. &#60;/p&#62;
&#60;p&#62;As  E2 Gallery pro is xml driven would it be simple enough  to configure the xml to display the images from the slideshow pro galleries  As I use SWFObject to place my galleries I am hopping I could place E2 Gallery pro as the alternative  content.&#60;/p&#62;
&#60;p&#62;As all the images and  thumbs are already on line i hope it would be just a case of generating a new  xml file and configuring the gallery to match the size of the existing flash gallery.&#60;/p&#62;
&#60;p&#62;Does this sound plausible  or just wishful thinking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tipsforw on "Slideshow problem"</title>
			<link>http://www.e2interactive.com/forums/topic/slideshow-problem#post-1458</link>
			<pubDate>Wed, 24 Feb 2010 04:28:17 +0000</pubDate>
			<dc:creator>tipsforw</dc:creator>
			<guid isPermaLink="false">1458@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Could you please have a look at my site, as when i press the play and pause button the words &#34;play slideshow&#34; and &#34;pause slideshow&#34; remain visiblie also shows this path /gallery/design/e2gallerypro/pause.png which i cannot seem to fix&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://keaneconcrete.com.au/gallery/index.php&#34; rel=&#34;nofollow&#34;&#62;http://keaneconcrete.com.au/gallery/index.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tipsforw on "Making changes to the height of the gallery"</title>
			<link>http://www.e2interactive.com/forums/topic/making-changes-to-the-height-of-the-gallery#post-1456</link>
			<pubDate>Sat, 20 Feb 2010 23:48:23 +0000</pubDate>
			<dc:creator>tipsforw</dc:creator>
			<guid isPermaLink="false">1456@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I would like to adjust the height of my gallery.. to make it bigger. I've tried changing the CSS height for #gallery and a few other things but it affects all of the formatting at the bottom of the gallery. I want to be able to put larger portrait photos onto my gallery webpage&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aricphotos on "Embedding gallery into a basic HTML/CSS page"</title>
			<link>http://www.e2interactive.com/forums/topic/embedding-gallery-into-a-basic-htmlcss-page#post-1450</link>
			<pubDate>Fri, 19 Feb 2010 09:38:27 +0000</pubDate>
			<dc:creator>aricphotos</dc:creator>
			<guid isPermaLink="false">1450@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I just purchased Gallery Pro and have followed all the tutorials/documentation and I believe I have everything set up the way I want.  However, I am having difficulties trying to embed this into my existing site format, which is just a basic CSS-driven HTML site (no PHP).  I read the already posted Wordpress thread and found it not to be applicable to my situation (i.e. there were steps that involved alteration to pre-existing files that I do not have, like 'header.php').&#60;/p&#62;
&#60;p&#62;I will be the first to admit that I know next to nothing about PHP and have little experience with it. &#60;/p&#62;
&#60;p&#62;So, what would be the best way to insert the gallery?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>terriers on "upload error:"</title>
			<link>http://www.e2interactive.com/forums/topic/upload-error#post-1426</link>
			<pubDate>Sun, 13 Dec 2009 16:57:31 +0000</pubDate>
			<dc:creator>terriers</dc:creator>
			<guid isPermaLink="false">1426@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Have just purchased e2gallery pro.&#60;br /&#62;
Having problems with the e2upload&#60;/p&#62;
&#60;p&#62;No add folder showing, tried uploading images anyway but i get YOU ARE NOT AUTHORISED&#60;/p&#62;
&#60;p&#62;What am i doing wrong??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>terriers on "Replies:"</title>
			<link>http://www.e2interactive.com/forums/topic/replies#post-1428</link>
			<pubDate>Sun, 13 Dec 2009 18:34:27 +0000</pubDate>
			<dc:creator>terriers</dc:creator>
			<guid isPermaLink="false">1428@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi,Could anyone explian these forums?&#60;br /&#62;
Are they just for users or is there any way of speaking to the creators of e2 Pro for advice/help.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rhizome on "Image Info Box"</title>
			<link>http://www.e2interactive.com/forums/topic/image-info-box#post-1414</link>
			<pubDate>Mon, 23 Nov 2009 17:26:52 +0000</pubDate>
			<dc:creator>Rhizome</dc:creator>
			<guid isPermaLink="false">1414@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;is there a way for the image info box to always show up over the image? I am referring to the image info from the XML file that appears in the div called infoloader.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpr85 on "1st install - Main Images not showing"</title>
			<link>http://www.e2interactive.com/forums/topic/1st-install-main-images-not-showing#post-1410</link>
			<pubDate>Fri, 13 Nov 2009 14:53:35 +0000</pubDate>
			<dc:creator>cpr85</dc:creator>
			<guid isPermaLink="false">1410@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I've just installed e2GalleryPro on my webspace - the instructions are straight forward, the only thing I have tweaked so far is the uploader username and password.&#60;/p&#62;
&#60;p&#62;When i navigate to the gallery page, it just says loading but no main images appear but the thumbs appear along the bottom as they should with their descriptions etc.&#60;br /&#62;
There's also a script error in IE which can be seen on the screenshot below.&#60;/p&#62;
&#60;p&#62;I've uploaded to &#60;a href=&#34;http://www.mysite.com/e2gallerypro&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/e2gallerypro&#60;/a&#62;, what else might i need to do? Seems strange to me the thumbs are working but the main images are not, and they have definately uploaded.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Chris&#60;/p&#62;
&#60;p&#62;&#60;em&#62;(Image removed because it was to large)&#60;/em&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imayra on "uploading problem"</title>
			<link>http://www.e2interactive.com/forums/topic/uploading-problem#post-1408</link>
			<pubDate>Fri, 06 Nov 2009 22:29:50 +0000</pubDate>
			<dc:creator>imayra</dc:creator>
			<guid isPermaLink="false">1408@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;can somebody help me please?&#60;br /&#62;
i have a problem with uploading files.&#60;br /&#62;
i have installed E2photogallery, when i try to upload files everything seems to go wright, i can log in and choose the files that i want to upload.&#60;/p&#62;
&#60;p&#62;after i get the report that he's finish uploading, i can't find the files anywhere... not in de images/ folder.. also can't find thumbnails?&#60;br /&#62;
i've  tried for a couple of hours now, can't get it to work.&#60;/p&#62;
&#60;p&#62;what am i doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>linuxrunner on "&#039;transitionspeed is undefined&#039; error"</title>
			<link>http://www.e2interactive.com/forums/topic/transitionspeed-is-undefined-error#post-1403</link>
			<pubDate>Thu, 15 Oct 2009 23:06:20 +0000</pubDate>
			<dc:creator>linuxrunner</dc:creator>
			<guid isPermaLink="false">1403@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I installed (E)2 Gallery Pro and before I did anything I double checked that my paths were right and the config was setup correctly.&#60;/p&#62;
&#60;p&#62;I am getting the thumbs correctly, but it just sits at a loading page and never loads the large images.&#60;/p&#62;
&#60;p&#62;IE7 is giving me a&#60;/p&#62;
&#60;p&#62;line 2&#60;br /&#62;
char 25809&#60;br /&#62;
&#34;trasitionspeed is undefined&#34; &#60;/p&#62;
&#60;p&#62;error as well as...&#60;/p&#62;
&#60;p&#62;line 2&#60;br /&#62;
char 45225&#60;br /&#62;
&#34;object doesn't support this property or method&#34;&#60;/p&#62;
&#60;p&#62;the page is here:&#60;br /&#62;
&#60;a href=&#34;http://www.beckyjophoto.com/e2gallerypro/index.php&#34; rel=&#34;nofollow&#34;&#62;http://www.beckyjophoto.com/e2gallerypro/index.php&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>csander on "Embedding Gallery in Wordpress Theme"</title>
			<link>http://www.e2interactive.com/forums/topic/embedding-gallery-in-wordpress-theme#post-1356</link>
			<pubDate>Sat, 29 Aug 2009 18:45:45 +0000</pubDate>
			<dc:creator>csander</dc:creator>
			<guid isPermaLink="false">1356@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi everyone, &#60;/p&#62;
&#60;p&#62;First of all - this gallery is incredible. I just love it; it's exactly what I'd been searching for. &#60;/p&#62;
&#60;p&#62;I finally got the gallery working: &#60;a href=&#34;http://www.wujiservices.com/e2gallerypro/&#34; rel=&#34;nofollow&#34;&#62;http://www.wujiservices.com/e2gallerypro/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now I want to embed the gallery into this page: &#60;a href=&#34;http://www.wujiservices.com/blog/?page_id=34&#34; rel=&#34;nofollow&#34;&#62;http://www.wujiservices.com/blog/?page_id=34&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What do I have to do to make that happen? &#60;/p&#62;
&#60;p&#62;Please keep in mind that I'm almost retarded and took more than two weeks to get the gallery working in the first place. &#60;/p&#62;
&#60;p&#62;Thank you for any help you can provide!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
