<?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; Tag: report - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/report</link>
		<description>bbPress Plugin Browser &#187; Tag: report - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 22:26:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/report" rel="self" type="application/rss+xml" />

		<item>
			<title>PS Vita Games on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/3/#post-6380</link>
			<pubDate>Wed, 23 Feb 2011 12:17:17 +0000</pubDate>
			<dc:creator>PS Vita Games</dc:creator>
			<guid isPermaLink="false">6380@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I don't think thats possible Mower
</p>]]></description>
					</item>
		<item>
			<title>Mower Jack on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-5888</link>
			<pubDate>Sun, 06 Jun 2010 22:07:02 +0000</pubDate>
			<dc:creator>Mower Jack</dc:creator>
			<guid isPermaLink="false">5888@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I've been looking for a plugin like this. Is possible that only logged in members report posts?
</p>]]></description>
					</item>
		<item>
			<title>ioloman on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-5722</link>
			<pubDate>Mon, 26 Apr 2010 06:01:23 +0000</pubDate>
			<dc:creator>ioloman</dc:creator>
			<guid isPermaLink="false">5722@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>it's done, i just got reports, and it works with aol, msn too (nice work) THXXX __CK__
</p>]]></description>
					</item>
		<item>
			<title>ioloman on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-5708</link>
			<pubDate>Sun, 25 Apr 2010 07:09:57 +0000</pubDate>
			<dc:creator>ioloman</dc:creator>
			<guid isPermaLink="false">5708@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>installed successfully, but modirators gmail emails couldn't get reports !!
</p>]]></description>
					</item>
		<item>
			<title>something4ken on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-5049</link>
			<pubDate>Sat, 12 Dec 2009 22:59:46 +0000</pubDate>
			<dc:creator>something4ken</dc:creator>
			<guid isPermaLink="false">5049@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>great plugin. My theme didn't have a file called post.php but I edited topic.php - worked like a charm - thanks
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-4243</link>
			<pubDate>Sun, 09 Aug 2009 14:47:53 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">4243@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Sorry I thought I removed that from all my plugins, I've made it the default now.
</p>]]></description>
					</item>
		<item>
			<title>justdawson on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-4240</link>
			<pubDate>Sun, 09 Aug 2009 13:38:43 +0000</pubDate>
			<dc:creator>justdawson</dc:creator>
			<guid isPermaLink="false">4240@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Those having difficulty in receiving e-mails, go into report-post.php and find the line:</p>
<p>mail( $to, $subject, $message,$headers,"-odb");	  // odq = queue only</p>
<p>and remove odq, so it should look like</p>
<p>mail( $to, $subject, $message,$headers);	  // odq = queue only</p>
<p>This worked for me and I'm now receiving e-mails.
</p>]]></description>
					</item>
		<item>
			<title>mgorey on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-3824</link>
			<pubDate>Sun, 05 Jul 2009 03:54:00 +0000</pubDate>
			<dc:creator>mgorey</dc:creator>
			<guid isPermaLink="false">3824@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks for the tip _ck_. I'm comfortable with WordPress, but just feeling my way with bbPress.</p>
<p>Your mention of other plugins was the hint I needed.</p>
<p>It wasn't &#60;?php do_action('bb_foot', ''); ?&#62; that caused the problem, but inserted code from Mini Stats and Members Online. I set the show in footer option for those plugins to "false" and all is sweet. Thanks again.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-3817</link>
			<pubDate>Sat, 04 Jul 2009 12:30:18 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3817@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>You should always have the bb_foot action.<br />
If it "wrecks the theme" you need to find what's being inserted into the footer and stop it from happening. </p>
<p>Many of my plugins (and others) use bb_foot so that might cause you headaches later if you don't fix it. However if you absolutely must, you could instead call<br />
<code>&#60;?php report_post_form(); ?&#62;</code>
</p>]]></description>
					</item>
		<item>
			<title>mgorey on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-3812</link>
			<pubDate>Sat, 04 Jul 2009 07:53:21 +0000</pubDate>
			<dc:creator>mgorey</dc:creator>
			<guid isPermaLink="false">3812@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I don't have &#60;?php do_action('bb_foot', ''); ?&#62; in my theme footer at <a href="http://www.borderwatch.com/talk" rel="nofollow">http://www.borderwatch.com/talk</a></p>
<p>Adding it wrecks the theme. Is there any other way to make this plugin work without that code in the footer?
</p>]]></description>
					</item>
		<item>
			<title>clerik on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-3469</link>
			<pubDate>Sun, 24 May 2009 13:32:58 +0000</pubDate>
			<dc:creator>clerik</dc:creator>
			<guid isPermaLink="false">3469@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi,<br />
great plugin but I don't receive report emails. I'm testing it with gmail but it doesn't work.</p>
<p>Help me pls :)</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>ApocalypticTomorrow on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-2540</link>
			<pubDate>Wed, 07 Jan 2009 00:50:37 +0000</pubDate>
			<dc:creator>ApocalypticTomorrow</dc:creator>
			<guid isPermaLink="false">2540@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks _ck_! 5/5 Stars!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-2467</link>
			<pubDate>Sun, 28 Dec 2008 00:22:56 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">2467@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The instructions clearly say in your <code>post.php</code> template file.<br />
My donation page is temporarily down until I find<br />
a replacement for Amazon other than PayPal.
</p>]]></description>
					</item>
		<item>
			<title>ApocalypticTomorrow on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-2466</link>
			<pubDate>Sat, 27 Dec 2008 23:35:37 +0000</pubDate>
			<dc:creator>ApocalypticTomorrow</dc:creator>
			<guid isPermaLink="false">2466@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>_ck_ I am looking at bb-post.php but I am unable to find &#60;?php bb_post_admin(); ?&#62;. Am I looking at the right file? By the way, it seems all the "cool" plugins are made by you. Do you have a donation page? - ApocalyptictTomorrow.com
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-2465</link>
			<pubDate>Sat, 27 Dec 2008 22:43:20 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">2465@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>They changed it in 1.0 so just put it after <code>&#60;?php bb_post_admin(); ?&#62;</code> instead.
</p>]]></description>
					</item>
		<item>
			<title>ApocalypticTomorrow on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-2464</link>
			<pubDate>Sat, 27 Dec 2008 21:39:15 +0000</pubDate>
			<dc:creator>ApocalypticTomorrow</dc:creator>
			<guid isPermaLink="false">2464@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>As csseur3 said above, there is no &#60;?php post_edit_link(); ?&#62; in bb-post.php. Any tips here?
</p>]]></description>
					</item>
		<item>
			<title>csseur3 on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-1561</link>
			<pubDate>Mon, 28 Jul 2008 15:54:07 +0000</pubDate>
			<dc:creator>csseur3</dc:creator>
			<guid isPermaLink="false">1561@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>hum, in post.php , there is no &#60;?php post_edit_link(); ?&#62; :)</p>
<p>bye
</p>]]></description>
					</item>
		<item>
			<title>mrsmiley on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-1536</link>
			<pubDate>Sat, 26 Jul 2008 20:02:15 +0000</pubDate>
			<dc:creator>mrsmiley</dc:creator>
			<guid isPermaLink="false">1536@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>thanks for this. saved me the trouble of finding it myself!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-1530</link>
			<pubDate>Sat, 26 Jul 2008 03:53:17 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1530@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It's possible to use the CC ability of the PHP mail routine if you need multiple emails.</p>
<p>Until I get a chance to add that feature, you can hack line 58 where it says<br />
<code>$from =  $to;</code><br />
and make it say</p>
<pre><code>$from =  $to;
$to.=&#34;,other@your-email.com,another@other-email.com&#34;;</code></pre>]]></description>
					</item>
		<item>
			<title>mrsmiley on "Report Post"</title>
			<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-1529</link>
			<pubDate>Sat, 26 Jul 2008 03:47:37 +0000</pubDate>
			<dc:creator>mrsmiley</dc:creator>
			<guid isPermaLink="false">1529@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Incredibly cool feature. I love all the immediate data you get in the email. Would be great to a see a future feature to easily add new email addresses, so the admin isn't the only one who gets them if needed.
</p>]]></description>
					</item>

	</channel>
</rss>

