<?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: Admin Can Post Anything</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Admin Can Post Anything</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 19:19:35 +0000</pubDate>

<item>
<title>_ck_ on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-1541</link>
<pubDate>Sun, 27 Jul 2008 16:00:03 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1541@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I intend to revisit  this plugin and try to make it work better. Please remind me if I forget...
&#60;/p&#62;</description>
</item>
<item>
<title>dss on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-738</link>
<pubDate>Thu, 17 Jan 2008 21:24:47 +0000</pubDate>
<dc:creator>dss</dc:creator>
<guid isPermaLink="false">738@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I love this plugin. I use it a lot to help my members encode youtube videos and other things they want to post into topics.&#60;/p&#62;
&#60;p&#62;My problem with it is:&#60;/p&#62;
&#60;p&#62;I can't post normally without getting a MySql syntax error. This will eat my post, report an error, and show that there's a new post by me.&#60;/p&#62;
&#60;p&#62;In order to post normally (nothing special, just words) I have to go an turn off the plugin.&#60;br /&#62;
Then I can post fine.&#60;/p&#62;
&#60;p&#62;Seems a little strange.&#60;/p&#62;
&#60;p&#62;Has anyone else had this trouble with this plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-645</link>
<pubDate>Thu, 22 Nov 2007 18:00:49 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">645@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Add the following code to get the single-quote error fixed.  It works for me.&#60;br /&#62;
&#60;code&#62;$text = str_replace(&#38;quot;&#38;#39;&#38;quot;, &#38;quot;&#38;amp;apos;&#38;quot;, $text);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-644</link>
<pubDate>Thu, 22 Nov 2007 17:53:23 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">644@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I get the single-quote error too.  I think simply changing all single quotes to &#60;code&#62;&#38;amp;apos;&#60;/code&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>bamboo-media on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-615</link>
<pubDate>Fri, 02 Nov 2007 13:27:13 +0000</pubDate>
<dc:creator>bamboo-media</dc:creator>
<guid isPermaLink="false">615@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I get exactly the same problem with the single quotes as Trent.  Any update on this is greatfully appreciated.  Is there a way to add javascript code to a post without this plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-605</link>
<pubDate>Mon, 22 Oct 2007 03:01:20 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">605@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The only problem I have is with single quotes.....anything with single quotes around it will make this plugin cough out errors and not add the entry.    I am using the 0.5 version.   Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>ajg on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-584</link>
<pubDate>Wed, 03 Oct 2007 17:55:21 +0000</pubDate>
<dc:creator>ajg</dc:creator>
<guid isPermaLink="false">584@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Looks like I had a different problem.  My user admin was no longer a keymaster. &#60;/p&#62;
&#60;p&#62;Thanx for the plugin!
&#60;/p&#62;</description>
</item>
<item>
<title>ajg on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-572</link>
<pubDate>Mon, 24 Sep 2007 10:04:28 +0000</pubDate>
<dc:creator>ajg</dc:creator>
<guid isPermaLink="false">572@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I must be missing something but I can not get this plugin working.&#60;br /&#62;
I use standard img tags &#60;code&#62;&#38;lt;IMG src=&#34;http://blaa.blaa.bb/blaa.jpg&#34; align=&#34;left&#34; border=&#34;0&#34;&#38;gt; &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;No errors, nothing... img tags are displayed as text. &#60;/p&#62;
&#60;p&#62;Do I need to edit some other files to get it working?&#60;br /&#62;
bbpress has no plugin activation, so what is the meaning of :&#60;/p&#62;
&#60;p&#62;Add the admin-can-post-anything.php file to bbPress' my-plugins/ directory. &#60;strong&#62;Activate &#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;I use bbpress 0.8.2.1.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-557</link>
<pubDate>Sat, 08 Sep 2007 02:21:42 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">557@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I just played around with this again and adding the following works perfect for me:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;object width=&#38;quot;425&#38;quot; height=&#38;quot;350&#38;quot;&#38;gt;
&#38;lt;param name=&#38;quot;movie&#38;quot; value=&#38;quot;http://www.youtube.com/v/7XquB6881tk&#38;quot;&#38;gt;&#38;lt;/param&#38;gt;
&#38;lt;param name=&#38;quot;wmode&#38;quot; value=&#38;quot;transparent&#38;quot;&#38;gt;&#38;lt;/param&#38;gt;&#38;lt;embed src=&#38;quot;http://www.youtube.com/v/7XquB6881tk&#38;quot; type=&#38;quot;application/x-shockwave-flash&#38;quot; wmode=&#38;quot;transparent&#38;quot; width=&#38;quot;425&#38;quot; height=&#38;quot;350&#38;quot;&#38;gt;&#38;lt;/embed&#38;gt;&#38;lt;/object&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>vlp on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-555</link>
<pubDate>Fri, 07 Sep 2007 01:15:03 +0000</pubDate>
<dc:creator>vlp</dc:creator>
<guid isPermaLink="false">555@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have the same problem as anducampu, I'm using the version 0.05 and still can't put embed youtube video to the post.
&#60;/p&#62;</description>
</item>
<item>
<title>IzzyPop on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-540</link>
<pubDate>Sat, 25 Aug 2007 17:35:14 +0000</pubDate>
<dc:creator>IzzyPop</dc:creator>
<guid isPermaLink="false">540@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;When trying to post content from panjea.com I get a &#60;/p&#62;
&#60;p&#62;&#34;cannot modify header information&#34; error&#60;/p&#62;
&#60;p&#62;bbpress 0.8.2.1&#60;br /&#62;
no other plugs running&#60;/p&#62;
&#60;p&#62;Any advice?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-500</link>
<pubDate>Wed, 08 Aug 2007 13:44:15 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">500@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Please try version 0.05 and see if that changes anything for you.&#60;br /&#62;
You must be logged into your forum as a keymaster or administrator.
&#60;/p&#62;</description>
</item>
<item>
<title>anducampu on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-401</link>
<pubDate>Thu, 19 Jul 2007 15:28:58 +0000</pubDate>
<dc:creator>anducampu</dc:creator>
<guid isPermaLink="false">401@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;How exactly does this plugin work? I activated and when i post anything, all the code appears in the post. Which means the tags are converted somehow.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Admin Can Post Anything"</title>
<link>http://bbpress.org/plugins/topic/admin-can-post-anything/#post-371</link>
<pubDate>Mon, 16 Jul 2007 08:08:07 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">371@http://bbpress.org/plugins/</guid>
<description>Allows keymaster/administrators to post any content regardless of tag restrictions, including javascript and flash video embed.</description>
</item>

</channel>
</rss>
