<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gilluminate &#187; BB Press</title>
	<atom:link href="http://www.gilluminate.com/tag/bb-press/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 22:35:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>BB Moderation Hold plugin w/ BB Press version 1.0+</title>
		<link>http://www.gilluminate.com/2009/11/30/bb-moderation-hold-plugin-w-bb-press-version-1-0/</link>
		<comments>http://www.gilluminate.com/2009/11/30/bb-moderation-hold-plugin-w-bb-press-version-1-0/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:35:08 +0000</pubDate>
		<dc:creator>Jason Gill</dc:creator>
				<category><![CDATA[Developer Blog]]></category>
		<category><![CDATA[BB Press]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gilluminate.com/?p=5659</guid>
		<description><![CDATA[It appears that the BB Moderation Hold plugin hasn&#8217;t updated for newer versions of BB Press. The moderation links are not appearing in the admin navigation and when you click &#8220;moderate&#8221; from within the post itself as a moderator it redirects to the homepage rather than taking you to the moderation pages. The fix for [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that the BB Moderation Hold plugin hasn&#8217;t updated for newer versions of BB Press. The moderation links are not appearing in the admin navigation and when you click &#8220;moderate&#8221; from within the post itself as a moderator it redirects to the homepage rather than taking you to the moderation pages.</p>
<p>The fix for both issues is rather simple, but requires editing the php code in the plugin itself. Simply open up moderation.php and make the following tweaks:</p>
<p>Change:</p>

<div class="wp_codebox"><table><tr id="p56595"><td class="line_numbers"><pre>149
</pre></td><td class="code" id="p5659code5"><pre class="php" style="font-family:monospace;"> bb_admin_add_submenu<span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Topics for Moderation'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'moderate'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'bb_moderation_hold_topic_admin_page'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'content.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>To:</p>

<div class="wp_codebox"><table><tr id="p56596"><td class="line_numbers"><pre>149
</pre></td><td class="code" id="p5659code6"><pre class="php" style="font-family:monospace;"> bb_admin_add_submenu<span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Topics for Moderation'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'moderate'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'bb_moderation_hold_topic_admin_page'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'topics.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Change:</p>

<div class="wp_codebox"><table><tr id="p56597"><td class="line_numbers"><pre>150
</pre></td><td class="code" id="p5659code7"><pre class="php" style="font-family:monospace;"> bb_admin_add_submenu<span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Topics for Moderation'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'moderate'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'bb_moderation_hold_topic_admin_page'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'content.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>To:</p>

<div class="wp_codebox"><table><tr id="p56598"><td class="line_numbers"><pre>150
</pre></td><td class="code" id="p5659code8"><pre class="php" style="font-family:monospace;"> bb_admin_add_submenu<span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Topics for Moderation'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'moderate'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'bb_moderation_hold_topic_admin_page'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'posts.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>You are basically changing both instances of &#8216;content.php&#8217; to &#8216;topics.php&#8217; and &#8216;posts.php&#8217; respectively.</p>
<p>Now when you replace moderation.php on your server you should see extra links under the posts and topics sections and you should be taken to the appropriate pages when moderating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilluminate.com/2009/11/30/bb-moderation-hold-plugin-w-bb-press-version-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
