<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PictPress 0.91</title>
	<link>http://www.curioso.org/2004/05/28/pictpress-091/</link>
	<description>Curiosity killed the cat</description>
	<pubDate>Sat, 17 May 2008 01:16:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on PictPress 0.91 by: hidesignlab.™ &#187; huck list</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-155</link>
		<pubDate>Thu, 01 Jan 1970 00:59:59 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-155</guid>
					<description>[...] 特定のスタイルで表示させることができます。 	 	 ピクトプレス（&lt;a href=&quot;http://www.curioso.org/2004/05/pictpress-091&quot;&gt;PictPress&lt;/a&gt;） 	自動的に、投稿時に、あるディレクトリ内にあるすべてのイメ [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] 特定のスタイルで表示させることができます。 	 	 ピクトプレス（<a href="http://www.curioso.org/2004/05/pictpress-091">PictPress</a>） 	自動的に、投稿時に、あるディレクトリ内にあるすべてのイメ [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: Curioso</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-94</link>
		<pubDate>Sat, 18 Sep 2004 09:33:36 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-94</guid>
					<description>I have a new version which should cause less problems, see http://www.curioso.org/2004/09/14/pictpress/

I will close the comments here.</description>
		<content:encoded><![CDATA[	<p>I have a new version which should cause less problems, see <a href='http://www.curioso.org/2004/09/14/pictpress/' rel='nofollow'>http://www.curioso.org/2004/09/14/pictpress/</a></p>
	<p>I will close the comments here.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: Stephen</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-93</link>
		<pubDate>Fri, 17 Sep 2004 21:24:53 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-93</guid>
					<description>The plugin looks neat.  Just one problem.  Two, really.

I have installed this as normal.  I have activated the script in the plugins menu of the admin area.  The pictpress.php page loads normally.  Placing an echo statement at the end reveals a &quot;loaded!&quot; notice.  But placing an echo &quot;$dirname&quot;; command in the pp_add_picture_pages() function does nothing. For some reason the script doesn't seem to be calling that particular function.

I can &quot;force&quot; it to activate the function by calling it at the bottom of the pictpress.php page.  It then reports that everything is in the absolute path plus /images/2004/09/.  That's where it ends.  It doesn't tack on a message title.

I then copied/cut the code to define the directory and stuck it within the loop of the index.php page for wordpress.  I wanted to see if it could correctly identify the directory there.  Sure enough, it couldn't.  Like before, it couldn't obtain the message title.

Further experimentation revealed it couldn't find the message ID in either place.  Although as I said, it has no problem finding the correct year, month, and date of the message.

Furthermore, uploading the images and sticking them in the correct directory (images/2004/09/test-pics) and then creating an entry named test-pics doesn't have any effect.  It doesn't call the pp_add_picture_pages() function.  Even putting a die(&quot;Grrr!&quot;) statement in the function results in no effect.  The only way I have found for the function to be activated is to force it manually by calling it from the bottom of the pictpress.php page.

So I'm not sure if...

- The general failure to call the function is causing the message ID/title not to load correctly
- The message ID/title failing to load is causing the function to never load
- If I'm facing two problems that are unrelated... and both seemingly beyond my ability to solve.

I have been working on this for hours and now have a very good understanding of how your script works.  I'm still at a loss to explain why the function won't load when by all rights it should be.

Oh, I have also gone through and fixed a few paths that were out of sync with my directory structure.  Mostly having to remove the occasional &quot;and&quot; and &quot;..&quot; statements.

Suggestions?  I'd really like to get this to work.

    --Stephen

PS, I'm doing this on a development server that can't be reached from the 'net, so I can't show you the work in progress, sorry.</description>
		<content:encoded><![CDATA[	<p>The plugin looks neat.  Just one problem.  Two, really.</p>
	<p>I have installed this as normal.  I have activated the script in the plugins menu of the admin area.  The pictpress.php page loads normally.  Placing an echo statement at the end reveals a &#8220;loaded!&#8221; notice.  But placing an echo &#8220;$dirname&#8221;; command in the pp_add_picture_pages() function does nothing. For some reason the script doesn&#8217;t seem to be calling that particular function.</p>
	<p>I can &#8220;force&#8221; it to activate the function by calling it at the bottom of the pictpress.php page.  It then reports that everything is in the absolute path plus /images/2004/09/.  That&#8217;s where it ends.  It doesn&#8217;t tack on a message title.</p>
	<p>I then copied/cut the code to define the directory and stuck it within the loop of the index.php page for wordpress.  I wanted to see if it could correctly identify the directory there.  Sure enough, it couldn&#8217;t.  Like before, it couldn&#8217;t obtain the message title.</p>
	<p>Further experimentation revealed it couldn&#8217;t find the message ID in either place.  Although as I said, it has no problem finding the correct year, month, and date of the message.</p>
	<p>Furthermore, uploading the images and sticking them in the correct directory (images/2004/09/test-pics) and then creating an entry named test-pics doesn&#8217;t have any effect.  It doesn&#8217;t call the pp_add_picture_pages() function.  Even putting a die(&#8221;Grrr!&#8221;) statement in the function results in no effect.  The only way I have found for the function to be activated is to force it manually by calling it from the bottom of the pictpress.php page.</p>
	<p>So I&#8217;m not sure if&#8230;</p>
	<p>- The general failure to call the function is causing the message ID/title not to load correctly<br />
- The message ID/title failing to load is causing the function to never load<br />
- If I&#8217;m facing two problems that are unrelated&#8230; and both seemingly beyond my ability to solve.</p>
	<p>I have been working on this for hours and now have a very good understanding of how your script works.  I&#8217;m still at a loss to explain why the function won&#8217;t load when by all rights it should be.</p>
	<p>Oh, I have also gone through and fixed a few paths that were out of sync with my directory structure.  Mostly having to remove the occasional &#8220;and&#8221; and &#8220;..&#8221; statements.</p>
	<p>Suggestions?  I&#8217;d really like to get this to work.</p>
	<p>    &#8211;Stephen</p>
	<p>PS, I&#8217;m doing this on a development server that can&#8217;t be reached from the &#8216;net, so I can&#8217;t show you the work in progress, sorry.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: Rich</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-82</link>
		<pubDate>Sat, 28 Aug 2004 08:40:45 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-82</guid>
					<description>plugin looks promising.  thanks, a suggestion/query which might help other commenters: after 30 minutes I couldn't get it working [&lt;abbr title=&quot;stage direction, not an abbreviation&quot;&gt;sob&lt;/abbr&gt;], even with the suggestions in 6&amp;8 - what would be really useful would be a little debug script which would add a small div to the edit page describing where pictpress is putting things (or expects things to be based on the current config).  does such a thingy exist?</description>
		<content:encoded><![CDATA[	<p>plugin looks promising.  thanks, a suggestion/query which might help other commenters: after 30 minutes I couldn&#8217;t get it working [<abbr title="stage direction, not an abbreviation">sob</abbr>], even with the suggestions in 6&#038;8 - what would be really useful would be a little debug script which would add a small div to the edit page describing where pictpress is putting things (or expects things to be based on the current config).  does such a thingy exist?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: Johannes</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-81</link>
		<pubDate>Fri, 27 Aug 2004 08:46:36 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-81</guid>
					<description>I installed your plugin, and I think the idea of the plugin is great, thought it is not a mature &quot;out of the box&quot; solution yet. :-) It took me at least 3 hours to make it work as intended... 

But maybe I can help, e.g. the plugin doesn't produce valid XHTML on my site, and I'm gonna fix it asap...</description>
		<content:encoded><![CDATA[	<p>I installed your plugin, and I think the idea of the plugin is great, thought it is not a mature &#8220;out of the box&#8221; solution yet. <img src='http://www.curioso.org/wordpress/wp-images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  It took me at least 3 hours to make it work as intended&#8230; </p>
	<p>But maybe I can help, e.g. the plugin doesn&#8217;t produce valid XHTML on my site, and I&#8217;m gonna fix it asap&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: Chris</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-78</link>
		<pubDate>Thu, 19 Aug 2004 22:36:47 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-78</guid>
					<description>Everything works for me except the thumbnails (i just get a placeholder). Followed all the instructions above. Placed rewrite rules in .htaccess (both in root, and the wordpress directory). Images are there, but no thumbnails. Bummer.</description>
		<content:encoded><![CDATA[	<p>Everything works for me except the thumbnails (i just get a placeholder). Followed all the instructions above. Placed rewrite rules in .htaccess (both in root, and the wordpress directory). Images are there, but no thumbnails. Bummer.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: munkay</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-76</link>
		<pubDate>Fri, 13 Aug 2004 08:21:28 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-76</guid>
					<description>cache dir does not create the 100/600 folders for image thumbnails and full view. i've added the lines in .htaccess for root
RewriteEngine On
RewriteBase /
RewriteRule ^cache/([0-9]+)/(.*) /pictpress/resize.php?size=$1&amp;path=$2 [QSA]

still nothing. it generates the code fine. but no images get generated for the thumbnails. any help ?</description>
		<content:encoded><![CDATA[	<p>cache dir does not create the 100/600 folders for image thumbnails and full view. i&#8217;ve added the lines in .htaccess for root<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^cache/([0-9]+)/(.*) /pictpress/resize.php?size=$1&#038;path=$2 [QSA]</p>
	<p>still nothing. it generates the code fine. but no images get generated for the thumbnails. any help ?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: scriptygoddess</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-75</link>
		<pubDate>Thu, 01 Jan 1970 00:59:59 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-75</guid>
					<description>[...] page on the wiki in a while and found a few plugins I'd like to play with at some point: 	&lt;a href=&quot;http://www.curioso.org/2004/05/pictpress-091&quot;&gt;PictPress&lt;/a&gt; (as stated on the wiki) : automatically add thumbnails and pictures for all images in a di [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] page on the wiki in a while and found a few plugins I&#8217;d like to play with at some point: 	<a href="http://www.curioso.org/2004/05/pictpress-091">PictPress</a> (as stated on the wiki) : automatically add thumbnails and pictures for all images in a di [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: Chris</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-74</link>
		<pubDate>Wed, 14 Jul 2004 08:13:02 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-74</guid>
					<description>Been trying a while to get this to work.  I am certain it is something stupid I am missing, but I cannot figure out what.

The cache is not used, images do not show up as thumbs or otherwise.  I attempted what you mentioned in 6 and 8, echoing PictPress loaded did nothing but cause errors when attempting to login, but it did display the message.  Attempting to display the directory acomplshed nothing.

I have wordpress located in my sites root directory, so folowed what you instructed in step 13, also to no avail.

Any help would be much appreciated.  Thanks.</description>
		<content:encoded><![CDATA[	<p>Been trying a while to get this to work.  I am certain it is something stupid I am missing, but I cannot figure out what.</p>
	<p>The cache is not used, images do not show up as thumbs or otherwise.  I attempted what you mentioned in 6 and 8, echoing PictPress loaded did nothing but cause errors when attempting to login, but it did display the message.  Attempting to display the directory acomplshed nothing.</p>
	<p>I have wordpress located in my sites root directory, so folowed what you instructed in step 13, also to no avail.</p>
	<p>Any help would be much appreciated.  Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PictPress 0.91 by: Glenn McGaha Miller</title>
		<link>http://www.curioso.org/2004/05/28/pictpress-091/#comment-72</link>
		<pubDate>Tue, 29 Jun 2004 20:32:20 +0000</pubDate>
		<guid>http://www.curioso.org/2004/05/28/pictpress-091/#comment-72</guid>
					<description>OK... after reading through all the comments, I'm even more stumped than before: What I just unzipped has a pictpress.php FOLDER but now pictpress.php FILE whatsoever! Any idea what's going on? I've never seen such a thing before.</description>
		<content:encoded><![CDATA[	<p>OK&#8230; after reading through all the comments, I&#8217;m even more stumped than before: What I just unzipped has a pictpress.php FOLDER but now pictpress.php FILE whatsoever! Any idea what&#8217;s going on? I&#8217;ve never seen such a thing before.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
