<?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>Kommentare zu: My WordPress Plugins</title>
	<atom:link href="http://www.das-motorrad-blog.de/meine-wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.das-motorrad-blog.de</link>
	<description>Gedanken rund um das Thema Motorrad</description>
	<lastBuildDate>Mon, 01 Mar 2010 13:34:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: psykotik</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29427</link>
		<dc:creator>psykotik</dc:creator>
		<pubDate>Sat, 20 Feb 2010 16:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29427</guid>
		<description>Hi Marc,

A few months ago you wrote you had an idea regarding the multi-pages issue for article2pdf, but you had to test it.

I hold that silence as a sign the test wasn&#039;t conclusive, but anyway, this message aims to show you that there are still people hoping you&#039;ll find a solution one day or another :)</description>
		<content:encoded><![CDATA[<p>Hi Marc,</p>
<p>A few months ago you wrote you had an idea regarding the multi-pages issue for article2pdf, but you had to test it.</p>
<p>I hold that silence as a sign the test wasn&#8217;t conclusive, but anyway, this message aims to show you that there are still people hoping you&#8217;ll find a solution one day or another :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Heiner Schäfer</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29408</link>
		<dc:creator>Heiner Schäfer</dc:creator>
		<pubDate>Sat, 13 Feb 2010 16:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29408</guid>
		<description>Hallo Marc,

danke für den Wordpress Flowplayer. Ich frage mich jetzt, ob es möglich ist, den Flowplayer als festeingestellten Videoplayer zu verwenden. Oder müsste ich dafür Wordtube hacken?

Viele Grüße von
Heiner</description>
		<content:encoded><![CDATA[<p>Hallo Marc,</p>
<p>danke für den Wordpress Flowplayer. Ich frage mich jetzt, ob es möglich ist, den Flowplayer als festeingestellten Videoplayer zu verwenden. Oder müsste ich dafür Wordtube hacken?</p>
<p>Viele Grüße von<br />
Heiner</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andy</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29399</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29399</guid>
		<description>Hello, vielen dank für das article2pdf plugin. Sehr gut. Ich habe installed auch More fields plugin too mit dem ist es möglich andere &quot;fields&quot; zu haben in die atricle edit seite. Diese andere informationen sind nicht im pdf exportiert. Da ich neu zum WP bin, habe noch nicht genug kentnisse. Im single.php mann kann diese neu field mit  rufen. Welcher file soll ich ändern mit dieser zusatzlicher tag um die info in pdf zu haben?
(Entsculdigung für mein deutsch :)
Wielen Dank</description>
		<content:encoded><![CDATA[<p>Hello, vielen dank für das article2pdf plugin. Sehr gut. Ich habe installed auch More fields plugin too mit dem ist es möglich andere &#8220;fields&#8221; zu haben in die atricle edit seite. Diese andere informationen sind nicht im pdf exportiert. Da ich neu zum WP bin, habe noch nicht genug kentnisse. Im single.php mann kann diese neu field mit  rufen. Welcher file soll ich ändern mit dieser zusatzlicher tag um die info in pdf zu haben?<br />
(Entsculdigung für mein deutsch :)<br />
Wielen Dank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: WoW Character Display &#171; Order Of Hope</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29386</link>
		<dc:creator>WoW Character Display &#171; Order Of Hope</dc:creator>
		<pubDate>Wed, 10 Feb 2010 17:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29386</guid>
		<description>[...] that can be used to fetch Character or Guild details from the WoW Armory.  You can see a demo  here of all the features working or see below.  As you can see it produces a very nice detailed view of [...]</description>
		<content:encoded><![CDATA[<p>[...] that can be used to fetch Character or Guild details from the WoW Armory.  You can see a demo  here of all the features working or see below.  As you can see it produces a very nice detailed view of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Pascal</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29384</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29384</guid>
		<description>Hello, i have solve the &quot;-&quot; bug, add this to article2pdf.php in function decode_utf :

		$str = str_replace( &#039;–&#039;, &#039;-&#039;, $str );


Bye</description>
		<content:encoded><![CDATA[<p>Hello, i have solve the &#8220;-&#8221; bug, add this to article2pdf.php in function decode_utf :</p>
<p>		$str = str_replace( &#8216;–&#8217;, &#8216;-&#8217;, $str );</p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Pascal</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29383</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29383</guid>
		<description>Hello

Please excuse my bad english.

I detect some bugs in your plugin

- the first page dont print to pdf if we don&#039;y have one article number, here is the workaround, test the / URI, insert this in your theme.

&lt;?php if ($_SERVER[&quot;REQUEST_URI&quot;]==&quot;/&quot;)...

I cant put the code here, this is a blog page and this can cause a mistake in your post.


- the character &quot;-&quot; print good... or not, i didnt understand why, is a utfconvert bug ? I continue to searche a workaround.


- If you use a gallery image, the photos didnt print correctly. I will see how to correct this bug.


If you are interressed, you can contact me directly by email. I&#039;m developper too.

Bye</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Please excuse my bad english.</p>
<p>I detect some bugs in your plugin</p>
<p>- the first page dont print to pdf if we don&#8217;y have one article number, here is the workaround, test the / URI, insert this in your theme.</p>
<p><?php if ($_SERVER["REQUEST_URI"]==&#8221;/&#8221;)&#8230;</p>
<p>I cant put the code here, this is a blog page and this can cause a mistake in your post.</p>
<p>- the character &#8220;-&#8221; print good&#8230; or not, i didnt understand why, is a utfconvert bug ? I continue to searche a workaround.</p>
<p>- If you use a gallery image, the photos didnt print correctly. I will see how to correct this bug.</p>
<p>If you are interressed, you can contact me directly by email. I&#8217;m developper too.</p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: blog index</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29351</link>
		<dc:creator>blog index</dc:creator>
		<pubDate>Fri, 05 Feb 2010 21:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29351</guid>
		<description>&lt;strong&gt;Top 10 Handy WordPress PDF Plugins...&lt;/strong&gt;

Wordpress is one of the major blogging platforms online. This is because Wordpress is not only free, but it can also be catered to the individual needs of its users. As a result of continuous efforts of the large community of Wordpress developers,...</description>
		<content:encoded><![CDATA[<p><strong>Top 10 Handy WordPress PDF Plugins&#8230;</strong></p>
<p>Wordpress is one of the major blogging platforms online. This is because Wordpress is not only free, but it can also be catered to the individual needs of its users. As a result of continuous efforts of the large community of Wordpress developers,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: WP Options Manager 简体中文语言包(汉化版) &#124; 左铅右椠-上善若水</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29317</link>
		<dc:creator>WP Options Manager 简体中文语言包(汉化版) &#124; 左铅右椠-上善若水</dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29317</guid>
		<description>[...] 插件作者: Marc [...]</description>
		<content:encoded><![CDATA[<p>[...] 插件作者: Marc [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sam Zuo</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29313</link>
		<dc:creator>Sam Zuo</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29313</guid>
		<description>Hello Marc,

I take the time and translate wp-options-manager into the Simplified Chinese language, I sent an e-mail to m_schieferdecker[at]hotmail.com, is this mailbox yours?</description>
		<content:encoded><![CDATA[<p>Hello Marc,</p>
<p>I take the time and translate wp-options-manager into the Simplified Chinese language, I sent an e-mail to m_schieferdecker[at]hotmail.com, is this mailbox yours?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Benjamin VINCENT</title>
		<link>http://www.das-motorrad-blog.de/meine-wordpress-plugins/comment-page-6/#comment-29305</link>
		<dc:creator>Benjamin VINCENT</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.das-motorrad-blog.de/?page_id=195#comment-29305</guid>
		<description>Hello,
Sorry to write in English. I don&#039;t speak German, unfortunately.
My problem : using  alone, in the body of a post doesn&#039;t work. Where should I insert this PHP code, in order for it to appear in the top post of my blog ?
Thanks for your help !
Benjamin</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Sorry to write in English. I don&#8217;t speak German, unfortunately.<br />
My problem : using  alone, in the body of a post doesn&#8217;t work. Where should I insert this PHP code, in order for it to appear in the top post of my blog ?<br />
Thanks for your help !<br />
Benjamin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
