<?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 Tag: WYSIWYG</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: WYSIWYG</description>
<language>en</language>
<pubDate>Thu, 20 Nov 2008 18:52:14 +0000</pubDate>

<item>
<title>joannyjb on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-20123</link>
<pubDate>Wed, 22 Oct 2008 10:41:38 +0000</pubDate>
<dc:creator>joannyjb</dc:creator>
<guid isPermaLink="false">20123@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have my answer :&#60;/p&#62;
&#60;p&#62;file : bb-include&#38;gt;template-fonction.php&#60;br /&#62;
search : &#34;bb_allowed_tag&#34;&#60;br /&#62;
Include :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;// Add Tags with allow_tags&#60;/p&#62;
&#60;p&#62;    function allow_more_tags( $tags ) {&#60;br /&#62;
    $tags['p'] = array('style' =&#38;gt; array());&#60;br /&#62;
    $tags['span'] = array('style' =&#38;gt; array());&#60;br /&#62;
    $tags['b'] = array('style' =&#38;gt; array());&#60;br /&#62;
    $tags['em'] = array('style' =&#38;gt; array());&#60;br /&#62;
    $tags['ol'] = array('style' =&#38;gt; array());&#60;/p&#62;
&#60;p&#62;    return $tags;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;    add_filter( 'bb_allowed_tags', 'allow_more_tags' ); &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;under  this...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;// format=list or array( 'format' =&#38;gt; 'list' )&#60;br /&#62;
function get_allowed_markup( $args = '' ) {&#60;br /&#62;
	$args = wp_parse_args( $args, array('format' =&#38;gt; 'flat') );&#60;br /&#62;
	extract($args, EXTR_SKIP);&#60;/p&#62;
&#60;p&#62;	$tags = bb_allowed_tags();&#60;br /&#62;
	unset($tags['pre'], $tags['br']);&#60;br /&#62;
	$tags = array_keys($tags);&#60;/p&#62;
&#60;p&#62;	switch ( $format ) :&#60;br /&#62;
	case 'array' :&#60;br /&#62;
		$r = $tags;&#60;br /&#62;
		break;&#60;br /&#62;
	case 'list' :&#60;br /&#62;
		$r = &#34;&#38;lt;ul class='allowed-markup'&#38;gt;\n\t
&#60;li&#62;&#34;;&#60;br /&#62;
		$r .= join(&#34;&#60;/li&#62;
\n\t
&#60;li&#62;&#34;, $tags);&#60;br /&#62;
		$r .= &#34;&#60;/li&#62;
\n\n&#34;;&#60;br /&#62;
		break;&#60;br /&#62;
	default :&#60;br /&#62;
		$r = join(' ', $tags);&#60;br /&#62;
		break;&#60;br /&#62;
	endswitch;&#60;br /&#62;
	return apply_filters( 'get_allowed_markup', $r, $format );&#60;br /&#62;
}&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>joannyjb on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-20121</link>
<pubDate>Wed, 22 Oct 2008 09:19:47 +0000</pubDate>
<dc:creator>joannyjb</dc:creator>
<guid isPermaLink="false">20121@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How I can use it?&#60;br /&#62;
Where I have to insert it?&#60;/p&#62;
&#60;p&#62;Thx !
&#60;/p&#62;</description>
</item>
<item>
<title>joannyjb on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-20120</link>
<pubDate>Wed, 22 Oct 2008 09:12:56 +0000</pubDate>
<dc:creator>joannyjb</dc:creator>
<guid isPermaLink="false">20120@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry 4 the question! This probleme has been resolved @ :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15876&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15876&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>joannyjb on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-20119</link>
<pubDate>Wed, 22 Oct 2008 09:06:01 +0000</pubDate>
<dc:creator>joannyjb</dc:creator>
<guid isPermaLink="false">20119@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, I have the same probleme as csseur3. When I publish content with TinyMCE, markers re encoding like text and not as html...&#60;/p&#62;
&#60;p&#62;The code produced is &#38;lt;p&#38;gt;&#38;lt;b&#38;gt;exemple&#38;lt;/b&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;How can we fix that?&#60;/p&#62;
&#60;p&#62;Thanks 4 help !
&#60;/p&#62;</description>
</item>
<item>
<title>lstelie on "wysiwyg editor for posts"</title>
<link>http://bbpress.org/forums/topic/wysiwyg-editor-for-posts#post-18671</link>
<pubDate>Tue, 26 Aug 2008 15:29:17 +0000</pubDate>
<dc:creator>lstelie</dc:creator>
<guid isPermaLink="false">18671@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would be highly interested if your plug in works with 1.0 alpha and &#38;gt;.&#60;br /&#62;
BBcode and other ways are great for tech-savy people, but for a basic customer website, wysiwyg editor like tinyMCE is far simpler, natural and so on..
&#60;/p&#62;</description>
</item>
<item>
<title>Phayze on "wysiwyg editor for posts"</title>
<link>http://bbpress.org/forums/topic/wysiwyg-editor-for-posts#post-17621</link>
<pubDate>Thu, 24 Jul 2008 23:57:25 +0000</pubDate>
<dc:creator>Phayze</dc:creator>
<guid isPermaLink="false">17621@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I hacked together a TinyMCE plugin, which works OK ( as seen on &#60;a href=&#34;http://www.winningelevenblog.com/forums&#34; rel=&#34;nofollow&#34;&#62;www.winningelevenblog.com/forums&#60;/a&#62; ), but it does have some quirks, shall we say. You might need to install the 'allowedtags' plugin (I think that's what it's called) too..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://rapidshare.com/files/132230836/bb_tinymce.zip.html&#34; rel=&#34;nofollow&#34;&#62;http://rapidshare.com/files/132230836/bb_tinymce.zip.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "wysiwyg editor for posts"</title>
<link>http://bbpress.org/forums/topic/wysiwyg-editor-for-posts#post-17592</link>
<pubDate>Wed, 23 Jul 2008 20:10:29 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17592@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The closest thing I know of is &#34;Comment Quicktags&#34;:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/quicktags-4-bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/quicktags-4-bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think a WYSIWYG editor would be overkill since a lot of the markup is not allowed by default.  I suppose you could disable the buttons that use non-valid markup.&#60;/p&#62;
&#60;p&#62;Or, these forum posts:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/bbpress-wysiwyg-status&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/bbpress-wysiwyg-status&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>csseur3 on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-17565</link>
<pubDate>Wed, 23 Jul 2008 12:31:42 +0000</pubDate>
<dc:creator>csseur3</dc:creator>
<guid isPermaLink="false">17565@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hello, i have do that, and i have the buttons at the bottom of the textarea :/&#60;/p&#62;
&#60;p&#62;So, how to habe the buttons in top?&#60;/p&#62;
&#60;p&#62;And the code producted is &#38;lt;p&#38;gt;TEST&#38;lt;/p&#38;gt;  , how to fix that?&#60;/p&#62;
&#60;p&#62;bye,&#60;br /&#62;
and i think it is great if the tinymce is integrated in bbpress, like an option for example :)
&#60;/p&#62;</description>
</item>
<item>
<title>csseur3 on "wysiwyg editor for posts"</title>
<link>http://bbpress.org/forums/topic/wysiwyg-editor-for-posts#post-17562</link>
<pubDate>Wed, 23 Jul 2008 12:04:48 +0000</pubDate>
<dc:creator>csseur3</dc:creator>
<guid isPermaLink="false">17562@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i want a plugin for have a visual editor for posts, do you know if a plugin like this exists?&#60;/p&#62;
&#60;p&#62;bye
&#60;/p&#62;</description>
</item>
<item>
<title>harryworld on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15953</link>
<pubDate>Sat, 03 May 2008 15:39:48 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">15953@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I made use of a plugin to add tags&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
function allow_more_tags( $tags ) {&#60;br /&#62;
	$tags['p'] = array('style' =&#38;gt; array());&#60;br /&#62;
	$tags['span'] = array('style' =&#38;gt; array());&#60;br /&#62;
	return $tags;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_filter( 'bb_allowed_tags', 'allow_more_tags' );
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>svenl77 on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15920</link>
<pubDate>Thu, 01 May 2008 21:21:39 +0000</pubDate>
<dc:creator>svenl77</dc:creator>
<guid isPermaLink="false">15920@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;how you did this?
&#60;/p&#62;</description>
</item>
<item>
<title>harryworld on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15919</link>
<pubDate>Thu, 01 May 2008 19:06:22 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">15919@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found that it is as simple as to add the &#38;lt;p&#38;gt; tag to the allowed tags
&#60;/p&#62;</description>
</item>
<item>
<title>harryworld on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15876</link>
<pubDate>Wed, 30 Apr 2008 04:14:37 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">15876@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have successfully integrated TinyMCE to my editor in bbpress, which I found that is so easy.&#60;/p&#62;
&#60;p&#62;However, when doing the submit, TinyMCE submits the HTML code on behind to bbpress. I found that each line TinyMCE created a &#38;lt;p&#38;gt;...&#38;lt;/p&#38;gt; tags, but bbpress is not allowing this. Finally, &#38;lt;p&#38;gt;&#38;lt;/p&#38;gt; comes to the screen when viewing the post.&#60;/p&#62;
&#60;p&#62;Is there any workaround for this?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "using WYSIWYG (( your  experience  needed! ))"</title>
<link>http://bbpress.org/forums/topic/using-wysiwyg-your-experience-needed-#post-10917</link>
<pubDate>Tue, 11 Sep 2007 18:23:54 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10917@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;1.  No security problems most of the time.  Every WYSIWYG editor I've seen allows the use of certain HTML code, and everything else is stripped away.  With any piece of code, there can always be vulnerabilities, WYSIWYG or not.  Without a WYSIWYG editor, there can still be cross site scripting and SQL injection errors.&#60;/p&#62;
&#60;p&#62;WYSIWG editor vulnerabilities&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/search?q=WYSIWYG+editor+vulnerabilities&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=WYSIWYG+editor+vulnerabilities&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2.  Yes, it is used in large forums.
&#60;/p&#62;</description>
</item>
<item>
<title>usefksa on "using WYSIWYG (( your  experience  needed! ))"</title>
<link>http://bbpress.org/forums/topic/using-wysiwyg-your-experience-needed-#post-10916</link>
<pubDate>Tue, 11 Sep 2007 16:47:49 +0000</pubDate>
<dc:creator>usefksa</dc:creator>
<guid isPermaLink="false">10916@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
Is there any problem of using WYSIWYG? security problems for example !&#60;br /&#62;
Does any body have use WYSIWYG in large forum?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
usefksa
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "bbpress wysiwyg status"</title>
<link>http://bbpress.org/forums/topic/bbpress-wysiwyg-status#post-7431</link>
<pubDate>Mon, 14 May 2007 06:46:56 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">7431@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Awesome, quicktags will do for now... thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "bbpress wysiwyg status"</title>
<link>http://bbpress.org/forums/topic/bbpress-wysiwyg-status#post-7336</link>
<pubDate>Thu, 10 May 2007 15:20:18 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7336@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can hack your WYSIWYG plugin editor in fairly easy apparently but there's no plugin released to do that to my knowledge. &#60;a href=&#34;http://bbpress.org/plugins/topic/14&#34;&#62;Quicktags&#60;/a&#62; does the job without all that annoying &#60;em&#62;incredible slowness&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/14?replies=39#post-203&#34;&#62;Great emoticon plugin&#60;/a&#62;, unfortunately not available through the plugin browser.
&#60;/p&#62;</description>
</item>
<item>
<title>metalvalley on "bbpress wysiwyg status"</title>
<link>http://bbpress.org/forums/topic/bbpress-wysiwyg-status#post-7333</link>
<pubDate>Thu, 10 May 2007 10:03:38 +0000</pubDate>
<dc:creator>metalvalley</dc:creator>
<guid isPermaLink="false">7333@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'd like to see a smilie plugin like wp-grins for wordpress!
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "bbpress wysiwyg status"</title>
<link>http://bbpress.org/forums/topic/bbpress-wysiwyg-status#post-7323</link>
<pubDate>Wed, 09 May 2007 17:35:28 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">7323@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Any word on a simple WYSIWYG plugin  or feature for bbPress. Something similar to what is on  Wordpress support forums would be awesome.
&#60;/p&#62;</description>
</item>
<item>
<title>kernow on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-6997</link>
<pubDate>Wed, 25 Apr 2007 18:28:01 +0000</pubDate>
<dc:creator>kernow</dc:creator>
<guid isPermaLink="false">6997@http://bbpress.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;fel64 wrote: How did you make it work?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Its easy to install really. You have the main tinymce folder which I opened and uploaded the contents to the 'my-plugins' folder. This is the mistake I made.&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Just upload  the jscript folder within the tinymce folder to my-plugins&#60;/li&#62;
&#60;li&#62;Edit header.php in your bbpress template, adding the reference to the javascript&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;This is part of the code which I copied, which you put before the &#38;lt;/head&#38;gt; closing tag in header.php.&#60;/p&#62;
&#60;p&#62;&#38;lt;script language=&#34;javascript&#34; type=&#34;text/javascript&#34; src=&#34;http://example.com/bbpress/my-plugins/jscripts/tiny_mce/tiny_mce.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;Change to:&#60;/p&#62;
&#60;p&#62;&#38;lt;script language=&#34;javascript&#34; type=&#34;text/javascript&#34; src=&#34;my-plugins/jscripts/tiny_mce/tiny_mce.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;The FULL code you put in header php is the top of the page, but this bit is important.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-6985</link>
<pubDate>Wed, 25 Apr 2007 08:32:49 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6985@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How did you make it work?
&#60;/p&#62;</description>
</item>
<item>
<title>kernow on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-6983</link>
<pubDate>Wed, 25 Apr 2007 00:42:54 +0000</pubDate>
<dc:creator>kernow</dc:creator>
<guid isPermaLink="false">6983@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Since my last post (panic?) I realised my mistake. It works OK now. Problem is the &#60;em&#62;'guy who knows more than me' &#60;/em&#62;is beginning to worry me now hmmm.
&#60;/p&#62;</description>
</item>
<item>
<title>kernow on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-6979</link>
<pubDate>Tue, 24 Apr 2007 18:52:16 +0000</pubDate>
<dc:creator>kernow</dc:creator>
<guid isPermaLink="false">6979@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Tried adding the &#60;em&#62;TinyMCE to bbpress&#60;/em&#62; and it didn't work. Asked a guy who knows more about this than I do, and he couldn't get it to work either. Browsing for an answer, its suggested&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62; a javascript conflict with a plugin&#60;/li&#62;
&#60;li&#62;, or template.
&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I'm using the latest version of WordPress in case there is a conflict there. (Windows hosting)
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-6954</link>
<pubDate>Mon, 23 Apr 2007 15:30:58 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">6954@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks. Yeah I hear where you're coming from, TinyMCE slows my site down a bit and im having trouble with blockquotes, but you can slim it down and make it tiny, so i'll stick with it for now... ive already started copying over all my emotions into it :)
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-6944</link>
<pubDate>Mon, 23 Apr 2007 08:47:40 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">6944@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Like fckEditor...&#60;/p&#62;
&#60;p&#62;But to be honest, these scripts are too big for bbPress. bbPress only supports &#60;code&#62;a blockquote br code em strong ul ol li&#60;/code&#62; and not colors, images, tables, font types etc.&#60;/p&#62;
&#60;p&#62;I am thinking of writing a wysiwyg editor that only supports these standard markups and when an extention/plugin is installed (smilies, images) it will support these too. And it will be skinable ofcourse to match the theme installed.&#60;/p&#62;
&#60;p&#62;But I am a busy man, so this will not happen anytime soon :(
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-6922</link>
<pubDate>Sun, 22 Apr 2007 22:30:07 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">6922@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Null,&#60;/p&#62;
&#60;p&#62;Poo poo on TinyMCE but dont offer any other solutions, why don't you. How about some links to the other better ones?
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-5971</link>
<pubDate>Mon, 26 Mar 2007 19:43:23 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">5971@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I fixed mine... just had the code pasted incorrectly. But I didn't like it... seems to slow the site down quite a bit. I'll wait for a better solution.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-5969</link>
<pubDate>Mon, 26 Mar 2007 19:20:29 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">5969@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What's up with that tinymc... it's crap really... don't understand why wordpress uses it either, there are way better ones out there.... :D
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "simple way to add TinyMCE to BBpress"</title>
<link>http://bbpress.org/forums/topic/simple-way-to-add-tinymce-to-bbpress#post-5966</link>
<pubDate>Mon, 26 Mar 2007 18:37:03 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">5966@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hmmm... Doesn't seem to work. Any ideas?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.citizenkeith.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.citizenkeith.com/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "which plugin can support the toolbar like this?"</title>
<link>http://bbpress.org/forums/topic/which-plugin-can-support-the-toolbar-like-this#post-5593</link>
<pubDate>Fri, 16 Mar 2007 17:21:32 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">5593@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah I know that is my only minus for FCK at the moment. ALready tried mailing them about this cause Opera DOES support it, it just needs to be activated in FCK it self (or identify Opera as MSIE
&#60;/p&#62;</description>
</item>

</channel>
</rss>
