<?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>bbPress plugin browser Topic: Report Post</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Report Post</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 17:20:19 +0000</pubDate>

<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>&#60;p&#62;hum, in post.php , there is no &#38;lt;?php post_edit_link(); ?&#38;gt; :)&#60;/p&#62;
&#60;p&#62;bye
&#60;/p&#62;</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>&#60;p&#62;thanks for this. saved me the trouble of finding it myself!
&#60;/p&#62;</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>&#60;p&#62;It's possible to use the CC ability of the PHP mail routine if you need multiple emails.&#60;/p&#62;
&#60;p&#62;Until I get a chance to add that feature, you can hack line 58 where it says&#60;br /&#62;
&#60;code&#62;$from =  $to;&#60;/code&#62;&#60;br /&#62;
and make it say&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$from =  $to;
$to.=&#38;quot;,other@your-email.com,another@other-email.com&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</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>&#60;p&#62;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.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/page/2/#post-1457</link>
<pubDate>Mon, 14 Jul 2008 00:33:25 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1457@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;parthatel, that's a bit beyond the design I had in mind but it's an interesting feature idea for a future version.
&#60;/p&#62;</description>
</item>
<item>
<title>parthatel on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1455</link>
<pubDate>Sun, 13 Jul 2008 20:29:32 +0000</pubDate>
<dc:creator>parthatel</dc:creator>
<guid isPermaLink="false">1455@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;How can one modify this so that instead of a report post, it becomes a report topic.
&#60;/p&#62;</description>
</item>
<item>
<title>animediaz on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1264</link>
<pubDate>Sat, 17 May 2008 22:03:44 +0000</pubDate>
<dc:creator>animediaz</dc:creator>
<guid isPermaLink="false">1264@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there one of these for wordpress by any chance &#38;gt;_&#38;lt;
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1098</link>
<pubDate>Sat, 26 Apr 2008 15:40:54 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1098@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;That's it.  I added that to the footer.php and it worked.  Thank you so much.&#60;/p&#62;
&#60;p&#62;Thank you so much.&#60;/p&#62;
&#60;p&#62;Now I need to fix the sidebar, it looks different between IE and Firefox.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1097</link>
<pubDate>Sat, 26 Apr 2008 15:25:06 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1097@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Aha. I bet I know what it is.&#60;br /&#62;
You are using a very custom theme there.&#60;br /&#62;
If you look in your &#60;code&#62;footer.php&#60;/code&#62; template,&#60;br /&#62;
before the end does it have&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php do_action(&#38;#39;bb_foot&#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The bb_foot part is critical.&#60;br /&#62;
I wonder if you are missing it?
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1094</link>
<pubDate>Sat, 26 Apr 2008 15:03:00 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1094@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oops, sorry.&#60;/p&#62;
&#60;p&#62;Function isn't there.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1092</link>
<pubDate>Sat, 26 Apr 2008 14:49:37 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1092@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I don't believe I implemented that yet.&#60;br /&#62;
I will have to reserch this some more.&#60;/p&#62;
&#60;p&#62;You didn't actually do the second part correctly.&#60;br /&#62;
Search for &#60;code&#62;function report_post&#60;/code&#62;&#60;br /&#62;
(you missed the &#34;function&#34; part)&#60;/p&#62;
&#60;p&#62;If it's not there the javascript is not being inserted for some reason (or you have a personal firewall blocking javascript).
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1091</link>
<pubDate>Sat, 26 Apr 2008 14:23:38 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1091@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;First part of your instruction.&#60;/p&#62;
&#60;p&#62;FF: nothing&#60;br /&#62;
IE: Error&#60;br /&#62;
Line: 1&#60;br /&#62;
Char: 1&#60;br /&#62;
Error: Object expected&#60;br /&#62;
Code: 0&#60;br /&#62;
URL: &#60;a href=&#34;http://kiaspeed2.com/forum/topic.php?id=4&#34; rel=&#34;nofollow&#34;&#62;http://kiaspeed2.com/forum/topic.php?id=4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Second Part&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a class=report_post title=&#38;quot;report post to moderator&#38;quot; href=&#38;quot;#post-10&#38;quot; onClick=&#38;quot;report_post(10);return false;&#38;quot;&#38;gt;Report&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I saw this in your code: &#34;don't allow reports from members less than x days old&#34;&#60;/p&#62;
&#60;p&#62;Where do I check that?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1090</link>
<pubDate>Sat, 26 Apr 2008 13:34:11 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1090@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;What happens if when you are on a topic page you put this into your browser's address bar:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;javascript:report_post(1);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Does firefox internet explorer report and javascript errors when you click on the Report button?&#60;/p&#62;
&#60;p&#62;Also try doing a &#34;view source&#34; on the topic page and search for &#60;code&#62;function report_post(post_id)&#60;/code&#62; and see if it's in there (especially if the address bar step above doesn't work)
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1089</link>
<pubDate>Sat, 26 Apr 2008 13:19:57 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1089@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'm sorry.  BTW great work on all your plug-ins.&#60;/p&#62;
&#60;p&#62;1. The Report Link shows in red in other's post.&#60;br /&#62;
2.  When you click on it, it work like the anchor link (#) it just shifts up or down the page.&#60;br /&#62;
3. Yes&#60;br /&#62;
4. The latest IE, FF, &#38;#38; Safari&#60;br /&#62;
5. The both of them say no.&#60;/p&#62;
&#60;p&#62;List of plug-ins I have activated.&#60;br /&#62;
Active&#60;br /&#62;
Bozo Users  	1.0&#60;br /&#62;
Avatar Upload 	0.8.3&#60;br /&#62;
Memberlist 	.80&#60;br /&#62;
Private Forums 	5.0&#60;br /&#62;
Allow Images 	0.7.1&#60;br /&#62;
bbPress signatures 	0.1.8&#60;br /&#62;
Simple Onlinelist 	1.5&#60;br /&#62;
Report Post 	0.1.3&#60;br /&#62;
Post Count Plus - Dynamic.Titles &#38;#38; More! 	1.1.1&#60;br /&#62;
BBPress Private Messaging 	0.80&#60;br /&#62;
Unread Posts 	0.8.6&#60;br /&#62;
BBcode Lite	1.01&#60;/p&#62;
&#60;p&#62;Inactive&#60;br /&#62;
Force Login 	0.8&#60;br /&#62;
Akismet  	1.0&#60;/p&#62;
&#60;p&#62;The only think I can think of that I use WP headers &#38;#38; Footer not BBPress.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1084</link>
<pubDate>Sat, 26 Apr 2008 04:17:06 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1084@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;gerikg, I need some clarity about the problem please:&#60;/p&#62;
&#60;p&#62;1.  Does the Report link appear on the (other) posts?&#60;br /&#62;
2. When they click on Report does anything come up?&#60;br /&#62;
3. Do they have javascript enabled?&#60;br /&#62;
4. What browser are they using?&#60;br /&#62;
5. Does it work for anyone else?
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1082</link>
<pubDate>Sat, 26 Apr 2008 02:58:12 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1082@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Two users are on my site (non admin) regular members.  They can't report each other's post.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kiaspeed2.com/forum/topic.php?id=4&#34; rel=&#34;nofollow&#34;&#62;http://kiaspeed2.com/forum/topic.php?id=4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Take a look.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1077</link>
<pubDate>Fri, 25 Apr 2008 12:25:05 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1077@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;You won't see a &#34;report post&#34; button on your own posts.&#60;br /&#62;
Also there is a list inside the plugin that prevents users from reporting certain user id #'s (and #1 is the default).&#60;/p&#62;
&#60;p&#62;Try logging in as a different user, make some posts, log back in as admin and you should see the link on the other user's posts.
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1074</link>
<pubDate>Fri, 25 Apr 2008 05:25:07 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1074@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;_ck_ it doesn't bring up anything.  I'm using 0.1.3  Is it because I'm the admin reporting or that doesn't matter?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1063</link>
<pubDate>Wed, 23 Apr 2008 22:54:53 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1063@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;gerikg, are you saying the link to  report doesn't bring up anything? Or that when you send the report it doesn't end up in your email?&#60;/p&#62;
&#60;p&#62;Make sure you are using the new 0.1.3 which I recently updated to fix a bbPress 0.9 change.
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Report Post"</title>
<link>http://bbpress.org/plugins/topic/report-post/#post-1060</link>
<pubDate>Wed, 23 Apr 2008 16:58:30 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1060@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've installed it but it doesn't report or anything.  I'm not PHP savy but I'm able to edit things.  &#60;/p&#62;
&#60;p&#62;The &#34;report&#34; link is the same as the &#34;#&#34; link:&#60;br /&#62;
topic.php?id=3&#38;#38;replies=2#post-3&#60;/p&#62;
&#60;p&#62;I have WP 2.5 &#38;#38; BP 0.9.0.1  BP is a folder in WP sharing database
&#60;/p&#62;</description>
</item>

</channel>
</rss>
