<?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: Watermark &#038; WordPress 2.3</title>
	<atom:link href="http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23</link>
	<description>My plugin for WordPress</description>
	<pubDate>Sat, 22 Nov 2008 03:22:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: sagbee</title>
		<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23#comment-4208</link>
		<dc:creator>sagbee</dc:creator>
		<pubDate>Mon, 17 Mar 2008 00:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://watermark.malcherek.com/2007-09-30/watermark-wordpress-23#comment-4208</guid>
		<description>with 2.3.3, when i suppose to be upload any pic, i was getting error about

/home/8888com/public_html/wp-content/uploads/2007/12/01-funny-watermark.jpg
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/8888com/public_html/wp-content/plugins/watermark/wm_watermark.php on line 140
... done

Do you think, am doing something wrong somewhere ??</description>
		<content:encoded><![CDATA[<p>with 2.3.3, when i suppose to be upload any pic, i was getting error about</p>
<p>/home/8888com/public_html/wp-content/uploads/2007/12/01-funny-watermark.jpg<br />
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/8888com/public_html/wp-content/plugins/watermark/wm_watermark.php on line 140<br />
&#8230; done</p>
<p>Do you think, am doing something wrong somewhere ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; 本站所用的WordPress插件 Juse&#8217;s CG Space</title>
		<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23#comment-4162</link>
		<dc:creator>&#187; 本站所用的WordPress插件 Juse&#8217;s CG Space</dc:creator>
		<pubDate>Mon, 17 Dec 2007 05:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://watermark.malcherek.com/2007-09-30/watermark-wordpress-23#comment-4162</guid>
		<description>[...] wordpress 水印插件Marekkis Watermark-Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] wordpress 水印插件Marekkis Watermark-Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23#comment-4018</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 14 Nov 2007 11:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://watermark.malcherek.com/2007-09-30/watermark-wordpress-23#comment-4018</guid>
		<description>Hi- thanks for the fast response. It is indeed there. I searched in BBedit and didn't find anything. Strange. Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi- thanks for the fast response. It is indeed there. I searched in BBedit and didn&#8217;t find anything. Strange. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marekki (Author)</title>
		<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23#comment-4017</link>
		<dc:creator>Marekki (Author)</dc:creator>
		<pubDate>Wed, 14 Nov 2007 11:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://watermark.malcherek.com/2007-09-30/watermark-wordpress-23#comment-4017</guid>
		<description>Hi Tim,

please check your files. In my version (2.3.1) you can find this pice of code in file:
&lt;b&gt;/wordpress/wp-admin/includes/upload.php&lt;/b&gt; between lines 228 and 236. I think you will find this section.

Ciao,
Marekki</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>please check your files. In my version (2.3.1) you can find this pice of code in file:<br />
<b>/wordpress/wp-admin/includes/upload.php</b> between lines 228 and 236. I think you will find this section.</p>
<p>Ciao,<br />
Marekki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23#comment-4016</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 14 Nov 2007 10:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://watermark.malcherek.com/2007-09-30/watermark-wordpress-23#comment-4016</guid>
		<description>I'm running WP 2.3.1 and have installed your plugin. I've opened the file: 
/wordpress/wp-admin/includes/upload.php

Nowhere in this file is there the code (or any portion of it):

 Construct the attachment array
	$attachment = array(
	 	‘post_title’ =&#62; $post_title,
 		‘post_content’ =&#62; $post_content,
 		‘post_type’ =&#62; ‘attachment’,
 		‘post_parent’ =&#62; $post_id,
 		‘post_mime_type’ =&#62; $type,
 		‘guid’ =&#62; $url
 	);

Any suggestions?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m running WP 2.3.1 and have installed your plugin. I&#8217;ve opened the file:<br />
/wordpress/wp-admin/includes/upload.php</p>
<p>Nowhere in this file is there the code (or any portion of it):</p>
<p> Construct the attachment array<br />
	$attachment = array(<br />
	 	‘post_title’ =&gt; $post_title,<br />
 		‘post_content’ =&gt; $post_content,<br />
 		‘post_type’ =&gt; ‘attachment’,<br />
 		‘post_parent’ =&gt; $post_id,<br />
 		‘post_mime_type’ =&gt; $type,<br />
 		‘guid’ =&gt; $url<br />
 	);</p>
<p>Any suggestions?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marekki (Author)</title>
		<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23#comment-3685</link>
		<dc:creator>Marekki (Author)</dc:creator>
		<pubDate>Mon, 01 Oct 2007 17:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://watermark.malcherek.com/2007-09-30/watermark-wordpress-23#comment-3685</guid>
		<description>Hi Jay,

with quotes i mean quotes after the word file shoul be like:
&lt;code&gt;MM_Execute_WM($file,'');&lt;/code&gt;
i hope this will answer your question?

Marekki</description>
		<content:encoded><![CDATA[<p>Hi Jay,</p>
<p>with quotes i mean quotes after the word file shoul be like:<br />
<code>MM_Execute_WM($file,'');</code><br />
i hope this will answer your question?</p>
<p>Marekki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay McGillicuddy</title>
		<link>http://www.wp-watermark.com/2007-09-30/watermark-wordpress-23#comment-3683</link>
		<dc:creator>Jay McGillicuddy</dc:creator>
		<pubDate>Mon, 01 Oct 2007 12:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://watermark.malcherek.com/2007-09-30/watermark-wordpress-23#comment-3683</guid>
		<description>Just curious as to where the quote mark goes. I seem to be getting a critical transfer error.
// Construct the attachment array
		$attachment = array(
			'post_title' =&#62; $post_title,
			'post_content' =&#62; $post_content,
			'post_type' =&#62; 'attachment',
			'post_parent' =&#62; $post_id,
			'post_mime_type' =&#62; $type,
			'guid' =&#62; $url
		);

		'MM_Execute_WM($file,”);'

		// Save the data
This is what I am assuming needs to be done.
Thanks Jay</description>
		<content:encoded><![CDATA[<p>Just curious as to where the quote mark goes. I seem to be getting a critical transfer error.<br />
// Construct the attachment array<br />
		$attachment = array(<br />
			&#8216;post_title&#8217; =&gt; $post_title,<br />
			&#8216;post_content&#8217; =&gt; $post_content,<br />
			&#8216;post_type&#8217; =&gt; &#8216;attachment&#8217;,<br />
			&#8216;post_parent&#8217; =&gt; $post_id,<br />
			&#8216;post_mime_type&#8217; =&gt; $type,<br />
			&#8216;guid&#8217; =&gt; $url<br />
		);</p>
<p>		&#8216;MM_Execute_WM($file,”);&#8217;</p>
<p>		// Save the data<br />
This is what I am assuming needs to be done.<br />
Thanks Jay</p>
]]></content:encoded>
	</item>
</channel>
</rss>
