<?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 Topic: embed gallery in website</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Topic: embed gallery in website</description>
<language>en</language>
<pubDate>Thu, 21 Aug 2008 20:51:22 +0000</pubDate>

<item>
<title>tpie on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-720</link>
<pubDate>Tue, 08 Jul 2008 19:09:53 +0000</pubDate>
<dc:creator>tpie</dc:creator>
<guid isPermaLink="false">720@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Found the problem. It was a conflict with the js i was using. thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-719</link>
<pubDate>Tue, 08 Jul 2008 07:39:29 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">719@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Do you have a link to the gallery so I can see it?
&#60;/p&#62;</description>
</item>
<item>
<title>tpie on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-718</link>
<pubDate>Mon, 07 Jul 2008 20:39:24 +0000</pubDate>
<dc:creator>tpie</dc:creator>
<guid isPermaLink="false">718@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;First off, Great Gallery!&#60;/p&#62;
&#60;p&#62;I followed your post from above on how to insert the gallery into a web page, but am having some problems. I am able to insert the gallery but when I upload it to my server, the first image doesnt load. I can click through to all the other images and they work. And I can click back to the first image and then it works, but the first image wont load when the page first loads. Do you know how I can fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-647</link>
<pubDate>Fri, 06 Jun 2008 13:24:19 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">647@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;It won't be a simple copy and paste using a wysiwyg visual mode, there is php code you need to transfer to your design to get it to work correctly.&#60;/p&#62;
&#60;p&#62;Open up the index.php file and make sure you are viewing the source code:&#60;/p&#62;
&#60;p&#62;Copy&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;css/e2.css&#38;quot; title=&#38;quot;default&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;alternate stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;css/e2photo_black.css&#38;quot; title=&#38;quot;black&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;alternate stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;css/e2photo_gray.css&#38;quot; title=&#38;quot;gray&#38;quot;&#38;gt;
&#38;lt;link rel=&#38;quot;alternate stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;css/e2photo_lightgray.css&#38;quot; title=&#38;quot;lightgray&#38;quot;&#38;gt;
&#38;lt;link rel=&#38;quot;alternate stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;css/e2photo.css&#38;quot; title=&#38;quot;none&#38;quot;&#38;gt;
&#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;and paste this right below your &#60;code&#62;&#38;lt;title&#38;gt;&#38;lt;/title&#38;gt;&#60;/code&#62; tags&#60;/p&#62;
&#60;p&#62;Now copy the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/mootools.v1.11.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
var transspeed=&#38;lt;?php echo $transitionspeed;?&#38;gt;;
var fadespeed=&#38;lt;?php echo $fadespeed;?&#38;gt;;
&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/e2photo.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/styleswitcher.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/JavaScript&#38;quot;&#38;gt;
&#38;lt;?php getImages($gallerypath, &#38;#39;tempgallery&#38;#39;); ?&#38;gt;
var firstimagewidth=currentwidth;
var firstimageheight=currentheight;
&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/e2photo2.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;

&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Paste this right after what you just pasted.&#60;/p&#62;
&#60;p&#62;Now look for the&#60;code&#62;&#38;lt;body&#38;gt;&#60;/code&#62;tag and copy everything in between the &#60;code&#62;&#38;lt;body&#38;gt;&#60;/code&#62; and &#60;code&#62;&#38;lt;/body&#38;gt;&#60;/code&#62; tags and then paste them into your &#60;code&#62;&#38;lt;body&#38;gt;&#60;/code&#62; tags.
&#60;/p&#62;</description>
</item>
<item>
<title>rasch on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-644</link>
<pubDate>Fri, 06 Jun 2008 02:32:27 +0000</pubDate>
<dc:creator>rasch</dc:creator>
<guid isPermaLink="false">644@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Pals! I am a Rookie_#!&#60;/p&#62;
&#60;p&#62;How can i embed this gallery in my html page???&#60;br /&#62;
rather with a WYSIWYG software; FronPage etc.
&#60;/p&#62;</description>
</item>
<item>
<title>ewos on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-598</link>
<pubDate>Thu, 08 May 2008 04:08:44 +0000</pubDate>
<dc:creator>ewos</dc:creator>
<guid isPermaLink="false">598@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;hi e2, great gallery.  I have a similar problem to edoublep above, I am trying to embed the gallery within a site. but I am having problems reszing the gallery. I have gone into the css ( the e2 css file as this is the design i want). when I tried to resize the gallery it only seemed to change parts of the gallery as opposed to the whole gallery. &#60;/p&#62;
&#60;p&#62; if you were reszing the entire gallery including the thumbnail section can you tell me all of the css apspects that i need to change? I can only seem to find certain aspects that resize certain aspects of the css. your help would be greatly appreciated
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-557</link>
<pubDate>Mon, 14 Apr 2008 22:13:26 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">557@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;The default e2 gallery needs a minimum pixel width of 600, if you're trying to fit it within something smaller you'll need to resize the gallery in the CSS.
&#60;/p&#62;</description>
</item>
<item>
<title>edoublep on "embed gallery in website"</title>
<link>http://www.e2interactive.com/blog/forums/topic/136#post-556</link>
<pubDate>Sun, 13 Apr 2008 19:50:57 +0000</pubDate>
<dc:creator>edoublep</dc:creator>
<guid isPermaLink="false">556@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I've been trying to embed the e2 Gallery into our website and am having some issues with fitting the gallery inside of a DIV. Do you offer any information on the best practice on this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
