<?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: WYSIWYG Text Widget] doesn't work in 2.71</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: WYSIWYG Text Widget] doesn't work in 2.71</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 20:14:17 +0000</pubDate>

<item>
<title>kmcadams on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1086729</link>
<pubDate>Fri, 29 May 2009 19:04:04 +0000</pubDate>
<dc:creator>kmcadams</dc:creator>
<guid isPermaLink="false">1086729@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This plugin doesnt work correcty for me - it only adds a widget to the first sidebar i am fairly new at building themes and i note that int widget php it looks for register_sidebar_widget my functions.php uses register_sidebar - not sure what the difference is between the two-&#60;/p&#62;
&#60;p&#62;Karen
&#60;/p&#62;</description>
</item>
<item>
<title>controlledchaos on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1084944</link>
<pubDate>Wed, 27 May 2009 18:56:30 +0000</pubDate>
<dc:creator>controlledchaos</dc:creator>
<guid isPermaLink="false">1084944@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@technopreneur - I used your fix today, and the plugin is now working great in FF 3 on Mac.
&#60;/p&#62;</description>
</item>
<item>
<title>bryan868 on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1057568</link>
<pubDate>Mon, 27 Apr 2009 04:26:34 +0000</pubDate>
<dc:creator>bryan868</dc:creator>
<guid isPermaLink="false">1057568@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Can someone make this work better?
&#60;/p&#62;</description>
</item>
<item>
<title>illutic on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1041401</link>
<pubDate>Thu, 09 Apr 2009 14:17:54 +0000</pubDate>
<dc:creator>illutic</dc:creator>
<guid isPermaLink="false">1041401@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Btw, I tried it in FF3, Safari and IE7 (all winvista) but it doesn't work for me. Also tried the edit mentioned in a few posts back, but that didn't solve it either..&#60;br /&#62;
A shame, because this is exactly what my client wants..
&#60;/p&#62;</description>
</item>
<item>
<title>illutic on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1041176</link>
<pubDate>Thu, 09 Apr 2009 08:11:38 +0000</pubDate>
<dc:creator>illutic</dc:creator>
<guid isPermaLink="false">1041176@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@abelcreative: as it says on the &#60;a href=&#34;http://www.findableblogs.com/plugins/wysiwyg-text-widget/&#34;&#62;author's plugin page&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;strong&#62;Known issues&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;The plugin doesn’t work (on the admin end) in Google Chrome&#60;/li&#62;
&#60;li&#62;The widget is a bit odd in Firefox. There’s sometimes an intermediate page that shows when you edit a widget, and you might have to click the “Visual” link to see the editor buttons. I’d like to fix these things but don’t have time at the moment (new baby = no time!).&#60;/li&#62;
&#60;/ul&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>abelcreative on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1039354</link>
<pubDate>Tue, 07 Apr 2009 15:36:47 +0000</pubDate>
<dc:creator>abelcreative</dc:creator>
<guid isPermaLink="false">1039354@http://wordpress.org/support/</guid>
<description>&#60;p&#62;boy, I tried this with no luck - I'm on FF3/Mac - maybe that's the problem?
&#60;/p&#62;</description>
</item>
<item>
<title>mael on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1022424</link>
<pubDate>Sat, 21 Mar 2009 17:23:47 +0000</pubDate>
<dc:creator>mael</dc:creator>
<guid isPermaLink="false">1022424@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It worked for me.&#60;br /&#62;
Nice tip !&#60;br /&#62;
Did you send this to the plugin author ?
&#60;/p&#62;</description>
</item>
<item>
<title>technopreneur on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1016566</link>
<pubDate>Sun, 15 Mar 2009 21:09:22 +0000</pubDate>
<dc:creator>technopreneur</dc:creator>
<guid isPermaLink="false">1016566@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i tried it in wordpress 2.7.1 &#60;/p&#62;
&#60;p&#62;it worked for me after making some changes to the wysiwyg-text-widget.php&#60;/p&#62;
&#60;p&#62;// orig function at line ~ 115&#60;br /&#62;
function widget_wys_text_init()&#60;br /&#62;
{&#60;br /&#62;
	wp_enqueue_script('editor');&#60;br /&#62;
	wp_enqueue_script('editor_functions');&#60;br /&#62;
	wp_enqueue_script('quicktags');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;edited//&#60;br /&#62;
function widget_wys_text_init()&#60;br /&#62;
{&#60;br /&#62;
   wp_admin_css( 'thickbox' );&#60;br /&#62;
   add_thickbox();&#60;br /&#62;
   wp_enqueue_script('editor');&#60;br /&#62;
   wp_enqueue_script('editor_functions');&#60;br /&#62;
   wp_enqueue_script('quicktags');&#60;br /&#62;
   wp_enqueue_script('media-upload');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I hope it will work for you guys also
&#60;/p&#62;</description>
</item>
<item>
<title>jayroh on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-1005677</link>
<pubDate>Wed, 04 Mar 2009 22:28:51 +0000</pubDate>
<dc:creator>jayroh</dc:creator>
<guid isPermaLink="false">1005677@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Same here. looks like it should be opening via a lightbox or modal window of some sort, instead it's a full request to a new page.
&#60;/p&#62;</description>
</item>
<item>
<title>mkmedia on "[Plugin: WYSIWYG Text Widget] doesn't work in 2.71"</title>
<link>http://wordpress.org/support/topic/242624#post-982335</link>
<pubDate>Wed, 11 Feb 2009 08:02:22 +0000</pubDate>
<dc:creator>mkmedia</dc:creator>
<guid isPermaLink="false">982335@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've installed the plugin, I've tried to use it, but I get an error message (can still use it though)... but I can't include any media at all. I get redirected to a white page!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/wysiwyg-text-widget/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wysiwyg-text-widget/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
