<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Improved Lightbox2 JS for Community Server</title>
	<atom:link href="http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/</link>
	<description>Endlessly expanding technology</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:00:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ken</title>
		<link>http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/comment-page-1/#comment-263</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Sat, 02 Sep 2006 23:35:00 +0000</pubDate>
		<guid isPermaLink="false">/archive/improved-lightbox2-js-for-community-server/#comment-263</guid>
		<description>&lt;p&gt;If it is for the original image, then yes. :) &#160;I&#039;ll likely have to change the Flickr module to make 2 webservice calls so that it can get the original image&#039;s format.&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If it is for the original image, then yes. <img src='http://invalidlogic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &nbsp;I&#8217;ll likely have to change the Flickr module to make 2 webservice calls so that it can get the original image&#8217;s format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/comment-page-1/#comment-262</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Sat, 02 Sep 2006 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">/archive/improved-lightbox2-js-for-community-server/#comment-262</guid>
		<description>&lt;p&gt;It seems the lightbox module doesn&#039;t work with it&#039;s popup pictures if you&#039;re using other pic formats then gif or jpg, and want the popup to be the original size. Could be the following code:&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;case &quot;original&quot;:&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;					size = info.ThumbnailUrl.Replace(&quot;_t.jpg&quot;, &quot;_o.jpg&quot;);&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;					break;&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It seems the lightbox module doesn&#8217;t work with it&#8217;s popup pictures if you&#8217;re using other pic formats then gif or jpg, and want the popup to be the original size. Could be the following code:</p>
</p>
<p>case &quot;original&quot;:</p>
</p>
<p>					size = info.ThumbnailUrl.Replace(&quot;_t.jpg&quot;, &quot;_o.jpg&quot;);</p>
</p>
<p>					break;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/comment-page-1/#comment-261</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Mon, 14 Aug 2006 07:40:00 +0000</pubDate>
		<guid isPermaLink="false">/archive/improved-lightbox2-js-for-community-server/#comment-261</guid>
		<description>&lt;p&gt;Gary, I&#039;m not quite sure what you are asking. &#160;You just link to an image how you would link to any other image, and then add in rel=&quot;lightbox&quot;. &#160;Or you can use use the [flickr] and [photo] textparts to link to items from Flickr or the Photo Galleries. &#160;It isn&#039;t that much different from linking to anything else. &#160;Of course you need to upload the photos, since they need to be on the internet for someone else to access them, but it doesn&#039;t matter where you upload them so long as you link to them properly.&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gary, I&#8217;m not quite sure what you are asking. &nbsp;You just link to an image how you would link to any other image, and then add in rel=&quot;lightbox&quot;. &nbsp;Or you can use use the [flickr] and [photo] textparts to link to items from Flickr or the Photo Galleries. &nbsp;It isn&#8217;t that much different from linking to anything else. &nbsp;Of course you need to upload the photos, since they need to be on the internet for someone else to access them, but it doesn&#8217;t matter where you upload them so long as you link to them properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/comment-page-1/#comment-260</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Sun, 13 Aug 2006 09:33:00 +0000</pubDate>
		<guid isPermaLink="false">/archive/improved-lightbox2-js-for-community-server/#comment-260</guid>
		<description>&lt;p&gt;Hi Ken,&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;From a non-programmers point of view, how might I explain to a Blogger how to do this? Once I&#039;ve managed to figure it out myself? I&#039;ve made the changes to the config file as you mentioned. But, If I were making a post, as an author, what would I do at that UI level to assure that I am linking properly to lightbox? Does the &quot;poster&quot; upload the picture to the post box or a gallery? Then link it to a URL? It seems that the URL in your example has assumed that the picture had been uploaded already to the /images folder.&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;Please elaborate.&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;Gary&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;email at hodgegw@hotmail.com&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
</p>
<p>From a non-programmers point of view, how might I explain to a Blogger how to do this? Once I&#8217;ve managed to figure it out myself? I&#8217;ve made the changes to the config file as you mentioned. But, If I were making a post, as an author, what would I do at that UI level to assure that I am linking properly to lightbox? Does the &quot;poster&quot; upload the picture to the post box or a gallery? Then link it to a URL? It seems that the URL in your example has assumed that the picture had been uploaded already to the /images folder.</p>
</p>
<p>Please elaborate.</p>
</p>
<p>Thanks,</p>
</p>
<p>Gary</p>
</p>
<p>email at <a href="mailto:hodgegw@hotmail.com">hodgegw@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/comment-page-1/#comment-259</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Sun, 13 Aug 2006 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">/archive/improved-lightbox2-js-for-community-server/#comment-259</guid>
		<description>&lt;p&gt;I cannot find on your server the convertion from nGallery to CS&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://alpascual.com/blog/al/archive/2006/08/12/My-Blog-running-on-Community-Server-from-Telligent.aspx&quot;&gt;http://alpascual.com/blog/al/archive/2006/08/12/My-Blog-running-on-Community-Server-from-Telligent.aspx&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I cannot find on your server the convertion from nGallery to CS</p>
</p>
<p><a rel="nofollow" target="_new" href="http://alpascual.com/blog/al/archive/2006/08/12/My-Blog-running-on-Community-Server-from-Telligent.aspx">http://alpascual.com/blog/al/archive/2006/08/12/My-Blog-running-on-Community-Server-from-Telligent.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://invalidlogic.com/2006/08/09/improved-lightbox2-js-for-community-server/comment-page-1/#comment-258</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Sat, 12 Aug 2006 13:44:00 +0000</pubDate>
		<guid isPermaLink="false">/archive/improved-lightbox2-js-for-community-server/#comment-258</guid>
		<description>&lt;p&gt;When I click the link to the convertion tool from nGallery to CS gives me a 404 page not found. Can you post the link?&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;Al&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I click the link to the convertion tool from nGallery to CS gives me a 404 page not found. Can you post the link?</p>
</p>
<p>Cheers</p>
</p>
<p>Al</p>
]]></content:encoded>
	</item>
</channel>
</rss>
