<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>bbPress Support Forums &#187; Topic: legacy plugin workarounds for 1.0</title>
		<link>http://bbpress.org/forums/topic/legacy-plugin-workarounds-for-10</link>
		<description>bbPress Support Forums &#187; Topic: legacy plugin workarounds for 1.0</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 08:44:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/legacy-plugin-workarounds-for-10" rel="self" type="application/rss+xml" />

		<item>
			<title>_ck_ on "legacy plugin workarounds for 1.0"</title>
			<link>http://bbpress.org/forums/topic/legacy-plugin-workarounds-for-10#post-38092</link>
			<pubDate>Sun, 05 Jul 2009 08:58:45 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">38092@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Some plugins attach to the "Manage" admin menu, which was skipped over in 1.0<br />
This will emulate the slot so the plugins become visible again.<br />
(do not click "Manage" directly or you'll get a 404, unfortunately it has to be that way because of how 1.0 was changed)</p>
<pre><code>&#60;?php
/*
Plugin Name: Legacy Plugin Fixes
*/

add_action(&#39;bb_admin_menu_generator&#39;, &#39;admin_manage_menu&#39;, 1);
function admin_manage_menu() {global $bb_menu; $bb_menu[165] = array( __( &#39;Manage&#39;), &#39;moderate&#39;, &#39;content.php&#39;, &#39;bb-menu-manage&#39; );}

?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>_ck_ on "legacy plugin workarounds for 1.0"</title>
			<link>http://bbpress.org/forums/topic/legacy-plugin-workarounds-for-10#post-38091</link>
			<pubDate>Sun, 05 Jul 2009 08:57:28 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">38091@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'll post easy workarounds here for 1.0 as I figure them out.</p>
<p>Don't assume a workaround makes a plugin compatible, it may only appear to be visible or work in general while it fails behind the scenes. Always backup first.
</p>]]></description>
					</item>

	</channel>
</rss>

