<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: WYSIWYG - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/wysiwyg</link>
		<description>bbPress Support Forums &#187; Tag: WYSIWYG - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:07:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/wysiwyg" rel="self" type="application/rss+xml" />

		<item>
			<title>locomo on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-101810</link>
			<pubDate>Fri, 20 Apr 2012 16:56:00 +0000</pubDate>
			<dc:creator>locomo</dc:creator>
			<guid isPermaLink="false">101810@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>in 2.1 is it possible to disable the HTML tab in the rich editor on a role-by-role basis - i'd like to only give the HTML tab to moderators
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98674</link>
			<pubDate>Tue, 28 Feb 2012 19:43:38 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98674@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>jjj has committed a fix. If you update your 2.1 install everything should be good. Again, thanks for reporting the bug.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98669</link>
			<pubDate>Tue, 28 Feb 2012 16:47:41 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98669@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I just tested it and you are right! Seems to be screwy when using the numeric permalinks.</p>
<p>We're going to look into that. I definitely appreciate you coming back and posting about the problem you encountered - this will help us make 2.1 as solid as possible when it is released publicly :)
</p>]]></description>
					</item>
		<item>
			<title>dangerZ on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98668</link>
			<pubDate>Tue, 28 Feb 2012 16:32:00 +0000</pubDate>
			<dc:creator>dangerZ</dc:creator>
			<guid isPermaLink="false">98668@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I think it has to do with the permalink style. I had numeric permalinks before. If i Change it to "post name" permalinks i think the original code works.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98667</link>
			<pubDate>Tue, 28 Feb 2012 16:27:59 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98667@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hmm, I'll ping @jjj about this, however it seems to be working for me (the original method).
</p>]]></description>
					</item>
		<item>
			<title>dangerZ on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98658</link>
			<pubDate>Tue, 28 Feb 2012 11:09:46 +0000</pubDate>
			<dc:creator>dangerZ</dc:creator>
			<guid isPermaLink="false">98658@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Okay, i got it working and it's awesome! (although a bit buggy) </p>
<p>After backing up the bbpress folder, I basically left the existing bbpress plugin running and activated, and just copied the 2.1 plugin contents into the existing plugin folders.</p>
<p>One bug i caught is that there is no beginning slash for the "EDIT" Link in topics for the admin, so I went in the code and added that.<br />
This change was made in bbp-topic-template.php at line 2199<br />
		if ( $wp_rewrite-&#62;using_permalinks() ) {<br />
			$url = $topic_link . $bbp-&#62;edit_id;<br />
			$url = trailingslashit( $url );</p>
<p>i changed it to<br />
		if ( $wp_rewrite-&#62;using_permalinks() ) {<br />
			$url = $topic_link . '/'. $bbp-&#62;edit_id;<br />
			$url = trailingslashit( $url );
</p>]]></description>
					</item>
		<item>
			<title>dangerZ on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98652</link>
			<pubDate>Tue, 28 Feb 2012 09:25:28 +0000</pubDate>
			<dc:creator>dangerZ</dc:creator>
			<guid isPermaLink="false">98652@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hi jaredatch ,</p>
<p>The reason it's not holding back Vanilla is because while Vanilla doesn't have a good wysiwyg editor by default, it has good, working ones<br />
which are easily installed through plugins.</p>
<p>BBpress 2.0 currently does not. It doesn't even support bbcode natively. </p>
<p>Anyways, I do appreciate your suggestion -- this functionality is very important so im willing to experiment with a pre release version of bbpress. </p>
<p>I've downloaded the bbpress plugin you pointed to and backed up my existing bbpress plugin folder. </p>
<p>Now, how do i install this bbpress 2.1 without breaking my existing bbpress 2.0 forums?
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98628</link>
			<pubDate>Mon, 27 Feb 2012 17:17:46 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98628@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That very well could be true, however it doesn't seem to be holding back other forum packages such as Vanilla which offer no advanced wysiwyg editor out-of-the-box.</p>
<p>It was only a matter of time until it made it into bbP core though.
</p>]]></description>
					</item>
		<item>
			<title>unholyfruitbat on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98627</link>
			<pubDate>Mon, 27 Feb 2012 17:13:18 +0000</pubDate>
			<dc:creator>unholyfruitbat</dc:creator>
			<guid isPermaLink="false">98627@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That's a huge relief because honestly I believe the lack of editing options in the core release is what's holding bbPress back more than anything else.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98619</link>
			<pubDate>Mon, 27 Feb 2012 16:11:03 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">98619@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Keep in mind that bbPress 2.1 is still in development. It's pre-release software and there might still be some kinks to work out.</p>
<p>But, on paper it's *supposed* to be better than 2.0. :)
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98617</link>
			<pubDate>Mon, 27 Feb 2012 16:05:02 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98617@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>bbP 2.1 has TinyMCE.</p>
<p>You can download 2.1 by clicking Zip Archive on this page: <a href="http://bbpress.trac.wordpress.org/browser/branches/plugin" rel="nofollow">http://bbpress.trac.wordpress.org/browser/branches/plugin</a>
</p>]]></description>
					</item>
		<item>
			<title>dangerZ on "Has anyone gotten an WYSIWYG editor working with BBPress 2.0?"</title>
			<link>http://bbpress.org/forums/topic/has-anyone-gotten-an-wysiwyg-editor-working-with-bbpress#post-98611</link>
			<pubDate>Mon, 27 Feb 2012 12:34:39 +0000</pubDate>
			<dc:creator>dangerZ</dc:creator>
			<guid isPermaLink="false">98611@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I can't believe more threads haven't talked about this. How are people using BBPress 2.0 without a wysiwig editor? Im a programmer and dont mind  using text or markup, but users certainly do mind.</p>
<p>I've tried the Post toolbar -- that is WAY too technical for my users since it straight up inserts HTML Markup. </p>
<p>I've tried CLEditor, which works out of the box -- but generates really crappy HTML that doesn't handle whitespace correctly.</p>
<p>I want to integrate TinyMCE, CKEditor, or PunyMCE, but it's just harder than you would think because I dont quite understand the plugin structure and template structure bbpress 2.0 uses.</p>
<p>Any help in regards to hardcoding these editors into a theme, hacking an existing plugin, or even creating a plugin to do this highly appreciated.</p>
<p>Best,<br />
Danger
</p>]]></description>
					</item>
		<item>
			<title>zaerl on "Plugins not working (Allow Images, BBcode, WISYWIG and more)"</title>
			<link>http://bbpress.org/forums/topic/plugins-not-working-allow-images-bbcode-wisywig-and-more#post-88634</link>
			<pubDate>Fri, 10 Jun 2011 11:20:34 +0000</pubDate>
			<dc:creator>zaerl</dc:creator>
			<guid isPermaLink="false">88634@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi there,</p>
<blockquote><p>but still any help on why the [ ] tags aren't working</p></blockquote>
<p>my plugin uses html tags and not BBCode.
</p>]]></description>
					</item>
		<item>
			<title>ashdavies on "Plugins not working (Allow Images, BBcode, WISYWIG and more)"</title>
			<link>http://bbpress.org/forums/topic/plugins-not-working-allow-images-bbcode-wisywig-and-more#post-88591</link>
			<pubDate>Thu, 09 Jun 2011 13:24:50 +0000</pubDate>
			<dc:creator>ashdavies</dc:creator>
			<guid isPermaLink="false">88591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've now installed the Zaerl editor which works, and the normal html tags are working for images and text effects.<br />
My question isn't as urgent anymore, but still any help on why the [ ] tags aren't working will be appreciated :)
</p>]]></description>
					</item>
		<item>
			<title>ashdavies on "Plugins not working (Allow Images, BBcode, WISYWIG and more)"</title>
			<link>http://bbpress.org/forums/topic/plugins-not-working-allow-images-bbcode-wisywig-and-more#post-88590</link>
			<pubDate>Thu, 09 Jun 2011 13:16:16 +0000</pubDate>
			<dc:creator>ashdavies</dc:creator>
			<guid isPermaLink="false">88590@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I'm putting together a forum over at <a href="http://forum.photoguides.net" rel="nofollow">http://forum.photoguides.net</a><br />
It's yet to be launched and I've been having some trouble with plugins.</p>
<p>The plugins Allow Images, BBcode Lite, BB WYSIWYG Editor don't seem to be working.</p>
<p>Take a look at <a href="http://forum.photoguides.net/topic/test-thread" rel="nofollow">http://forum.photoguides.net/topic/test-thread</a> where I've tried some tags. When logged in and with the reply form visible there is no editing panel for the wisywyg plugin.</p>
<p>These three plugins all seem to be correctly installed in the my-plugins folder and are active. I'm assuming that because all three aren't working, there's some fault with the setup of the site.</p>
<p>Any help would be greatly appreciated :)</p>
<p>Thanks,<br />
Ash Davies
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "wysiwyg reply form on bbPress 2"</title>
			<link>http://bbpress.org/forums/topic/wysiwyg-reply-form-on-bbpress-2#post-88287</link>
			<pubDate>Mon, 30 May 2011 14:24:20 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">88287@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Afraid I won't have much time to test this in the coming days. If someone wants to help collaborate on that one, have at it.
</p>]]></description>
					</item>
		<item>
			<title>kai920 on "wysiwyg reply form on bbPress 2"</title>
			<link>http://bbpress.org/forums/topic/wysiwyg-reply-form-on-bbpress-2#post-88269</link>
			<pubDate>Mon, 30 May 2011 05:20:51 +0000</pubDate>
			<dc:creator>kai920</dc:creator>
			<guid isPermaLink="false">88269@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I was able to get Comment Form Quicktags showing on bbP's reply form by adding <code>add_filter(&#039;bbp_get_reply_content&#039;, array(&#38;$this, &#039;detect_start&#039;));</code> but not on the topic content form. I tried:</p>
<pre><code>add_filter(&#039;bbp_topic_content&#039;, array(&#38;$this, &#039;detect_start&#039;));
add_filter(&#039;bbp_get_topic_content&#039;, array(&#38;$this, &#039;detect_start&#039;));</code></pre>
<p>What am I doing wrong?
</p>]]></description>
					</item>
		<item>
			<title>scylderon on "wysiwyg reply form on bbPress 2"</title>
			<link>http://bbpress.org/forums/topic/wysiwyg-reply-form-on-bbpress-2#post-88039</link>
			<pubDate>Fri, 27 May 2011 01:49:04 +0000</pubDate>
			<dc:creator>scylderon</dc:creator>
			<guid isPermaLink="false">88039@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Pretty please!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "wysiwyg reply form on bbPress 2"</title>
			<link>http://bbpress.org/forums/topic/wysiwyg-reply-form-on-bbpress-2#post-88014</link>
			<pubDate>Thu, 26 May 2011 10:49:15 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">88014@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Should be an easy adaptation. Would be awesome of someone to port that over.
</p>]]></description>
					</item>
		<item>
			<title>engin1984 on "wysiwyg reply form on bbPress 2"</title>
			<link>http://bbpress.org/forums/topic/wysiwyg-reply-form-on-bbpress-2#post-87945</link>
			<pubDate>Wed, 25 May 2011 21:57:45 +0000</pubDate>
			<dc:creator>engin1984</dc:creator>
			<guid isPermaLink="false">87945@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Example: <a href="http://wordpress.org/extend/plugins/comment-form-quicktags" rel="nofollow">http://wordpress.org/extend/plugins/comment-form-quicktags</a><br />
plugin works on normal WordPress posts comment forms but doesn't work on bbPress2's reply forms.
</p>]]></description>
					</item>
		<item>
			<title>engin1984 on "wysiwyg reply form on bbPress 2"</title>
			<link>http://bbpress.org/forums/topic/wysiwyg-reply-form-on-bbpress-2#post-87944</link>
			<pubDate>Wed, 25 May 2011 21:32:01 +0000</pubDate>
			<dc:creator>engin1984</dc:creator>
			<guid isPermaLink="false">87944@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi! Is there any wysiwyg reply form on bbPress 2, like zaerl Editor or BBcode Buttons Toolbar? I tried TinyMCEComments plugin for WP but i didn't work on bbPress 2
</p>]]></description>
					</item>
		<item>
			<title>abdessamad idrissi on "Paragraph tag after TinyMCE"</title>
			<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-76908</link>
			<pubDate>Thu, 18 Nov 2010 14:05:29 +0000</pubDate>
			<dc:creator>abdessamad idrissi</dc:creator>
			<guid isPermaLink="false">76908@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I think the correct way to add tags is by a plugin, normally you should never edit the core code of bbpress! because if you do, next time you update your bbpress you will be deleting the modified core files, then you will get trouble with your forum not working properly.. So the best is to use a plugin for things that deal with core files..</p>
<p>PS: Core files are files that are not Themes nor plugins, such as files under; bb-includes and bb-admin,
</p>]]></description>
					</item>
		<item>
			<title>Seth Chong on "BuddyPress+bbPress Rating/Featuring/Better WYSIWYG Plugins"</title>
			<link>http://bbpress.org/forums/topic/buddypressbbpress-ratingfeaturingbetter-wysiwyg-plugins#post-75335</link>
			<pubDate>Tue, 26 Oct 2010 16:07:16 +0000</pubDate>
			<dc:creator>Seth Chong</dc:creator>
			<guid isPermaLink="false">75335@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah... thanks zaerl for pointing that out.</p>
<p>I guess my intention is really to have a bbPress forum, supported with a WYSIWYG editor similar to that of WordPress'.</p>
<p>At the moment however, installing bbPress doesn't provide that function and I'd like to find out if there's any way to do it.</p>
<p>I'd like to let users post up references e.g. images/videos that are useful to a thread they started, like how most forums allow it, and be able to let others rate the posts.</p>
<p>This way the home page can feature the posts which carry weight. For example, which posts have the highest views for the day, which posts are highly rated, and so on.</p>
<p>I'm inexperienced with programming, kindly forgive me if I use the terms wrongly.
</p>]]></description>
					</item>
		<item>
			<title>zaerl on "BuddyPress+bbPress Rating/Featuring/Better WYSIWYG Plugins"</title>
			<link>http://bbpress.org/forums/topic/buddypressbbpress-ratingfeaturingbetter-wysiwyg-plugins#post-75334</link>
			<pubDate>Tue, 26 Oct 2010 15:48:21 +0000</pubDate>
			<dc:creator>zaerl</dc:creator>
			<guid isPermaLink="false">75334@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is the bbPress support forum. Despite the name the forum component of BuddyPress isn't (the real) bbPress.</p>
<p><a href="http://buddypress.org/community/groups/" rel="nofollow">http://buddypress.org/community/groups/</a>
</p>]]></description>
					</item>
		<item>
			<title>Seth Chong on "BuddyPress+bbPress Rating/Featuring/Better WYSIWYG Plugins"</title>
			<link>http://bbpress.org/forums/topic/buddypressbbpress-ratingfeaturingbetter-wysiwyg-plugins#post-75331</link>
			<pubDate>Tue, 26 Oct 2010 15:16:59 +0000</pubDate>
			<dc:creator>Seth Chong</dc:creator>
			<guid isPermaLink="false">75331@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>Thanks for viewing this topic.</p>
<p>So... where do I start.</p>
<p>I have recently installed BuddyPress with WordPress.</p>
<p>The idea is to create a website that is a cross between news sites like NYTimes and Facebook.</p>
<p>To have users become both the journalists and the viewers.</p>
<p>However, at the moment I’m facing a lot, a lot of inconsistencies.</p>
<p>For example: Should I allow users to even get into the WordPress posting dashboard?</p>
<p>I’d like to make it so users can post on the forums with a good WYSIWYG editor – that they can add images, videos etc. like a normal forum. Then, other users can rate the posts up or down – so that the home page can show which posts have the most views, which posts are highest rated, and so on. However, this has been difficult to do…</p>
<p>So I’d like to ask whether there are plugins… or perhaps any assistance on how one can accomplish that?</p>
<p>I would greatly appreciate any help given here.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>Joe Gibson on "Latest on better editor?"</title>
			<link>http://bbpress.org/forums/topic/latest-on-better-editor#post-71486</link>
			<pubDate>Tue, 20 Jul 2010 17:42:35 +0000</pubDate>
			<dc:creator>Joe Gibson</dc:creator>
			<guid isPermaLink="false">71486@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Z - I got on a bbPress plugins page and found your 'Open in new window' plugin but the rascal doesn't seem to work.  Tried it in both 'bb-plugins' and 'my-plugins'.  It activates just fine.  Is there a trick I'm missing?</p>
<p>Thanks,<br />
Joe
</p>]]></description>
					</item>
		<item>
			<title>Joe Gibson on "Latest on better editor?"</title>
			<link>http://bbpress.org/forums/topic/latest-on-better-editor#post-71484</link>
			<pubDate>Tue, 20 Jul 2010 17:24:48 +0000</pubDate>
			<dc:creator>Joe Gibson</dc:creator>
			<guid isPermaLink="false">71484@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Z - Thanks, the 's' did it.  Very appreciated.</p>
<p>The one last thing that would really make this editor the cat's ass would be opening links in a new window.  Is there a PHP version of "Target=_blank" we can slip into the code?</p>
<p>Joe
</p>]]></description>
					</item>
		<item>
			<title>zaerl on "Latest on better editor?"</title>
			<link>http://bbpress.org/forums/topic/latest-on-better-editor#post-71246</link>
			<pubDate>Sat, 17 Jul 2010 19:59:54 +0000</pubDate>
			<dc:creator>zaerl</dc:creator>
			<guid isPermaLink="false">71246@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The micro-plugin (I have written for you) activate the <code>s</code> HTML tag (as you requested) <code>&#60;s&#62;your text here&#60;/s&#62;</code> but zaerl Editor 0.3.2 does handle only standard tags plus the <code>img</code> tag as I said here: <a href="http://bbpress.org/forums/topic/latest-on-better-editor#post-71194" rel="nofollow">http://bbpress.org/forums/topic/latest-on-better-editor#post-71194</a>
</p>]]></description>
					</item>
		<item>
			<title>Joe Gibson on "Latest on better editor?"</title>
			<link>http://bbpress.org/forums/topic/latest-on-better-editor#post-71240</link>
			<pubDate>Sat, 17 Jul 2010 16:24:04 +0000</pubDate>
			<dc:creator>Joe Gibson</dc:creator>
			<guid isPermaLink="false">71240@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Z -</p>
<p>I copied the code to a PHP file and it activated from the bbPress 'Plugins' panel, but I can't figure out how to make it work in the editor.  I tried both angled brackets and backticks.  Thoughts?</p>
<p>And the next big challenge would be to have it open links in a new window.  Is that possible?</p>
<p>Thanks,<br />
Joe
</p>]]></description>
					</item>
		<item>
			<title>zaerl on "Latest on better editor?"</title>
			<link>http://bbpress.org/forums/topic/latest-on-better-editor#post-71215</link>
			<pubDate>Fri, 16 Jul 2010 22:11:19 +0000</pubDate>
			<dc:creator>zaerl</dc:creator>
			<guid isPermaLink="false">71215@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>In bbPress if you put something between backtick <code>it shows up in fixed-width, not-transformed style</code>.</p>
<blockquote><p>And, for that matter, why isn't this site using it?</p></blockquote>
<p>bbpress.org and bbPress in general uses the backtick notation. It's hard to remove it. I have answered to a topic some times ago showing a little hack to erase it.</p>
<blockquote><p>So, is there a way to turn it on?</p></blockquote>
<pre><code>&#60;?php
/*
Plugin Name: I love strike-through
Plugin URI: <a href="http://www.bbpress.org" rel="nofollow">http://www.bbpress.org</a>
Description: &#60;s&#62; tag
Author: zeal
Author URI: <a href="http://www.zaerl.com" rel="nofollow">http://www.zaerl.com</a>
Version: trunk
*/

function strike_it($tags)
{
	$tags[&#039;s&#039;] = array();
	return $tags;
}

add_filter(&#039;bb_allowed_tags&#039;, &#039;strike_it&#039;);

?&#62;</code></pre>]]></description>
					</item>

	</channel>
</rss>

