<?xml version="1.0"?><!-- 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 Showcase Topic: put your test posts here</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Topic: put your test posts here</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 10:04:28 +0000</pubDate>

<item>
<title>_ck_ on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2116</link>
<pubDate>Tue, 07 Sep 2010 00:19:08 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2116@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;full bbcode test&#60;/p&#62;
&#60;p&#62;&#60;ul&#62;&#60;li&#62;&#60;strong&#62;testing&#60;/strong&#62;&#60;/li&#62;&#60;li&#62;&#60;blockquote&#62;testing&#60;/blockquote&#62;&#60;/li&#62;&#60;/ul&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;testing&#34;&#62;testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[img]http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_smile.gif[/img]&#60;/p&#62;
&#60;p&#62;[blink]won't work[/blink]
&#60;/p&#62;</description>
</item>
<item>
<title>bbnewbee on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2037</link>
<pubDate>Sun, 08 Aug 2010 02:06:09 +0000</pubDate>
<dc:creator>bbnewbee</dc:creator>
<guid isPermaLink="false">2037@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thanks for the info and prompt response, very much appreciated !
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2036</link>
<pubDate>Sun, 08 Aug 2010 01:47:04 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2036@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;The plugin is called &#34;admin can post anything&#34;.&#60;/p&#62;
&#60;p&#62;If you want users to be able to post tables, you'd have to add all the table tags to the allowed tags.&#60;/p&#62;
&#60;p&#62;Make this into a plugin and it might do it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: Allow Tables
*/
add_filter(&#38;#39;bb_allowed_tags&#38;#39;,&#38;#39;bb_allow_table_tags&#38;#39;);
function bb_allow_table_tags( $tags ) {
$tags[&#38;#39;table&#38;#39;] = array(&#38;#39;height&#38;#39;=&#38;gt;array(),&#38;#39;width&#38;#39;=&#38;gt;array(),&#38;#39;border&#38;#39; =&#38;gt; array());
$tags[&#38;#39;tr&#38;#39;]=array();
$tags[&#38;#39;td&#38;#39;]=array();
return $tags;
}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please see bbpress.org for more info and questions on adding tags.
&#60;/p&#62;</description>
</item>
<item>
<title>bbnewbee on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2035</link>
<pubDate>Sun, 08 Aug 2010 01:39:02 +0000</pubDate>
<dc:creator>bbnewbee</dc:creator>
<guid isPermaLink="false">2035@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Do you know where to get the plugin for admin? I almost looked for everywhere. &#60;/p&#62;
&#60;p&#62;And with that plug in, could I modify admin privileges, to let non-admins to post tables.&#60;/p&#62;
&#60;p&#62;I need users be able to post an image on the left and text on the right hand side,&#60;br /&#62;
as well colour the text.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2034</link>
<pubDate>Sun, 08 Aug 2010 01:09:33 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2034@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;You can't just post native html like that into bbpress posts.&#60;/p&#62;
&#60;p&#62;As an administrator you could via a plugin however.
&#60;/p&#62;</description>
</item>
<item>
<title>bbnewbee on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2033</link>
<pubDate>Sun, 08 Aug 2010 01:08:25 +0000</pubDate>
<dc:creator>bbnewbee</dc:creator>
<guid isPermaLink="false">2033@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Testing again&#60;br /&#62;
&#38;lt;html&#38;gt;&#60;br /&#62;
&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;table width=&#34;75%&#34; border=&#34;1&#34;&#38;gt;&#60;br /&#62;
&#38;lt;tr&#38;gt;&#60;br /&#62;
&#38;lt;td height=&#34;107&#34;&#38;gt;cell 1 col 1 &#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;td&#38;gt;cell 2 col 2 &#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;/table&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>bbnewbee on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2032</link>
<pubDate>Sun, 08 Aug 2010 01:05:43 +0000</pubDate>
<dc:creator>bbnewbee</dc:creator>
<guid isPermaLink="false">2032@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;testing table ; &#60;/p&#62;
&#60;p&#62;&#38;lt;%@ page contentType=&#34;text/html; charset=iso-8859-1&#34; language=&#34;java&#34; import=&#34;java.sql.*&#34; errorPage=&#34;&#34; %&#38;gt;&#60;br /&#62;
&#38;lt;html&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;Untitled Document&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34;&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;table width=&#34;75%&#34; border=&#34;1&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td height=&#34;107&#34;&#38;gt;cell 1 col 1 &#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;cell 2 col 2 &#38;lt;/td&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;/table&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-2023</link>
<pubDate>Sat, 07 Aug 2010 03:28:46 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2023@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;testing uploads again [attachment=2023,160]
&#60;/p&#62;</description>
</item>
<item>
<title>vishmoon on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-1811</link>
<pubDate>Mon, 07 Jun 2010 09:59:56 +0000</pubDate>
<dc:creator>vishmoon</dc:creator>
<guid isPermaLink="false">1811@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello this is test,
&#60;/p&#62;</description>
</item>
<item>
<title>tuanadi on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/10#post-1804</link>
<pubDate>Thu, 03 Jun 2010 02:58:47 +0000</pubDate>
<dc:creator>tuanadi</dc:creator>
<guid isPermaLink="false">1804@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;test again &#60;code&#62;&#38;lt;div class=&#34;test&#34;&#38;gt;&#38;lt;div id=&#34;nothing&#34;&#38;gt;Just Testing&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
