<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: dashboard-lite</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: dashboard-lite</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 04:43:48 +0000</pubDate>

<item>
<title>MyNoise on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-672092</link>
<pubDate>Sun, 06 Jan 2008 16:24:27 +0000</pubDate>
<dc:creator>MyNoise</dc:creator>
<guid isPermaLink="false">672092@http://wordpress.org/support/</guid>
<description>&#60;p&#62;best plug in...finally got rid of those incoming feeds
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-571516</link>
<pubDate>Fri, 08 Jun 2007 11:20:06 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">571516@http://wordpress.org/support/</guid>
<description>&#60;p&#62;And this plugin also&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/dashboard-lite/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/dashboard-lite/&#60;/a&#62; with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: Dashboard Lite
Plugin URI: &#60;a href=&#34;http://www.bluetrait.com/page/wordpress-plugins/&#34; rel=&#34;nofollow&#34;&#62;http://www.bluetrait.com/page/wordpress-plugins/&#60;/a&#62;
Description: Removes incoming links, dev news and planet news off the dashboard. Requires WordPress 2.2.0+
Version: 0.1
Author: Michael Dale
Author URI: &#60;a href=&#34;http://www.bluetrait.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.bluetrait.com/&#60;/a&#62;
*/

add_action(&#38;#39;admin_xml_ns&#38;#39;, &#38;#39;btdl_remove_dashboard_js&#38;#39;);

function btdl_remove_dashboard_js() {

	remove_action(&#38;#39;admin_head&#38;#39;, &#38;#39;index_js&#38;#39;);

}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mike503 on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-566416</link>
<pubDate>Tue, 29 May 2007 09:16:26 +0000</pubDate>
<dc:creator>mike503</dc:creator>
<guid isPermaLink="false">566416@http://wordpress.org/support/</guid>
<description>&#60;p&#62;here it is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://michaelshadle.com/2007/05/28/a-no-hack-dashboard-removal-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://michaelshadle.com/2007/05/28/a-no-hack-dashboard-removal-plugin/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>miketew on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-566399</link>
<pubDate>Tue, 29 May 2007 07:38:24 +0000</pubDate>
<dc:creator>miketew</dc:creator>
<guid isPermaLink="false">566399@http://wordpress.org/support/</guid>
<description>&#60;p&#62;oh hey, thanks michaelH :)&#60;/p&#62;
&#60;p&#62;Dgold: I guess to answer... you can put it anywhere in a plugin, as long as the add_action is called and the function is defined to remove the index_js action :)&#60;/p&#62;
&#60;p&#62;I guess I should post this properly on my site.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-564882</link>
<pubDate>Sat, 26 May 2007 02:23:22 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">564882@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just make it a plugin:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: Remove Dashboard Feeds
Plugin URI: &#60;a href=&#34;http://wordpress.org/#&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/#&#60;/a&#62;
Description: Disables dashboard feeds.
Author: Michael Shadle
Version: 1.0
Author URI: &#60;a href=&#34;http://michaelshadle.com/&#34; rel=&#34;nofollow&#34;&#62;http://michaelshadle.com/&#60;/a&#62;
*/ 

// The function
function remove_dashboard_feeds() {
        remove_action(&#38;#39;admin_head&#38;#39;, &#38;#39;index_js&#38;#39;);
}

// The action
add_action(&#38;#39;admin_head&#38;#39;, &#38;#39;remove_dashboard_feeds&#38;#39;, 1);

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Dgold on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-564862</link>
<pubDate>Sat, 26 May 2007 00:46:11 +0000</pubDate>
<dc:creator>Dgold</dc:creator>
<guid isPermaLink="false">564862@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;em&#62;. However, adding an action which calls remove action worked.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Adding it where?&#60;/p&#62;
&#60;p&#62;I would like to be able to do this also, without hacking the admin index.php every time a new version of WP is released.
&#60;/p&#62;</description>
</item>
<item>
<title>mike503 on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-564368</link>
<pubDate>Fri, 25 May 2007 01:12:25 +0000</pubDate>
<dc:creator>mike503</dc:creator>
<guid isPermaLink="false">564368@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I should state this first: the reason I was doing it like this is because we have a strict policy on not modifying the core functionality of a package. It should be easily upgradable and not require patching or manual tweaks for each version change. Everything we have been doing has been in an external plugin fashion. Otherwise I would have just hacked index.php simple enough :)
&#60;/p&#62;</description>
</item>
<item>
<title>mike503 on "How to remove feeds from the Dashboard"</title>
<link>http://wordpress.org/support/topic/119240#post-564367</link>
<pubDate>Fri, 25 May 2007 01:10:41 +0000</pubDate>
<dc:creator>mike503</dc:creator>
<guid isPermaLink="false">564367@http://wordpress.org/support/</guid>
<description>&#60;p&#62;A bunch of people were having an issue with this, including myself, making a variety of plugins and other things. All I wanted to do was turn off the feeds from loading (I thought the AJAX loading was solving it, but it was still requiring the local PHP to make a connection, which is slow/breaks behind corporate firewalls)&#60;/p&#62;
&#60;p&#62;I knew there had to be a way, I tried a bunch of different methods to try to kill off the index_js() from being called, etc. This wound up working, I am not sure if a single remove_action line would work but I tried a variety of priorities and none seemed to work. However, adding an action which calls remove action worked. Doesn't seem like anyone had a simple solution for just that.&#60;/p&#62;
&#60;p&#62;Enjoy!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_dashboard_feeds() {
        remove_action(&#38;#39;admin_head&#38;#39;, &#38;#39;index_js&#38;#39;);
}

add_action(&#38;#39;admin_head&#38;#39;, &#38;#39;remove_dashboard_feeds&#38;#39;, 1);&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
