<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://drupaltaiwan.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Drupal Taiwan 正體中文支援站 - 過濾器/編輯器 - 回應</title>
 <link>http://drupaltaiwan.org/taxonomy/term/321</link>
 <description>Comments for &quot;過濾器/編輯器&quot;</description>
 <language>zh-hant</language>
<item>
 <title>Re: nicEdit WYSIWIG Editor</title>
 <link>http://drupaltaiwan.org/module/nicedit_wysiwig_editor#comment-8262</link>
 <description>&lt;p&gt;雖然我覺得這個感覺滿好的&lt;br /&gt;
但這個模組作者已經快1年沒更新了&lt;br /&gt;
而且有一些問題&lt;br /&gt;
主要還是模組的bug沒人處理&lt;/p&gt;
</description>
 <pubDate>Wed, 22 Oct 2008 02:08:56 +0800</pubDate>
 <dc:creator>skchen</dc:creator>
 <guid isPermaLink="false">comment 8262 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-8232</link>
 <description>&lt;p&gt;Filtered HTML 要加上 code ?&lt;/p&gt;
</description>
 <pubDate>Mon, 20 Oct 2008 09:53:53 +0800</pubDate>
 <dc:creator>charlesc</dc:creator>
 <guid isPermaLink="false">comment 8232 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: </title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-8222</link>
 <description>&lt;p&gt;請問BUEditor使用 [code] 這樣的標籤只要直接輸入就ok了嗎？&lt;br /&gt;
還是要做額外的設定？才能跟現在這個回文的功能一樣！&lt;br /&gt;
我今天剛裝了TinyMCE，怎麼設定都沒辦法，整個畫面也很怪&lt;br /&gt;
發佈文章時，游標還預設置中Orz&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;我要用BUEditor，有這個code功能！&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;我有裝GESHI，下載BUEditor裝好後也新增了[code]這個按鈕&lt;br /&gt;
內容也照 strong 那個寫法填好了&lt;br /&gt;
還是沒有code的效果&amp;gt;&quot;&amp;lt;我漏了哪邊要設定嗎?&lt;/p&gt;
</description>
 <pubDate>Sat, 18 Oct 2008 01:48:28 +0800</pubDate>
 <dc:creator>ralse</dc:creator>
 <guid isPermaLink="false">comment 8222 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: </title>
 <link>http://drupaltaiwan.org/module/tinymce_wysiwyg_editor#comment-7950</link>
 <description>&lt;p&gt;在drupal 6.4中安裝了tinymceh和TinyMCE WYSIWYG Editor後，打算create a new profile.時，出來幾行字：&lt;br /&gt;
You will not be allowed to create a new profile since all user roles have already been assigned profiles. Either remove an existing tinymce profile from at least one role or assign another role the &#039;access tinymce&#039; permission.&lt;br /&gt;
warning: Invalid argument supplied for foreach() in C:\AppServ\www\drupal-6.4\includes\form.inc on line 1189.&lt;br /&gt;
查了1185至1195行如下：&lt;br /&gt;
function form_type_checkboxes_value($form, $edit = FALSE) {&lt;br /&gt;
  if ($edit === FALSE) {&lt;br /&gt;
    $value = array();&lt;br /&gt;
    $form += array(&#039;#default_value&#039; =&amp;gt; array());&lt;br /&gt;
    foreach ($form[&#039;#default_value&#039;] as $key) {&lt;br /&gt;
      $value[$key] = 1;&lt;br /&gt;
    }&lt;br /&gt;
    return $value;&lt;br /&gt;
  }&lt;br /&gt;
  elseif (!isset($edit)) {&lt;br /&gt;
    return array();&lt;br /&gt;
請問應怎樣解決？&lt;/p&gt;
</description>
 <pubDate>Fri, 03 Oct 2008 01:46:20 +0800</pubDate>
 <dc:creator>AACC88</dc:creator>
 <guid isPermaLink="false">comment 7950 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-6455</link>
 <description>&lt;p&gt;讚！&lt;/p&gt;
</description>
 <pubDate>Mon, 12 May 2008 22:51:33 +0800</pubDate>
 <dc:creator>charlesc</dc:creator>
 <guid isPermaLink="false">comment 6455 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-6452</link>
 <description>&lt;p&gt;用下面這段 code 來增加選擇字體顏色 ( font color ) 的按鈕吧~&lt;/p&gt;
&lt;p&gt;js:&lt;br /&gt;
var form = [&lt;br /&gt;
{name: &#039;style&#039;, title: &#039;Font color&#039;, type: &#039;select&#039;, options: {&#039;&#039;: &#039;&#039;, &#039;color:red;&#039;: &#039;red&#039;, &#039;color:blue;&#039;: &#039;blue&#039;, &#039;color:green;&#039;: &#039;green&#039;}},&lt;br /&gt;
];&lt;br /&gt;
eDefTagDialog(&#039;span&#039;, form, &#039;Font color&#039;, &#039;Ok&#039;);&lt;/p&gt;
</description>
 <pubDate>Mon, 12 May 2008 05:01:41 +0800</pubDate>
 <dc:creator>Hipfox</dc:creator>
 <guid isPermaLink="false">comment 6452 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-6451</link>
 <description>&lt;p&gt;有點不太可以！&lt;br /&gt;
因為 The font element is not supported in XHTML 1.0 Strict DTD.&lt;br /&gt;
必須使用 style 代替 font 標籤。&lt;/p&gt;
&lt;p&gt;但是支援 Drupal 6.x 版本的 BUEditor 可以達成，見 ( &lt;a href=&quot;http://ufku.com/drupal/bueditor/tips&quot; title=&quot;http://ufku.com/drupal/bueditor/tips&quot;&gt;http://ufku.com/drupal/bueditor/tips&lt;/a&gt; ) 其中 6.x specific 的部分。&lt;/p&gt;
</description>
 <pubDate>Mon, 12 May 2008 04:28:35 +0800</pubDate>
 <dc:creator>Hipfox</dc:creator>
 <guid isPermaLink="false">comment 6451 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-6450</link>
 <description>&lt;p&gt;才剛禱告玩就靈驗～&lt;br /&gt;
才剛認識 Drupal 我看我就離不開她了！&lt;/p&gt;
</description>
 <pubDate>Mon, 12 May 2008 01:46:58 +0800</pubDate>
 <dc:creator>Chef</dc:creator>
 <guid isPermaLink="false">comment 6450 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-6445</link>
 <description>&lt;p&gt;神奇的事情發生了：&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/245309&quot; title=&quot;http://drupal.org/node/245309&quot;&gt;http://drupal.org/node/245309&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;zincica - May 11, 2008 - 09:06&lt;br /&gt;&lt;br /&gt;for backgroun color:&lt;br /&gt;js:&lt;br /&gt;var form = [&lt;br /&gt;{name: &amp;#039;style&amp;#039;, title: &amp;#039;background color&amp;#039;, type: &amp;#039;select&amp;#039;, options: {&amp;#039;&amp;#039;: &amp;#039;&amp;#039;, &amp;#039;background-color:red;&amp;#039;: &amp;#039;red&amp;#039;, &amp;#039;background-color:green;&amp;#039;: &amp;#039;green&amp;#039;, &amp;#039;background-color:blue;&amp;#039;: &amp;#039;blue&amp;#039;, &amp;#039;background-color:black;&amp;#039;: &amp;#039;black&amp;#039;}},&lt;br /&gt;];&lt;br /&gt;eDefTagDialog(&amp;#039;font&amp;#039;, form, &amp;#039;Background color&amp;#039;, &amp;#039;Ok&amp;#039;);&lt;br /&gt;&lt;br /&gt;for font color:&lt;br /&gt;&lt;br /&gt;js:&lt;br /&gt;var form = [&lt;br /&gt;{name: &amp;#039;color&amp;#039;, title: &amp;#039;Font color&amp;#039;, type: &amp;#039;select&amp;#039;, options: {&amp;#039;&amp;#039;: &amp;#039;&amp;#039;, red: &amp;#039;red&amp;#039;, blue: &amp;#039;blue&amp;#039;, green: &amp;#039;green&amp;#039;}},&lt;br /&gt;];&lt;br /&gt;eDefTagDialog(&amp;#039;font&amp;#039;, form, &amp;#039;Fon color&amp;#039;, &amp;#039;Ok&amp;#039;);&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 11 May 2008 23:51:04 +0800</pubDate>
 <dc:creator>charlesc</dc:creator>
 <guid isPermaLink="false">comment 6445 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-6435</link>
 <description>&lt;p&gt;真的蠻期待顏色語法的補強儘早出現。&lt;br /&gt;
此外，也支援 6.x 了！&lt;/p&gt;
</description>
 <pubDate>Sat, 10 May 2008 00:57:58 +0800</pubDate>
 <dc:creator>Chef</dc:creator>
 <guid isPermaLink="false">comment 6435 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: TinyMCE WYSIWYG Editor</title>
 <link>http://drupaltaiwan.org/module/tinymce_wysiwyg_editor#comment-6342</link>
 <description>&lt;p&gt;謝謝~感謝各位大哥的解釋~&lt;br /&gt;
問題已經解決嚕~^^&lt;br /&gt;
◎雖然只是個新手  但要勇往直前◎&lt;/p&gt;
</description>
 <pubDate>Fri, 25 Apr 2008 02:41:52 +0800</pubDate>
 <dc:creator>Amy</dc:creator>
 <guid isPermaLink="false">comment 6342 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: </title>
 <link>http://drupaltaiwan.org/module/tinymce_wysiwyg_editor#comment-5261</link>
 <description>&lt;p&gt;呵...我喔...是因為作業啦...我想做一個社群網站&lt;br /&gt;
不過我是想說~自己再摸摸看一些不一樣的模組...&lt;br /&gt;
但是我的英文...很破&amp;gt;&quot;&amp;lt;&lt;br /&gt;
所以只好求助於各位大哥了...&lt;br /&gt;
真希望各位可以給我一些指教^^&lt;br /&gt;
先謝謝各位大哥嚕^^&lt;br /&gt;
◎雖然只是個新手 但要勇往直前◎&lt;/p&gt;
</description>
 <pubDate>Fri, 25 Apr 2008 02:39:52 +0800</pubDate>
 <dc:creator>Amy</dc:creator>
 <guid isPermaLink="false">comment 5261 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: </title>
 <link>http://drupaltaiwan.org/module/tinymce_wysiwyg_editor#comment-6316</link>
 <description>&lt;p&gt;幾個分享。&lt;br /&gt;
1. 阿舍的中文語系&lt;br /&gt;
這可不是.po，因為tinyMCE需要用到第三方模組，這是此模組的語系檔。請到&lt;br /&gt;
&lt;a href=&quot;http://drupal.soa.tw/&quot; title=&quot;http://drupal.soa.tw/&quot;&gt;http://drupal.soa.tw/&lt;/a&gt;&lt;br /&gt;
尋找，順便感謝阿舍的辛勞。&lt;br /&gt;
2. 調整過的themes&lt;br /&gt;
同樣的，這可不是drupal的版型！這個css是tinyMCE用的。因應中文字型稍做更改，讓跳出的視窗好看些。&lt;br /&gt;
請解壓縮後放到&lt;br /&gt;
sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/themes/advanced/skins/default&lt;/p&gt;
</description>
 <pubDate>Tue, 22 Apr 2008 17:03:59 +0800</pubDate>
 <dc:creator>annting</dc:creator>
 <guid isPermaLink="false">comment 6316 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-5732</link>
 <description>&lt;p&gt;我也想要改變字體顏色的語法……&lt;br /&gt;
謝謝！&lt;/p&gt;
</description>
 <pubDate>Mon, 11 Feb 2008 15:32:16 +0800</pubDate>
 <dc:creator>rhlan</dc:creator>
 <guid isPermaLink="false">comment 5732 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: BUEditor</title>
 <link>http://drupaltaiwan.org/module/bueditor#comment-5685</link>
 <description>&lt;p&gt;誰可以分享使用這個模組新增&#039;&#039;改變顏色&#039;&#039;的語法? 讓我可以新增這個功能^^ 謝謝大家&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jan 2008 14:47:46 +0800</pubDate>
 <dc:creator>hsiang</dc:creator>
 <guid isPermaLink="false">comment 5685 at http://drupaltaiwan.org</guid>
</item>
</channel>
</rss>
