<?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 Plugin Browser &#187; Topic: bbPress Benchmark</title>
		<link>http://bbpress.org/plugins/topic/bb-benchmark/</link>
		<description>bbPress Plugin Browser &#187; Topic: bbPress Benchmark</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 00:30:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/bb-benchmark" rel="self" type="application/rss+xml" />

		<item>
			<title>PS Vita Games on "bbPress Benchmark"</title>
			<link>http://bbpress.org/plugins/topic/bb-benchmark/#post-6381</link>
			<pubDate>Wed, 23 Feb 2011 12:19:45 +0000</pubDate>
			<dc:creator>PS Vita Games</dc:creator>
			<guid isPermaLink="false">6381@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>What version of bbpress are you using Ben?
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "bbPress Benchmark"</title>
			<link>http://bbpress.org/plugins/topic/bb-benchmark/#post-6023</link>
			<pubDate>Sat, 24 Jul 2010 16:23:57 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">6023@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p><a href="http://phpxref.ftwr.co.uk/bbpress/bb-includes/backpress/functions.plugin-api.php.source.html#l307" rel="nofollow">http://phpxref.ftwr.co.uk/bbpress/bb-includes/backpress/functions.plugin-api.php.source.html#l307</a> - this should clear up a little confusion as to actions vs filters.</p>
<p>It was only an error for logged in non-admins on my forum. It's fixed now.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bbPress Benchmark"</title>
			<link>http://bbpress.org/plugins/topic/bb-benchmark/#post-6022</link>
			<pubDate>Sat, 24 Jul 2010 15:23:18 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">6022@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>You are right and I've updated that change, many thanks for reporting it.</p>
<p>Strangely, it worked on my system, both in 0.9 and 1.1 for being logged in/out.</p>
<p>I am calling it as an action, not a filter which in theory should not need a return value.</p>
<p>But I wonder why it failed on your test.</p>
<p>You might have chained filters which required the return value I guess.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "bbPress Benchmark"</title>
			<link>http://bbpress.org/plugins/topic/bb-benchmark/#post-6021</link>
			<pubDate>Sat, 24 Jul 2010 15:08:59 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">6021@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>You're missing a return value at the beginning of <code>bb_benchmark_template_timer</code>. The line should read:<br />
<code>if (isset($can_administrate)) {if (!$can_administrate) {return $template;}}</code><br />
Without the return value, non-admin users get a page with two errors and nothing else.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bbPress Benchmark"</title>
			<link>http://bbpress.org/plugins/topic/bb-benchmark/#post-1878</link>
			<pubDate>Thu, 04 Sep 2008 18:55:26 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1878@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>While that is possible to do, I strongly recommend against it for security reasons as there can accidentally be information you don't want the average person to see in there.</p>
<p>If you insist, you can change this line:<br />
<code>if (bb_current_user_can( &#39;administrate&#39; ) )  :</code><br />
to something like<br />
<code>if (1 &#124;&#124; bb_current_user_can( &#39;administrate&#39; ) )  :</code><br />
which will make it always execute.</p>
<p>Again, I strongly recommend you do NOT do that.
</p>]]></description>
					</item>
		<item>
			<title>meitershaker on "bbPress Benchmark"</title>
			<link>http://bbpress.org/plugins/topic/bb-benchmark/#post-1877</link>
			<pubDate>Thu, 04 Sep 2008 17:29:17 +0000</pubDate>
			<dc:creator>meitershaker</dc:creator>
			<guid isPermaLink="false">1877@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>hi, how to give the possibility of all users to see the report in the source code, please?</p>
<p>bye
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bbPress Benchmark"</title>
			<link>http://bbpress.org/plugins/topic/bb-benchmark/#post-503</link>
			<pubDate>Thu, 09 Aug 2007 17:08:02 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">503@http://bbpress.org/plugins/</guid>
			<description><![CDATA[Prints simple benchmarks and mysql diagnostics, hidden in page footers for administrators. Inspired by Jerome Lavigne&#039;s Query Diagnostics for Wor]]></description>
					</item>

	</channel>
</rss>

