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

<item>
<title>mcasner on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-307</link>
<pubDate>Sat, 26 Jan 2008 15:01:36 +0000</pubDate>
<dc:creator>mcasner</dc:creator>
<guid isPermaLink="false">307@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Nevermind... I found it. It was a CSS conflict that was stacking the thumbnails on top of each other (instead of side by side).
&#60;/p&#62;</description>
</item>
<item>
<title>mcasner on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-306</link>
<pubDate>Sat, 26 Jan 2008 14:59:04 +0000</pubDate>
<dc:creator>mcasner</dc:creator>
<guid isPermaLink="false">306@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;OK... I'm really cruisin' now. I have multiple galleries, pulling from separate image/thumb folders. &#60;a href=&#34;http://www.hicks-ashby.com/gallery.&#34; rel=&#34;nofollow&#34;&#62;http://www.hicks-ashby.com/gallery.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, I tested each gallery with a sample logo image. It worked. However, after I uploaded several more photos to the 'education' gallery, the thumbnails don't appear.&#60;/p&#62;
&#60;p&#62;Do I have dump/reload something so that it will accept the additional images/thumbs?
&#60;/p&#62;</description>
</item>
<item>
<title>mcasner on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-303</link>
<pubDate>Sat, 26 Jan 2008 12:05:30 +0000</pubDate>
<dc:creator>mcasner</dc:creator>
<guid isPermaLink="false">303@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Yep.. that makes perfect sense... easy enough... thanks a ton!
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-298</link>
<pubDate>Fri, 25 Jan 2008 07:50:08 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">298@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;The best way to do this would be to take the first part of the config.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$gallerypath=&#38;quot;images&#38;quot;; 		//EX. images or ../gallery/images no trailing slash needed
$thumbpath=&#38;quot;imagethumbs&#38;quot;;	//EX.  images or ../gallery/images no trailing slash needed
$transitionspeed=&#38;quot;500&#38;quot;;		//How fast you want the animations to render
$fadespeed=&#38;quot;300&#38;quot;;			//How fast you want the photos to fade in and out&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and take the index.php file and save it as a new file/name and open it up and look for&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	require_once &#38;quot;config.php&#38;quot;;
	require_once &#38;quot;getfolders.php&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now remove the:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;require_once &#38;quot;config.php&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$gallerypath=&#38;quot;images&#38;quot;; 		//EX. images or ../gallery/images no trailing slash needed
$thumbpath=&#38;quot;imagethumbs&#38;quot;;	//EX.  images or ../gallery/images no trailing slash needed
$transitionspeed=&#38;quot;500&#38;quot;;		//How fast you want the animations to render
$fadespeed=&#38;quot;300&#38;quot;;			//How fast you want the photos to fade in and out
	require_once &#38;quot;getfolders.php&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now modify the &#60;code&#62;$gallerypath&#60;/code&#62; and the &#60;code&#62;$thumbpath&#60;/code&#62; to a different folder.  Upload your photos to the gallerypath and thumbpath and you're set.
&#60;/p&#62;</description>
</item>
<item>
<title>mcasner on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-297</link>
<pubDate>Fri, 25 Jan 2008 07:05:56 +0000</pubDate>
<dc:creator>mcasner</dc:creator>
<guid isPermaLink="false">297@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Is it as easy as changing the information in the array on the page where the gallery is? Do you recommend three installations of the gallery files (one for each page), then upload the photos for each page separately, using separate &#38;lt;images&#38;gt; and &#38;lt;imagethumbs&#38;gt; folders?
&#60;/p&#62;</description>
</item>
<item>
<title>mcasner on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-296</link>
<pubDate>Thu, 24 Jan 2008 22:31:07 +0000</pubDate>
<dc:creator>mcasner</dc:creator>
<guid isPermaLink="false">296@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Aww sure... of course. Thx!
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-294</link>
<pubDate>Thu, 24 Jan 2008 21:39:37 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">294@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;You can on the same site, but not on the same page. I do it on my site now in the &#60;a href=&#34;http://www.e2interactive.com/photography.php&#34;&#62;photography&#60;/a&#62; section.
&#60;/p&#62;</description>
</item>
<item>
<title>mcasner on "Multiple Galleries"</title>
<link>http://www.e2interactive.com/blog/forums/topic/75#post-293</link>
<pubDate>Thu, 24 Jan 2008 16:43:37 +0000</pubDate>
<dc:creator>mcasner</dc:creator>
<guid isPermaLink="false">293@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Is it possible to create multiple/different galleries on the same site?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
