<?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: WordPress Plugin Development: Style Your Message Boxes</title>
	<atom:link href="http://wpengineer.com/2004/wordpress-plugin-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/2004/wordpress-plugin-development/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Graeme</title>
		<link>http://wpengineer.com/2004/wordpress-plugin-development/#comment-8073</link>
		<dc:creator>Graeme</dc:creator>
		<pubDate>Thu, 31 Mar 2011 21:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2004#comment-8073</guid>
		<description>Hi Jürgen,

I think that if you did this,
&lt;code&gt;
register_activation_hook(__FILE__,&#039;your_function&#039;);
your_function () {
echo &#039;&lt;div id=&quot;message&quot; class=&quot;updated&quot; &gt;&lt;p&gt;J&#252;rgen&#039;s Message&lt;/p&gt;&lt;/div&gt;&#039;;
}&lt;/code&gt;

It would work out fine. I don&#039;t know if my html is going to come out okay here, but you get my point :) I hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Jürgen,</p>
<p>I think that if you did this,<br />
<code><br />
register_activation_hook(__FILE__,'your_function');<br />
your_function () {<br />
echo '&lt;div id=&quot;message&quot; class=&quot;updated&quot; &gt;&lt;p&gt;J&uuml;rgen's Message&lt;/p&gt;&lt;/div&gt;';<br />
}</code></p>
<p>It would work out fine. I don't know if my html is going to come out okay here, but you get my point <img src='http://wpengineer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://wpengineer.com/2004/wordpress-plugin-development/#comment-4480</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Thu, 10 Jun 2010 11:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2004#comment-4480</guid>
		<description>Hello,
thanks for the hints.
But they won&#039;t display messages in the main plugin page. I would like to print a message one time directly after the plugin is activated:

&quot;Hello, please have a look at the settings. Thanks&quot;

I wanted to print it through &quot;register_activation_hook()&quot;
But it won&#039;t work.
Can you help me?
Jürgen</description>
		<content:encoded><![CDATA[<p>Hello,<br />
thanks for the hints.<br />
But they won't display messages in the main plugin page. I would like to print a message one time directly after the plugin is activated:</p>
<p>"Hello, please have a look at the settings. Thanks"</p>
<p>I wanted to print it through "register_activation_hook()"<br />
But it won't work.<br />
Can you help me?<br />
Jürgen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://wpengineer.com/2004/wordpress-plugin-development/#comment-4458</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 05 Jun 2010 17:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2004#comment-4458</guid>
		<description>I&#039;m new to plugin development and just made my first plugin, but when i save the form i would like to see the message &quot;settings saved&#039;. Could you point me out how to do that ?</description>
		<content:encoded><![CDATA[<p>I'm new to plugin development and just made my first plugin, but when i save the form i would like to see the message "settings saved'. Could you point me out how to do that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Cronin</title>
		<link>http://wpengineer.com/2004/wordpress-plugin-development/#comment-4059</link>
		<dc:creator>Stephen Cronin</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2004#comment-4059</guid>
		<description>Nice post. Didn&#039;t know about the below-h2 one, so I will play with it.

Personally I miss the fade class that use to fade the message in, back in the old days (before they switched to jQuery). I don&#039;t think there is a modern equivalent of that.</description>
		<content:encoded><![CDATA[<p>Nice post. Didn't know about the below-h2 one, so I will play with it.</p>
<p>Personally I miss the fade class that use to fade the message in, back in the old days (before they switched to jQuery). I don't think there is a modern equivalent of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Was, wenn eine WordPress Min Version erforderlich ist? - Theme, WordPress, Variante, Funktionen, XFWPMINVERSION, ‘Please - dynamicinternet</title>
		<link>http://wpengineer.com/2004/wordpress-plugin-development/#comment-4055</link>
		<dc:creator>Was, wenn eine WordPress Min Version erforderlich ist? - Theme, WordPress, Variante, Funktionen, XFWPMINVERSION, ‘Please - dynamicinternet</dc:creator>
		<pubDate>Thu, 29 Apr 2010 11:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2004#comment-4055</guid>
		<description>[...] auf das Default Theme von WordPress switchen. Bei Variante 2 half mir Sergej M&#252;ller mit einem Tip. // Variante wp_die() global $wp_version; if &#040; !version_compare&#040; $wp_version, &#039;3.0-beta&#039;, [...]</description>
		<content:encoded><![CDATA[<p>[...] auf das Default Theme von WordPress switchen. Bei Variante 2 half mir Sergej M&#252;ller mit einem Tip. // Variante wp_die() global $wp_version; if &#40; !version_compare&#40; $wp_version, &#39;3.0-beta&#39;, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eavasi</title>
		<link>http://wpengineer.com/2004/wordpress-plugin-development/#comment-4054</link>
		<dc:creator>eavasi</dc:creator>
		<pubDate>Thu, 29 Apr 2010 10:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2004#comment-4054</guid>
		<description>Bravo Sergey!!! You&#039;re  a real talent!!!
Great popular plug-in and new cool and remarkable decision</description>
		<content:encoded><![CDATA[<p>Bravo Sergey!!! You're  a real talent!!!<br />
Great popular plug-in and new cool and remarkable decision</p>
]]></content:encoded>
	</item>
</channel>
</rss>

