<?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>WordPress &#8250; Support Topic: [Plugin: Events] Events + TinyMCE Advanced + Description Textarea</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Events] Events + TinyMCE Advanced + Description Textarea</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 13:06:50 +0000</pubDate>

<item>
<title>edgarsso on "[Plugin: Events] Events + TinyMCE Advanced + Description Textarea"</title>
<link>http://wordpress.org/support/topic/232398#post-1220102</link>
<pubDate>Tue, 22 Sep 2009 02:49:48 +0000</pubDate>
<dc:creator>edgarsso</dc:creator>
<guid isPermaLink="false">1220102@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello!&#60;br /&#62;
I tried to look for similar code in the current version of Events and haven't found anything similar. Have adapted your modified code to the current version?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Ed
&#60;/p&#62;</description>
</item>
<item>
<title>ottergoose on "[Plugin: Events] Events + TinyMCE Advanced + Description Textarea"</title>
<link>http://wordpress.org/support/topic/232398#post-949765</link>
<pubDate>Thu, 08 Jan 2009 19:48:29 +0000</pubDate>
<dc:creator>ottergoose</dc:creator>
<guid isPermaLink="false">949765@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm running WordPress 2.7, Events 1.6.1, and TinyMCE Advanced 3.2.  A client wanted to be able to format the text in the event description.  To accomplish this, I replaced the the_event_editor() function in wp-events-manage.php with the following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function the_event_editor($content, $dashboard = true) {

    wp_admin_css(&#38;#39;thickbox&#38;#39;);
    wp_print_scripts(&#38;#39;jquery-ui-core&#38;#39;);
    wp_print_scripts(&#38;#39;jquery-ui-tabs&#38;#39;);
    wp_print_scripts(&#38;#39;editor&#38;#39;);
    add_thickbox();
    wp_print_scripts(&#38;#39;media-upload&#38;#39;);
    if (function_exists(&#38;#39;wp_tiny_mce&#38;#39;)) wp_tiny_mce();
    if(user_can_richedit())
	wp_enqueue_script(&#38;#39;editor&#38;#39;);

    echo &#38;quot;&#38;lt;div id=&#38;#39;editorcontainer&#38;#39;&#38;gt;&#38;lt;textarea rows=&#38;#39;6&#38;#39; cols=&#38;#39;20&#38;#39; name=&#38;#39;events_pre_event&#38;#39; tabindex=&#38;#39;4&#38;#39; id=&#38;#39;content&#38;#39;&#38;gt;&#38;quot; . $content . &#38;quot;&#38;lt;/textarea&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This displays the rich text editor with the buttons specified through the TinyMCE Advanced plugin.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
