<?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>Wed, 10 Mar 2010 18:24:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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 06:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-19044</guid>
		<description>Recently installed this excellent plugin. Thank you!
But it seems that there is a conflict with the WP-Print plugin. Each time I activate Dashboard Notepad, the &quot;Print This Post&quot; link disappears from the &quot;PostHeaderIcons&quot; of all my post.  Thanks in advance for any help.</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>Thu, 25 Feb 2010 21:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18941</guid>
		<description>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 &quot;find . -type f -print0 &#124; xargs -0 sed -i &#039;s/dashboard_notes/dashboard_notepad2_notes/g&#039;&quot;

Now my second instance gets activated :)</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 &#8217;s/dashboard_notes/dashboard_notepad2_notes/g&#8217;&#8221;</p>
<p>Now my second instance gets activated :)</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>Thu, 25 Feb 2010 20:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18939</guid>
		<description>Hi Stephanie,
Wonderful plugin, thanks. I just need a second instance of it. I tried to create it by the following steps:
1) copy all files to a directory called dashboard-notepad2
2) replace all &#039;notepad&#039; with &#039;notepad2&#039; with a script &quot;find . -type f -print0 &#124; xargs -0 sed -i &#039;s/notepad/notepad2/g&#039;&quot;
3) rename dashboard-notepad.php to dashboard-notepad2.php
4) edit dashboard-notepad2.php third line to be &quot;Plugin Name: Dashboard Notepad2&quot;

After this I tried to activate the plugin, but I received an error message &quot;Plugin could not be activated because it triggered a fatal error.&quot; I just wish the error message to be more informative :)

I&#039;ll continue fighting on this, but if you have an answer I would like to hear.</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 &#8217;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 :)</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>Sat, 20 Feb 2010 22:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18797</guid>
		<description>Hi Stephanie,
I placeed the two files in the languages directory of your plugin, but nothing happened. The the WP config.php (&#039;WPLANG&#039;, &#039;de_DE&#039;) is set and isn the PO file the correct language is set as well.</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 11:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18765</guid>
		<description>Ok i got it. i noticed that the its &quot;global&quot; so i just created a function in my template&#039;s functions.php and can get the value of the single notepads by calling this function, of cours. 
On the website: 
When I am logged as Admin the field appears unformatted just the way it looks at the admin-dashboard ...so i can directly edit the value(message) on the site -&gt; fabulous. 
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.
Absolutely perfect. 
Again Thank you for the smart plugin!</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 09:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18764</guid>
		<description>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.</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>Wed, 17 Feb 2010 00:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18639</guid>
		<description>Place those two files in the languages directory, next to the .POT file. The new language should load automatically.

If you will send me your files, I will include them in the next release!</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 21:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18632</guid>
		<description>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?</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 16:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18627</guid>
		<description>The only languages available right now are English and Belorussian. If you would like to translate the plugin, see &quot;the Codex page on translations&quot;:http://codex.wordpress.org/Translating_WordPress. The POT file is in the plugin&#039;s languages folder.</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">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 14:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://sillybean.net/?page_id=2406#comment-18620</guid>
		<description>Hi Stephanie! Thanx for this wonderful plugin. How can I activate another language?</description>
		<content:encoded><![CDATA[<p>Hi Stephanie! Thanx for this wonderful plugin. How can I activate another language?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
