<?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"
	>
<channel>
	<title>Comments on: Photopress 0.4</title>
	<atom:link href="http://isaac.wedin.org/2005/04/03/photopress-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://isaac.wedin.org/2005/04/03/photopress-04/</link>
	<description>Isaac Wedin's weblog</description>
	<pubDate>Wed, 20 Aug 2008 20:16:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Cron</title>
		<link>http://isaac.wedin.org/2005/04/03/photopress-04/#comment-320</link>
		<dc:creator>Cron</dc:creator>
		<pubDate>Fri, 08 Apr 2005 12:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://isaac.wedin.org/2005/04/03/photopress-04/#comment-320</guid>
		<description>I am currently running photopress 0.4 on wordpress strayhorn. I decided that I would like to use permalinks instead of php strings for my pp gallery so I put this code into my .htacess

RewriteRule ^photo-gallery(/)?$ ?pp_album=1 [QSA,L]
RewriteRule ^photo-gallery/page/(.*)$ ?pp_album=1&#38;pp_page=$1 [QSA,L]
RewriteRule ^photo-gallery/images(/)?$ photo-gallery/ [R]
RewriteRule ^photo-gallery/images/(.*)$ ?pp_album=1&#38;pp_image=$1 [QSA,L]
RewriteRule ^photo-gallery/([A-Za-z]+&#124;[0-9]+&#124;[0-9]+[A-Za-z]+&#124;[A-Za-z]+[0-9]+)(/)?$ ?pp_album=1&#38;pp_cat=$1 [QSA,L]

If you tipe in any of my â€˜fakeâ€™ URLs it redirects fine. However I would like the PP plugin to use those links. To do this I followed the instructions in the photopress-inc.php file. However, whenever I edit anything in that file the next time I reload my website it is all blank. Just a blank white page. Does anyone have any ideas for getting this to work?

Thanks in advance,
&lt;a href="http://cron.quill.statichost.co.uk/" rel="nofollow"&gt;Cron&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I am currently running photopress 0.4 on wordpress strayhorn. I decided that I would like to use permalinks instead of php strings for my pp gallery so I put this code into my .htacess</p>
<p>RewriteRule ^photo-gallery(/)?$ ?pp_album=1 [QSA,L]<br />
RewriteRule ^photo-gallery/page/(.*)$ ?pp_album=1&amp;pp_page=$1 [QSA,L]<br />
RewriteRule ^photo-gallery/images(/)?$ photo-gallery/ [R]<br />
RewriteRule ^photo-gallery/images/(.*)$ ?pp_album=1&amp;pp_image=$1 [QSA,L]<br />
RewriteRule ^photo-gallery/([A-Za-z]+|[0-9]+|[0-9]+[A-Za-z]+|[A-Za-z]+[0-9]+)(/)?$ ?pp_album=1&amp;pp_cat=$1 [QSA,L]</p>
<p>If you tipe in any of my â€˜fakeâ€™ URLs it redirects fine. However I would like the PP plugin to use those links. To do this I followed the instructions in the photopress-inc.php file. However, whenever I edit anything in that file the next time I reload my website it is all blank. Just a blank white page. Does anyone have any ideas for getting this to work?</p>
<p>Thanks in advance,<br />
<a href="http://cron.quill.statichost.co.uk/" rel="nofollow">Cron</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paula</title>
		<link>http://isaac.wedin.org/2005/04/03/photopress-04/#comment-291</link>
		<dc:creator>Paula</dc:creator>
		<pubDate>Mon, 04 Apr 2005 13:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://isaac.wedin.org/2005/04/03/photopress-04/#comment-291</guid>
		<description>i went to http://mosquito.wordpress.org/view.php?id=1196 and changed

menu-header.php and admin-functions.php

the problem with the option panel is solved and I'm now able to use photopress, but i'm experienceing a lot of errors at the top of the admin layout. I'm trying to sort it out in the WP forums since the issue seems to be related to WP more than to the plugin itself so thanks a lot for pointing those links! is a nice plugin.

buy the way, how do i use that *.diff patch? do i run it or just place it somewhere?

thanks!</description>
		<content:encoded><![CDATA[<p>i went to <a href="http://mosquito.wordpress.org/view.php?id=1196" rel="nofollow">http://mosquito.wordpress.org/view.php?id=1196</a> and changed</p>
<p>menu-header.php and admin-functions.php</p>
<p>the problem with the option panel is solved and I&#8217;m now able to use photopress, but i&#8217;m experienceing a lot of errors at the top of the admin layout. I&#8217;m trying to sort it out in the WP forums since the issue seems to be related to WP more than to the plugin itself so thanks a lot for pointing those links! is a nice plugin.</p>
<p>buy the way, how do i use that *.diff patch? do i run it or just place it somewhere?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isaac</title>
		<link>http://isaac.wedin.org/2005/04/03/photopress-04/#comment-288</link>
		<dc:creator>isaac</dc:creator>
		<pubDate>Mon, 04 Apr 2005 05:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://isaac.wedin.org/2005/04/03/photopress-04/#comment-288</guid>
		<description>There's apparently a bug in Wordpress where only the last-loaded plugin's options page gets loaded:

&lt;a href="http://mosquito.wordpress.org/view.php?id=902" rel="nofollow"&gt;mosquito.wordpress.org/view.php?id=902&lt;/a&gt;

If you don't want to go to the trouble of installing a nightly, it should be possible to disable one plugin, fill out the options for the hidden one, then re-enable. Sounds crazy, but it worked when I tried it...</description>
		<content:encoded><![CDATA[<p>There&#8217;s apparently a bug in Wordpress where only the last-loaded plugin&#8217;s options page gets loaded:</p>
<p><a href="http://mosquito.wordpress.org/view.php?id=902" rel="nofollow">mosquito.wordpress.org/view.php?id=902</a></p>
<p>If you don&#8217;t want to go to the trouble of installing a nightly, it should be possible to disable one plugin, fill out the options for the hidden one, then re-enable. Sounds crazy, but it worked when I tried it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paula</title>
		<link>http://isaac.wedin.org/2005/04/03/photopress-04/#comment-287</link>
		<dc:creator>Paula</dc:creator>
		<pubDate>Mon, 04 Apr 2005 00:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://isaac.wedin.org/2005/04/03/photopress-04/#comment-287</guid>
		<description>could it be that i need another file wp-admin/options-photopress.php?
</description>
		<content:encoded><![CDATA[<p>could it be that i need another file wp-admin/options-photopress.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paula</title>
		<link>http://isaac.wedin.org/2005/04/03/photopress-04/#comment-286</link>
		<dc:creator>Paula</dc:creator>
		<pubDate>Sun, 03 Apr 2005 18:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://isaac.wedin.org/2005/04/03/photopress-04/#comment-286</guid>
		<description>hello

i've been trying to make it work and i seem to get there but i can't go to "options/photopress" 
i mean the link is there but it takes me to an error page with the following:

"The system cannot find the file specified."

i do see the upload and browse buttons in the writing panel but i've read that first i need to set up the options to start using it

could be that i need some permissions?

how can i fix this?

thanks a lot
</description>
		<content:encoded><![CDATA[<p>hello</p>
<p>i&#8217;ve been trying to make it work and i seem to get there but i can&#8217;t go to &#8220;options/photopress&#8221;<br />
i mean the link is there but it takes me to an error page with the following:</p>
<p>&#8220;The system cannot find the file specified.&#8221;</p>
<p>i do see the upload and browse buttons in the writing panel but i&#8217;ve read that first i need to set up the options to start using it</p>
<p>could be that i need some permissions?</p>
<p>how can i fix this?</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
