<?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 Support Forums Topic: Allowing HTML</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Topic: Allowing HTML</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 22:34:27 +0000</pubDate>

<item>
<title>larsjensen on "Allowing HTML"</title>
<link>http://bbpress.org/forums/topic/allowing-html#post-5318</link>
<pubDate>Thu, 08 Mar 2007 21:53:50 +0000</pubDate>
<dc:creator>larsjensen</dc:creator>
<guid isPermaLink="false">5318@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I sure do, thanks a bunch! :-)
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Allowing HTML"</title>
<link>http://bbpress.org/forums/topic/allowing-html#post-5279</link>
<pubDate>Wed, 07 Mar 2007 23:41:44 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5279@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, the code &#34;em&#34; is already for italics, but if you really need to have it as the &#34;i&#34;, it would be something like this (chrishajer is going to hate me for saying this as it is really poor markup, but....)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
function allow_italics_as_allowed_tags( $tags ) {
$tags[&#38;#39;i&#38;#39;] = array();
return $tags;
}
add_filter( &#38;#39;bb_allowed_tags&#38;#39;, &#38;#39;allow_italics_as_allowed_tags&#38;#39; );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should work.   Get the idea?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>larsjensen on "Allowing HTML"</title>
<link>http://bbpress.org/forums/topic/allowing-html#post-5277</link>
<pubDate>Wed, 07 Mar 2007 23:12:57 +0000</pubDate>
<dc:creator>larsjensen</dc:creator>
<guid isPermaLink="false">5277@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you very much, I think I'll have a go at creating some plugins to enable more HTML tags.&#60;/p&#62;
&#60;p&#62;If I for instance wanted to add italic text, should I then write &#34;allow_italic_as_allowed_tags&#34; or &#34;allow_i_as_allowed_tags&#34;?&#60;/p&#62;
&#60;p&#62;// Lars
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Allowing HTML"</title>
<link>http://bbpress.org/forums/topic/allowing-html#post-5257</link>
<pubDate>Wed, 07 Mar 2007 13:44:17 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5257@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The allowed tags are in template-formatting.php I believe (might be wrong as it is early there) in your bb-includes, but it is best to look even at the 'allowed markeup' on this forum when you are posting and then know those can be used.   To add more, it is often done with plugins, like the image plugin in the 'extend' tab of this site.    Or I through this up to use stike for myself:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
function allow_strike_as_allowed_tags( $tags ) {
$tags[&#38;#39;del&#38;#39;] = array();
return $tags;
}
add_filter( &#38;#39;bb_allowed_tags&#38;#39;, &#38;#39;allow_strike_as_allowed_tags&#38;#39; );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There are was to add to the bb_allowed_tags even with plugins.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>larsjensen on "Allowing HTML"</title>
<link>http://bbpress.org/forums/topic/allowing-html#post-5249</link>
<pubDate>Wed, 07 Mar 2007 10:07:11 +0000</pubDate>
<dc:creator>larsjensen</dc:creator>
<guid isPermaLink="false">5249@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;First of all, thank you for a nice and easy forum system.&#60;/p&#62;
&#60;p&#62;I've integrated TinyMCE with my bbPress installation, but TinyMCE inserts some HTML, which bbPress doesn't support.&#60;/p&#62;
&#60;p&#62;Is there a way to allow more HTML tags in bbpress?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
