<?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: Dashboard Notepad</title>
	<atom:link href="http://sillybean.net/code/wordpress/dashboard-notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://sillybean.net</link>
	<description>reading, writing, web design, and the intersections thereof</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:29:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: dreaminker</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-19044</link>
		<dc:creator>dreaminker</dc:creator>
		<pubDate>Mon, 01 Mar 2010 11:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-19044</guid>
		<description>&lt;p&gt;Recently installed this excellent plugin. Thank you!&lt;br /&gt;
But it seems that there is a conflict with the WP-Print plugin. Each time I activate Dashboard Notepad, the &#8220;Print This Post&#8221; link disappears from the &#8220;PostHeaderIcons&#8221; of all my post.  Thanks in advance for any help.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Recently installed this excellent plugin. Thank you!<br />
But it seems that there is a conflict with the WP-Print plugin. Each time I activate Dashboard Notepad, the &#8220;Print This Post&#8221; link disappears from the &#8220;PostHeaderIcons&#8221; of all my post.  Thanks in advance for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mika</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18941</link>
		<dc:creator>Mika</dc:creator>
		<pubDate>Fri, 26 Feb 2010 02:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18941</guid>
		<description>&lt;p&gt;I found the reason for fatal error. The function dashboard_notes() was declared already in the first plugin causing the error when my second plugin tried to declare the function with the same name. So I changed the name of this function and all places where it was called by a script &#8220;find . -type f -print0 &#124; xargs -0 sed -i &#8216;s/dashboard_notes/dashboard_notepad2_notes/g&#8217;&#8221;&lt;/p&gt;

&lt;p&gt;Now my second instance gets activated &lt;img src=&#039;http://wordpress/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I found the reason for fatal error. The function dashboard_notes() was declared already in the first plugin causing the error when my second plugin tried to declare the function with the same name. So I changed the name of this function and all places where it was called by a script &#8220;find . -type f -print0 | xargs -0 sed -i &#8216;s/dashboard_notes/dashboard_notepad2_notes/g&#8217;&#8221;</p>
<p>Now my second instance gets activated <img src='http://wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mika</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18939</link>
		<dc:creator>Mika</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18939</guid>
		<description>&lt;p&gt;Hi Stephanie,&lt;br /&gt;
Wonderful plugin, thanks. I just need a second instance of it. I tried to create it by the following steps:&lt;br /&gt;
1) copy all files to a directory called dashboard-notepad2&lt;br /&gt;
2) replace all &#8216;notepad&#8217; with &#8216;notepad2&#8242; with a script &#8220;find . -type f -print0 &#124; xargs -0 sed -i &#8216;s/notepad/notepad2/g&#8217;&#8221;&lt;br /&gt;
3) rename dashboard-notepad.php to dashboard-notepad2.php&lt;br /&gt;
4) edit dashboard-notepad2.php third line to be &#8220;Plugin Name: Dashboard Notepad2&#8243;&lt;/p&gt;

&lt;p&gt;After this I tried to activate the plugin, but I received an error message &#8220;Plugin could not be activated because it triggered a fatal error.&#8221; I just wish the error message to be more informative &lt;img src=&#039;http://wordpress/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;

&lt;p&gt;I&#8217;ll continue fighting on this, but if you have an answer I would like to hear.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Stephanie,<br />
Wonderful plugin, thanks. I just need a second instance of it. I tried to create it by the following steps:<br />
1) copy all files to a directory called dashboard-notepad2<br />
2) replace all &#8216;notepad&#8217; with &#8216;notepad2&#8242; with a script &#8220;find . -type f -print0 | xargs -0 sed -i &#8216;s/notepad/notepad2/g&#8217;&#8221;<br />
3) rename dashboard-notepad.php to dashboard-notepad2.php<br />
4) edit dashboard-notepad2.php third line to be &#8220;Plugin Name: Dashboard Notepad2&#8243;</p>
<p>After this I tried to activate the plugin, but I received an error message &#8220;Plugin could not be activated because it triggered a fatal error.&#8221; I just wish the error message to be more informative <img src='http://wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll continue fighting on this, but if you have an answer I would like to hear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silencer</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18797</link>
		<dc:creator>Silencer</dc:creator>
		<pubDate>Sun, 21 Feb 2010 03:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18797</guid>
		<description>&lt;p&gt;Hi Stephanie,&lt;br /&gt;
I placeed the two files in the languages directory of your plugin, but nothing happened. The the WP config.php (&#8216;WPLANG&#8217;, &#8216;de_DE&#8217;) is set and isn the PO file the correct language is set as well.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Stephanie,<br />
I placeed the two files in the languages directory of your plugin, but nothing happened. The the WP config.php (&#8216;WPLANG&#8217;, &#8216;de_DE&#8217;) is set and isn the PO file the correct language is set as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norty</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18765</link>
		<dc:creator>Norty</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18765</guid>
		<description>&lt;p&gt;Ok i got it. i noticed that the its &#8220;global&#8221; so i just created a function in my template&#8217;s functions.php and can get the value of the single notepads by calling this function, of cours. &lt;br /&gt;
On the website: &lt;br /&gt;
When I am logged as Admin the field appears unformatted just the way it looks at the admin-dashboard &#8230;so i can directly edit the value(message) on the site -&gt; fabulous. &lt;br /&gt;
As being loggedOut (or logged as something under admin eg. subcriber) there is no option to edit and the message appears formatted as it should.&lt;br /&gt;
Absolutely perfect. &lt;br /&gt;
Again Thank you for the smart plugin!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Ok i got it. i noticed that the its &#8220;global&#8221; so i just created a function in my template&#8217;s functions.php and can get the value of the single notepads by calling this function, of cours. <br />
On the website: <br />
When I am logged as Admin the field appears unformatted just the way it looks at the admin-dashboard &#8230;so i can directly edit the value(message) on the site -&gt; fabulous. <br />
As being loggedOut (or logged as something under admin eg. subcriber) there is no option to edit and the message appears formatted as it should.<br />
Absolutely perfect. <br />
Again Thank you for the smart plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norty</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18764</link>
		<dc:creator>Norty</dc:creator>
		<pubDate>Fri, 19 Feb 2010 14:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18764</guid>
		<description>&lt;p&gt;Hi Stephanie, thank you so much for this nice litte plugin. As the values are stored somewhere, is there a way to display the note somewhere on my theme by a template tag.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Stephanie, thank you so much for this nice litte plugin. As the values are stored somewhere, is there a way to display the note somewhere on my theme by a template tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18639</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Tue, 16 Feb 2010 23:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18639</guid>
		<description>&lt;p&gt;Place those two files in the languages directory, next to the .POT file. The new language should load automatically.&lt;/p&gt;

&lt;p&gt;If you will send me your files, I will include them in the next release!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Place those two files in the languages directory, next to the .POT file. The new language should load automatically.</p>
<p>If you will send me your files, I will include them in the next release!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silencer</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18632</link>
		<dc:creator>Silencer</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18632</guid>
		<description>&lt;p&gt;Thanx for the quick reply. Sorry for the beginner questions, but where do I put the dashboard-notepad-de_DE.po &amp; dashboard-notepad-de_DE.mo and how do I activate them?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanx for the quick reply. Sorry for the beginner questions, but where do I put the dashboard-notepad-de_DE.po &amp; dashboard-notepad-de_DE.mo and how do I activate them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18627</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18627</guid>
		<description>&lt;p&gt;The only languages available right now are English and Belorussian. If you would like to translate the plugin, see &lt;a href=&quot;http://codex.wordpress.org/Translating_WordPress&quot; rel=&quot;nofollow&quot;&gt;the Codex page on translations&lt;/a&gt;. The &lt;span class=&quot;caps&quot;&gt;POT &lt;/span&gt;file is in the plugin&#8217;s languages folder.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The only languages available right now are English and Belorussian. If you would like to translate the plugin, see <a href="http://codex.wordpress.org/Translating_WordPress" rel="nofollow">the Codex page on translations</a>. The <span class="caps">POT </span>file is in the plugin&#8217;s languages folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silencer</title>
		<link>http://sillybean.net/code/wordpress/dashboard-notepad/comment-page-1/#comment-18620</link>
		<dc:creator>Silencer</dc:creator>
		<pubDate>Tue, 16 Feb 2010 13:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18620</guid>
		<description>&lt;p&gt;Hi Stephanie! Thanx for this wonderful plugin. How can I activate another language?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Stephanie! Thanx for this wonderful plugin. How can I activate another language?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
