<?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, 24 May 2012 16:41:42 +0000</pubDate>

<item>
<title>kossut on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/11#post-2982</link>
<pubDate>Mon, 06 Feb 2012 05:53:23 +0000</pubDate>
<dc:creator>kossut</dc:creator>
<guid isPermaLink="false">2982@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test&#60;/p&#62;
&#60;p&#62; [attachment=2982,185]
&#60;/p&#62;</description>
</item>
<item>
<title>xinasuka on "put your test posts here"</title>
<link>http://bbshowcase.org/forums/topic/put-your-test-posts-here/page/11#post-2288</link>
<pubDate>Sat, 12 Feb 2011 19:13:12 +0000</pubDate>
<dc:creator>xinasuka</dc:creator>
<guid isPermaLink="false">2288@http://bbshowcase.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#60;cite&#62;_ck_ - 2 years ago &#60;a href=&#34;/forums/topic/put-your-test-posts-here#post-240&#34;&#62;&#38;nbsp;&#38;raquo;&#38;nbsp;&#60;/a&#62;&#60;/cite&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;cite&#62;_ck_ - 6 minutes ago &#60;a href=&#34;/forums/topic/put-your-test-posts-here#post-239&#34;&#62;&#38;nbsp;&#38;raquo;&#38;nbsp;&#60;/a&#62;&#60;/cite&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;cite&#62;_ck_ - 8 months ago &#60;a href=&#34;/forums/topic/put-your-test-posts-here#post-7&#34;&#62;&#38;nbsp;&#38;raquo;&#38;nbsp;&#60;/a&#62;&#60;/cite&#62;&#60;br /&#62;
If you are testing a signature, plugin, etc. you can put a test post in here.&#60;br /&#62;
No links allowed (ie. no spam)&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;testing quotes...&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Another quote test...&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;awesome
&#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-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;</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>

</channel>
</rss>

