<?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/"
xmlns:media="http://search.yahoo.com/mrss/"
> <channel><title>Comments on: Disabling the update nag</title> <atom:link href="http://yoast.com/disable-update-nag/feed/" rel="self" type="application/rss+xml" /><link>http://yoast.com/disable-update-nag/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=disable-update-nag</link> <description>Tweaking Websites</description> <lastBuildDate>Thu, 11 Mar 2010 12:45:14 +0000</lastBuildDate> <generator>http://wordpress.org/?v=</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Jehzeel Laurente</title><link>http://yoast.com/disable-update-nag/#comment-74336</link> <dc:creator>Jehzeel Laurente</dc:creator> <pubDate>Tue, 20 Oct 2009 05:49:53 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-74336</guid> <description>Exactly what I&#039;m looking for. Thanks for this Joost! :)</description> <content:encoded><![CDATA[<p>Exactly what I'm looking for. Thanks for this Joost! :)</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://yoast.com/disable-update-nag/#comment-71553</link> <dc:creator>Mark</dc:creator> <pubDate>Tue, 14 Jul 2009 16:27:00 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-71553</guid> <description>Does this still work for 2.8 Joost?Not sure if a plugin could interfere with it but it does not seem to work on my 2.8.?</description> <content:encoded><![CDATA[<p>Does this still work for 2.8 Joost?</p><p>Not sure if a plugin could interfere with it but it does not seem to work on my 2.8.</p><p>?</p> ]]></content:encoded> </item> <item><title>By: TeMc</title><link>http://yoast.com/disable-update-nag/#comment-70742</link> <dc:creator>TeMc</dc:creator> <pubDate>Tue, 30 Jun 2009 13:55:39 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-70742</guid> <description>Hey, thanks a lot.Our WP-powered site runs a webshop (the awesome &quot;wp-ecommerce&quot; plugin) but that one is NOT compatible with WP 2.8.0 so therefor it was annoying that all Editors and Writers saw &quot;There&#039;s an update to Wordpress, please contact the siteadministrator&quot; - and I had to explain what&#039;s going on.Leaving it on for me is fine.--
Thanks again,
TEMC</description> <content:encoded><![CDATA[<p>Hey, thanks a lot.</p><p>Our WP-powered site runs a webshop (the awesome "wp-ecommerce" plugin) but that one is NOT compatible with WP 2.8.0 so therefor it was annoying that all Editors and Writers saw "There's an update to Wordpress, please contact the siteadministrator" - and I had to explain what's going on.</p><p>Leaving it on for me is fine.</p><p>--<br
/> Thanks again,<br
/> TEMC</p> ]]></content:encoded> </item> <item><title>By: frederick</title><link>http://yoast.com/disable-update-nag/#comment-70427</link> <dc:creator>frederick</dc:creator> <pubDate>Fri, 19 Jun 2009 17:24:20 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-70427</guid> <description>i tried your code to show update prompts to admin only, but it seems it was hiding from admin only. I changed &lt;code&gt;==&quot;admin&quot;&lt;/code&gt; to &lt;code&gt;!==&quot;admin&quot;&lt;/code&gt; and it worked for me. I also removed the reference to &lt;code&gt;$user_email&lt;/code&gt; because I couldn&#039;t see what it was there for.Here is the updated code that worked for me:&lt;code&gt;
global $user_login;
get_currentuserinfo();
if ($user_login !== &quot;admin&quot;) {
add_action( &#039;init&#039;, create_function( &#039;$a&#039;, &quot;remove_action( &#039;init&#039;, &#039;wp_version_check&#039; );&quot; ), 2 );
add_filter( &#039;pre_option_update_core&#039;, create_function( &#039;$a&#039;, &quot;return null;&quot; ) );
}
&lt;/code&gt;p.s.
i&#039;m just a hack, i could never have written this from scratch and your code (with tweaks) works like a dream. thanks for the awesomeness!</description> <content:encoded><![CDATA[<p>i tried your code to show update prompts to admin only, but it seems it was hiding from admin only. I changed <code>=="admin"</code> to <code>!=="admin"</code> and it worked for me. I also removed the reference to <code>$user_email</code> because I couldn't see what it was there for.</p><p>Here is the updated code that worked for me:</p><p><code><br
/> global $user_login;<br
/> get_currentuserinfo();<br
/> if ($user_login !== "admin") {<br
/> add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 );<br
/> add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) );<br
/> }<br
/> </code></p><p>p.s.<br
/> i'm just a hack, i could never have written this from scratch and your code (with tweaks) works like a dream. thanks for the awesomeness!</p> ]]></content:encoded> </item> <item><title>By: iSunya (iSunya)</title><link>http://yoast.com/disable-update-nag/#comment-66408</link> <dc:creator>iSunya (iSunya)</dc:creator> <pubDate>Fri, 26 Dec 2008 05:05:54 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-66408</guid> <description>How to Disabling Wordpress the update nag via.http://yoast.com/disable-update-nag/</description> <content:encoded><![CDATA[<p>How to Disabling Wordpress the update nag via.http://yoast.com/disable-update-nag/</p> ]]></content:encoded> </item> <item><title>By: Jabz</title><link>http://yoast.com/disable-update-nag/#comment-38354</link> <dc:creator>Jabz</dc:creator> <pubDate>Fri, 12 Dec 2008 19:28:57 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38354</guid> <description>I did not know that. Just began to pickup Wordpress again for several projects. The auto updater/ multiblog sounded good to me. A lot happened since my last WP install. :) Thanks for the fine news.</description> <content:encoded><![CDATA[<p>I did not know that. Just began to pickup Wordpress again for several projects. The auto updater/ multiblog sounded good to me. A lot happened since my last WP install. :) Thanks for the fine news.</p> ]]></content:encoded> </item> <item><title>By: Shirley</title><link>http://yoast.com/disable-update-nag/#comment-38350</link> <dc:creator>Shirley</dc:creator> <pubDate>Tue, 09 Dec 2008 16:43:18 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38350</guid> <description>Great code sample. I often just use the plugin, but I prefer this method.
@Rajaie, great CSS hack. I didn&#039;t think of that either. :-)</description> <content:encoded><![CDATA[<p>Great code sample. I often just use the plugin, but I prefer this method.<br
/> @Rajaie, great CSS hack. I didn't think of that either. :-)</p> ]]></content:encoded> </item> <item><title>By: Golfkurs</title><link>http://yoast.com/disable-update-nag/#comment-38347</link> <dc:creator>Golfkurs</dc:creator> <pubDate>Tue, 09 Dec 2008 00:07:24 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38347</guid> <description>Thank god we don&#039;t have to fight with these kinda things after 2.7</description> <content:encoded><![CDATA[<p>Thank god we don't have to fight with these kinda things after 2.7</p> ]]></content:encoded> </item> <item><title>By: Shelly Thomas</title><link>http://yoast.com/disable-update-nag/#comment-38335</link> <dc:creator>Shelly Thomas</dc:creator> <pubDate>Sun, 07 Dec 2008 07:34:28 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38335</guid> <description>Thank you so much, I was not even aware anyone else could see that nag, which I hate but I guess it&#039;s useful.</description> <content:encoded><![CDATA[<p>Thank you so much, I was not even aware anyone else could see that nag, which I hate but I guess it's useful.</p> ]]></content:encoded> </item> <item><title>By: Hilmy</title><link>http://yoast.com/disable-update-nag/#comment-38331</link> <dc:creator>Hilmy</dc:creator> <pubDate>Sat, 06 Dec 2008 09:24:13 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38331</guid> <description>Perhaps those with multiple blogs should consider using single installation such as virtual multiblog, wp mu, wp-hive plugin etc. There&#039;s no more excuse as there&#039;s only one set of codes to update. Not doing updates is simply too risky in some cases.</description> <content:encoded><![CDATA[<p>Perhaps those with multiple blogs should consider using single installation such as virtual multiblog, wp mu, wp-hive plugin etc. There's no more excuse as there's only one set of codes to update. Not doing updates is simply too risky in some cases.</p> ]]></content:encoded> </item> <item><title>By: Rajaie AlKorani</title><link>http://yoast.com/disable-update-nag/#comment-38327</link> <dc:creator>Rajaie AlKorani</dc:creator> <pubDate>Fri, 05 Dec 2008 17:56:52 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38327</guid> <description>Hey Joost,That&#039;s a really good way, here&#039;s another one I used to make mine disappear a few months ago: http://www.rajaietalks.com/how-to-get-rid-of-the-annoying-wordpress-update-nagBasically I made it go away by editing the CSS file.Rajaie</description> <content:encoded><![CDATA[<p>Hey Joost,</p><p>That's a really good way, here's another one I used to make mine disappear a few months ago: <a
href="http://www.rajaietalks.com/how-to-get-rid-of-the-annoying-wordpress-update-nag" rel="nofollow">http://www.rajaietalks.com/how-to-get-rid-of-the-annoying-wordpress-update-nag</a></p><p>Basically I made it go away by editing the CSS file.</p><p>Rajaie</p> ]]></content:encoded> </item> <item><title>By: Joost de Valk</title><link>http://yoast.com/disable-update-nag/#comment-38309</link> <dc:creator>Joost de Valk</dc:creator> <pubDate>Tue, 02 Dec 2008 08:49:34 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38309</guid> <description>Thanks for all the comments!@Shanker: so right.</description> <content:encoded><![CDATA[<p>Thanks for all the comments!</p><p>@Shanker: so right.</p> ]]></content:encoded> </item> <item><title>By: Shanker Bakshi</title><link>http://yoast.com/disable-update-nag/#comment-38297</link> <dc:creator>Shanker Bakshi</dc:creator> <pubDate>Mon, 01 Dec 2008 16:52:38 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38297</guid> <description>Thank god we don&#039;t have to fight with these kinda things after 2.7 (auto upgrade system )</description> <content:encoded><![CDATA[<p>Thank god we don't have to fight with these kinda things after 2.7 (auto upgrade system )</p> ]]></content:encoded> </item> <item><title>By: iskandarX</title><link>http://yoast.com/disable-update-nag/#comment-38283</link> <dc:creator>iskandarX</dc:creator> <pubDate>Sun, 30 Nov 2008 07:07:48 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38283</guid> <description>Oh thats why I&#039;m got notice for the update. Thanks for this tips.</description> <content:encoded><![CDATA[<p>Oh thats why I'm got notice for the update. Thanks for this tips.</p> ]]></content:encoded> </item> <item><title>By: Nathan P.</title><link>http://yoast.com/disable-update-nag/#comment-38279</link> <dc:creator>Nathan P.</dc:creator> <pubDate>Sun, 30 Nov 2008 02:30:38 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38279</guid> <description>Thanks for the post. Interesting to say the least, I have to wait until cPanel updates it&#039;s version, then update there. This would be nice so that only I know what the latest version number is.</description> <content:encoded><![CDATA[<p>Thanks for the post. Interesting to say the least, I have to wait until cPanel updates it's version, then update there. This would be nice so that only I know what the latest version number is.</p> ]]></content:encoded> </item> <item><title>By: gadget</title><link>http://yoast.com/disable-update-nag/#comment-38264</link> <dc:creator>gadget</dc:creator> <pubDate>Fri, 28 Nov 2008 20:00:29 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38264</guid> <description>Whilst we&#039;re on the subject of 2.6.5 .. is it stable, time to wait or time to upgrade? I thought 2.7 was due out in Nov anyway?</description> <content:encoded><![CDATA[<p>Whilst we're on the subject of 2.6.5 .. is it stable, time to wait or time to upgrade? I thought 2.7 was due out in Nov anyway?</p> ]]></content:encoded> </item> <item><title>By: Michael Henry</title><link>http://yoast.com/disable-update-nag/#comment-38260</link> <dc:creator>Michael Henry</dc:creator> <pubDate>Fri, 28 Nov 2008 03:11:20 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38260</guid> <description>Its about time there was a plugin for that.  I use WordPress for a multi-author blog and there is one user who will email me every time she sees that message come up!</description> <content:encoded><![CDATA[<p>Its about time there was a plugin for that.  I use WordPress for a multi-author blog and there is one user who will email me every time she sees that message come up!</p> ]]></content:encoded> </item> <item><title>By: Tom</title><link>http://yoast.com/disable-update-nag/#comment-38258</link> <dc:creator>Tom</dc:creator> <pubDate>Thu, 27 Nov 2008 16:37:45 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38258</guid> <description>What about a plugin that instead of disabling the nag entirely gives you the option to &#039;remind me later&#039; - and then re-nags 1 day, week or other amount later...  Then it can also tell you how long you have procrastinated.I try to update when I can - but with a regular job, I can&#039;t always get to it right away.  Sometime I need to wait for the weekend.</description> <content:encoded><![CDATA[<p>What about a plugin that instead of disabling the nag entirely gives you the option to 'remind me later' - and then re-nags 1 day, week or other amount later...  Then it can also tell you how long you have procrastinated.</p><p>I try to update when I can - but with a regular job, I can't always get to it right away.  Sometime I need to wait for the weekend.</p> ]]></content:encoded> </item> <item><title>By: Antony</title><link>http://yoast.com/disable-update-nag/#comment-38254</link> <dc:creator>Antony</dc:creator> <pubDate>Thu, 27 Nov 2008 13:04:26 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38254</guid> <description>I have just started to use WordPress2.6.5 and this is really cool.</description> <content:encoded><![CDATA[<p>I have just started to use WordPress2.6.5 and this is really cool.</p> ]]></content:encoded> </item> <item><title>By: Martijn</title><link>http://yoast.com/disable-update-nag/#comment-38250</link> <dc:creator>Martijn</dc:creator> <pubDate>Thu, 27 Nov 2008 09:34:39 +0000</pubDate> <guid
isPermaLink="false">http://yoast.com/?p=1298#comment-38250</guid> <description>That is a nice way of handling this !This nag has been bothering me for quite a while but just cutting it out of the code was too crude.</description> <content:encoded><![CDATA[<p>That is a nice way of handling this !</p><p>This nag has been bothering me for quite a while but just cutting it out of the code was too crude.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 2/6 queries in 0.003 seconds using apc
Content Delivery Network via netdna.yoast.com

Served from: webserver.yoast.com @ 2010-03-11 20:31:52 -->