<?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: WP-Lytebox</title>
	<atom:link href="http://grupenet.com/2007/08/03/wp-lytebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://grupenet.com/2007/08/03/wp-lytebox/</link>
	<description>Software tips and tricks</description>
	<lastBuildDate>Mon, 11 Jan 2010 18:28:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jared Schwager</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1300</link>
		<dc:creator>Jared Schwager</dc:creator>
		<pubDate>Thu, 24 Dec 2009 19:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1300</guid>
		<description>Hi Matej,

I have noticed that the included main.php is not even supposed to be included with this plugin. I must have accidentally included this file from another one of my webdev projects. I just released v1.3.1 of this plugin. The only change in this release is the removal of the main.php file. A newer version is currently in the works which includes some compatibility fixes for later versions of WordPress.</description>
		<content:encoded><![CDATA[<p>Hi Matej,</p>
<p>I have noticed that the included main.php is not even supposed to be included with this plugin. I must have accidentally included this file from another one of my webdev projects. I just released v1.3.1 of this plugin. The only change in this release is the removal of the main.php file. A newer version is currently in the works which includes some compatibility fixes for later versions of WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Schwager</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1299</link>
		<dc:creator>Jared Schwager</dc:creator>
		<pubDate>Wed, 23 Dec 2009 16:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1299</guid>
		<description>Hi Matej,

Thanks for your input. I appreciate the testing you&#039;ve done. I&#039;ll take some of your suggestions and incorporate them in the next release.

I apologize to everyone who&#039;s been posting issues in the comments here. I&#039;ve been really busy with my personal life lately and haven&#039;t had a chance to sit down for a good while and get my coding cap back on.

I&#039;ll get an updated version of this plugin out shortly. Thanks everyone for your patience!</description>
		<content:encoded><![CDATA[<p>Hi Matej,</p>
<p>Thanks for your input. I appreciate the testing you&#8217;ve done. I&#8217;ll take some of your suggestions and incorporate them in the next release.</p>
<p>I apologize to everyone who&#8217;s been posting issues in the comments here. I&#8217;ve been really busy with my personal life lately and haven&#8217;t had a chance to sit down for a good while and get my coding cap back on.</p>
<p>I&#8217;ll get an updated version of this plugin out shortly. Thanks everyone for your patience!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matej</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1298</link>
		<dc:creator>Matej</dc:creator>
		<pubDate>Mon, 21 Dec 2009 12:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1298</guid>
		<description>&quot;This – IMHO – should also work on 2.8.&quot;
Quick tested it - indeed it does (apart from lyteshow, which still doesn&#039;t).</description>
		<content:encoded><![CDATA[<p>&#8220;This – IMHO – should also work on 2.8.&#8221;<br />
Quick tested it &#8211; indeed it does (apart from lyteshow, which still doesn&#8217;t).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matej</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1297</link>
		<dc:creator>Matej</dc:creator>
		<pubDate>Mon, 21 Dec 2009 12:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1297</guid>
		<description>I&#039;m running WP-lytebox on WP 2.9. I&#039;ve managed to make it work by changing in wp-lytebox.php the line
&quot;add_filter(&#039;the_content&#039;, &#039;wplb_replace&#039;);&quot;
to
&quot;add_filter(&#039;the_content&#039;, &#039;wplb_replace&#039;,99);&quot;
although the lyteshow functionality doesn&#039;t work. This - IMHO - should also work on 2.8.6.

About the &quot;&lt;a&gt;at the very bottom of the page is the image displayed out on its own.&lt;/a&gt; &lt;a href=&quot;http://grupenet.com/2007/08/03/wp-lytebox/#comment-1221&quot; rel=&quot;nofollow&quot;&gt;No window, no resize, no buttons, no anything just this ugly link-to the same page but with the image at the bottom, left-justified with this block of grey above it.&lt;/a&gt;&quot; problem, I&#039;ve also come across it, but I solved it by setting file permissions to the right user (www-data on my local installation). I hope it helps.

Also, there is a &lt;a href=&quot;http://www.milw0rm.com/exploits/8791&quot; rel=&quot;nofollow&quot;&gt;LFI vulnerability in the provided main.php file&lt;/a&gt; in the package.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running WP-lytebox on WP 2.9. I&#8217;ve managed to make it work by changing in wp-lytebox.php the line<br />
&#8220;add_filter(&#8216;the_content&#8217;, &#8216;wplb_replace&#8217;);&#8221;<br />
to<br />
&#8220;add_filter(&#8216;the_content&#8217;, &#8216;wplb_replace&#8217;,99);&#8221;<br />
although the lyteshow functionality doesn&#8217;t work. This &#8211; IMHO &#8211; should also work on 2.8.6.</p>
<p>About the &#8220;<a>at the very bottom of the page is the image displayed out on its own.</a> <a href="http://grupenet.com/2007/08/03/wp-lytebox/#comment-1221" rel="nofollow">No window, no resize, no buttons, no anything just this ugly link-to the same page but with the image at the bottom, left-justified with this block of grey above it.</a>&#8221; problem, I&#8217;ve also come across it, but I solved it by setting file permissions to the right user (www-data on my local installation). I hope it helps.</p>
<p>Also, there is a <a href="http://www.milw0rm.com/exploits/8791" rel="nofollow">LFI vulnerability in the provided main.php file</a> in the package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1293</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1293</guid>
		<description>Do you know if this plugin is compatible to wordpress 2.8.6. Can&#039;t seem to get it to work on 2.8.6

Thanks,

Noel</description>
		<content:encoded><![CDATA[<p>Do you know if this plugin is compatible to wordpress 2.8.6. Can&#8217;t seem to get it to work on 2.8.6</p>
<p>Thanks,</p>
<p>Noel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Judson</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1288</link>
		<dc:creator>Bruce Judson</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1288</guid>
		<description>Awesome plug-in. Terrific!  Is there an easy way to move the &quot;close&quot; to the top of the box. If you have a large image it&#039;s below the fold--and users don&#039;t know how to close the box. I played with the CSS, but could not make this change.

Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome plug-in. Terrific!  Is there an easy way to move the &#8220;close&#8221; to the top of the box. If you have a large image it&#8217;s below the fold&#8211;and users don&#8217;t know how to close the box. I played with the CSS, but could not make this change.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1286</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 18 Oct 2009 05:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1286</guid>
		<description>The close and play/pause buttons will not show.  everything else works fine.
What am I doing wrong?
Tom</description>
		<content:encoded><![CDATA[<p>The close and play/pause buttons will not show.  everything else works fine.<br />
What am I doing wrong?<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: In with the New &#171; Bad Robot Brain</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1274</link>
		<dc:creator>In with the New &#171; Bad Robot Brain</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1274</guid>
		<description>[...] generates to look proportionate and not cropped all weird. I also used the Cleaner Gallery and WP-Lytebox plugins to handle the spiffy Lightbox effect for thumbnail images within the [...]</description>
		<content:encoded><![CDATA[<p>[...] generates to look proportionate and not cropped all weird. I also used the Cleaner Gallery and WP-Lytebox plugins to handle the spiffy Lightbox effect for thumbnail images within the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Gillespie</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1271</link>
		<dc:creator>Rob Gillespie</dc:creator>
		<pubDate>Mon, 06 Jul 2009 07:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1271</guid>
		<description>Nevermind, switched to Fancybox instead.</description>
		<content:encoded><![CDATA[<p>Nevermind, switched to Fancybox instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Gillespie</title>
		<link>http://grupenet.com/2007/08/03/wp-lytebox/comment-page-3/#comment-1270</link>
		<dc:creator>Rob Gillespie</dc:creator>
		<pubDate>Sun, 05 Jul 2009 13:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://grupenet.com/2007/08/03/wp-lytebox/#comment-1270</guid>
		<description>Lytebox has stopped working.  I think it happened since upgrading WP to 2.8 but I can&#039;t be sure.

When I click on a gallery picture now all I get is the image openng on an otherwise blank page.

This means all of my commercial blog galleries are now broken.

I&#039;ve googled for help but found nothing so perhaps it isn&#039;t a widespread issue.

If anyone can help, please speak.

Thanks
Rob</description>
		<content:encoded><![CDATA[<p>Lytebox has stopped working.  I think it happened since upgrading WP to 2.8 but I can&#8217;t be sure.</p>
<p>When I click on a gallery picture now all I get is the image openng on an otherwise blank page.</p>
<p>This means all of my commercial blog galleries are now broken.</p>
<p>I&#8217;ve googled for help but found nothing so perhaps it isn&#8217;t a widespread issue.</p>
<p>If anyone can help, please speak.</p>
<p>Thanks<br />
Rob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
