<?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: 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&#039;s blog</description>
	<lastBuildDate>Wed, 04 Jan 2012 03:07:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cron</title>
		<link>http://isaac.wedin.org/2005/04/03/photopress-04/comment-page-1/#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&amp;pp_page=$1 [QSA,L]
RewriteRule ^photo-gallery/images(/)?$ photo-gallery/ [R]
RewriteRule ^photo-gallery/images/(.*)$ ?pp_album=1&amp;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&amp;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=&quot;http://cron.quill.statichost.co.uk/&quot; rel=&quot;nofollow&quot;&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-page-1/#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&#039;m now able to use photopress, but i&#039;m experienceing a lot of errors at the top of the admin layout. I&#039;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-page-1/#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&#039;s apparently a bug in Wordpress where only the last-loaded plugin&#039;s options page gets loaded:

&lt;a href=&quot;http://mosquito.wordpress.org/view.php?id=902&quot; rel=&quot;nofollow&quot;&gt;mosquito.wordpress.org/view.php?id=902&lt;/a&gt;

If you don&#039;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-page-1/#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-page-1/#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&#039;ve been trying to make it work and i seem to get there but i can&#039;t go to &quot;options/photopress&quot; 
i mean the link is there but it takes me to an error page with the following:

&quot;The system cannot find the file specified.&quot;

i do see the upload and browse buttons in the writing panel but i&#039;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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: cloud.isaac.wedin.org

Served from: isaac.wedin.org @ 2012-02-09 10:15:24 -->
