<?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 正體中文支援站 - 5.x - 回應</title>
 <link>http://drupaltaiwan.org/taxonomy/term/172</link>
 <description>Comments for &quot;5.x&quot;</description>
 <language>zh-hant</language>
<item>
 <title>Re: ShowTV</title>
 <link>http://drupaltaiwan.org/forum/20081107/2756#comment-8697</link>
 <description>&lt;p&gt;這個板好看很多喔！&lt;br /&gt;
--&lt;br /&gt;
&lt;a href=&quot;http://jimmyhub.net&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://jimmyhub.net/files/images/mylogo01_0.square.jpg&quot; title=&quot;jimmy&amp;#039;s portfolio&quot; align=&quot;absmiddle&quot; /&gt;&lt;/a&gt; from open mind to open source~&lt;/p&gt;
</description>
 <pubDate>Thu, 20 Nov 2008 17:28:41 +0800</pubDate>
 <dc:creator>jimmy</dc:creator>
 <guid isPermaLink="false">comment 8697 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: ShowTV</title>
 <link>http://drupaltaiwan.org/forum/20081107/2756#comment-8696</link>
 <description>&lt;p&gt;整個版都改掉了=  =...&lt;/p&gt;
&lt;p&gt;改的更簡單一點^^&lt;/p&gt;
</description>
 <pubDate>Thu, 20 Nov 2008 17:13:01 +0800</pubDate>
 <dc:creator>Oscar0410</dc:creator>
 <guid isPermaLink="false">comment 8696 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: tinymce/fckeditor  這兩個，我都遇到了同樣的問題，圖片不能顯示</title>
 <link>http://drupaltaiwan.org/forum/20070118/797#comment-8688</link>
 <description>&lt;p&gt;感謝大家...我也遇到同樣的問題&lt;br /&gt;
弄了半天 竟然是因為這個input filter&lt;br /&gt;
天啊&amp;gt;&amp;lt;&lt;br /&gt;
謝謝大家提供意見 不然我快昏了............@@&lt;/p&gt;
</description>
 <pubDate>Tue, 18 Nov 2008 23:55:46 +0800</pubDate>
 <dc:creator>klear302</dc:creator>
 <guid isPermaLink="false">comment 8688 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: 多層下拉式選單</title>
 <link>http://drupaltaiwan.org/forum/20081117/2791#comment-8687</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/nice_menus&quot; title=&quot;http://drupal.org/project/nice_menus&quot;&gt;http://drupal.org/project/nice_menus&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;不知這個模組對你有沒有用？&lt;/p&gt;
</description>
 <pubDate>Tue, 18 Nov 2008 17:00:25 +0800</pubDate>
 <dc:creator>nikitac</dc:creator>
 <guid isPermaLink="false">comment 8687 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: 用cck建立流水號問題</title>
 <link>http://drupaltaiwan.org/forum/20081114/2782#comment-8686</link>
 <description>&lt;p&gt;1. Computed Code&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$node_field&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;value&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;] = &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;prefix&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;2. Display Format&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$display &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;prefix&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$node_field_item&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;value&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;];&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;方法一, 寫入MYSQL&lt;br /&gt;
方法二, 輸出時才加上PREFIX&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 22:21:36 +0800</pubDate>
 <dc:creator>Kay.L</dc:creator>
 <guid isPermaLink="false">comment 8686 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: 用cck建立流水號問題</title>
 <link>http://drupaltaiwan.org/forum/20081114/2782#comment-8685</link>
 <description>&lt;p&gt;我不知道這是不是原程式的bug,我有設定前綴字輸出的結果卻沒出現,是不是還要在Display Format欄位加入哪個參數?&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 21:52:09 +0800</pubDate>
 <dc:creator>dionysian</dc:creator>
 <guid isPermaLink="false">comment 8685 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: Win2003的IIS 設定PHP問題</title>
 <link>http://drupaltaiwan.org/forum/20081108/2759#comment-8684</link>
 <description>&lt;p&gt;Thank you!&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 18:58:12 +0800</pubDate>
 <dc:creator>bouguereau</dc:creator>
 <guid isPermaLink="false">comment 8684 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: members問題</title>
 <link>http://drupaltaiwan.org/forum/20081114/2783#comment-8683</link>
 <description>&lt;p&gt;感激&lt;br /&gt;
問題已經解決了謝謝!&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 14:23:06 +0800</pubDate>
 <dc:creator>hugh77417</dc:creator>
 <guid isPermaLink="false">comment 8683 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: 使用者註冊問題</title>
 <link>http://drupaltaiwan.org/forum/20080923/2542#comment-8680</link>
 <description>&lt;p&gt;D5 和 D6 是不同的&lt;br /&gt;
D5 是另外使用一個 table (下面有提到的 sequences) 來記錄已經產生的 ID&lt;br /&gt;
所以在 D5 底下 table 是不會設定 AUTO_INCREMENT 的&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 09:37:25 +0800</pubDate>
 <dc:creator>hom</dc:creator>
 <guid isPermaLink="false">comment 8680 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: 用cck建立流水號問題</title>
 <link>http://drupaltaiwan.org/forum/20081114/2782#comment-8679</link>
 <description>&lt;p&gt;在原文修正了一下, 應該沒問題了&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 03:21:44 +0800</pubDate>
 <dc:creator>Kay.L</dc:creator>
 <guid isPermaLink="false">comment 8679 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: </title>
 <link>http://drupaltaiwan.org/forum/20081114/2782#comment-8676</link>
 <description>&lt;p&gt;這個CCK模組可以幫你:&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/computed_field&quot; title=&quot;http://drupal.org/project/computed_field&quot;&gt;http://drupal.org/project/computed_field&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;基本模組安裝後, 增加一個Computed field,&lt;br /&gt;
然後最重要是在Computed Code填入: &lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (!empty(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$node_field&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;value&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;])) {&lt;br /&gt;return &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$node_field&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;value&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;];&lt;br /&gt;}&lt;br /&gt;else { &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// $count 隨自己喜歡取一個名, 但緊記修改一致性&lt;br /&gt;// cck_auto_increment&amp;nbsp; 同上&lt;br /&gt;// variable_get 是取用了variable table, 如果在variable table 中沒有cck_auto_increment就預設為0, 並加上1.&lt;br /&gt;// http://api.drupal.org/api/function/variable_get/6&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$count &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;variable_get&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;cck_auto_increment&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) + &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// 設定這個variable&lt;br /&gt;// http://api.drupal.org/api/function/variable_set/6&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;variable_set&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;cck_auto_increment&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// 將這個field的值自己填上流水號&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$node_field&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;value&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;] = &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;其他選項按自己喜好/需要填填就好 (README有詳細解說)&lt;/p&gt;
&lt;p&gt;如果不用上面方法, 可以自己在Computed Code寫一寫SQL及PHP去處理&lt;/p&gt;
&lt;p&gt;*(我在D6 測試, 但應該D5沒問題)&lt;br /&gt;
完結&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 03:20:37 +0800</pubDate>
 <dc:creator>Kay.L</dc:creator>
 <guid isPermaLink="false">comment 8676 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: 用cck建立流水號問題</title>
 <link>http://drupaltaiwan.org/forum/20081114/2782#comment-8678</link>
 <description>&lt;p&gt;我試用了一下,發現只要重新編輯原有的資料那個流水號會自動更新為新的號碼,要如何才能使流水號在更新資料時不會變動?&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Nov 2008 02:11:39 +0800</pubDate>
 <dc:creator>dionysian</dc:creator>
 <guid isPermaLink="false">comment 8678 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: 用cck建立流水號問題</title>
 <link>http://drupaltaiwan.org/forum/20081114/2782#comment-8673</link>
 <description>&lt;p&gt;+1&lt;/p&gt;
</description>
 <pubDate>Sun, 16 Nov 2008 19:40:04 +0800</pubDate>
 <dc:creator>charlesc</dc:creator>
 <guid isPermaLink="false">comment 8673 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: members問題</title>
 <link>http://drupaltaiwan.org/forum/20081114/2783#comment-8671</link>
 <description>&lt;p&gt;找看看那個欄位是否有顯示格式的設定，例如 default, input format, plain text 等等~~&lt;/p&gt;
</description>
 <pubDate>Sun, 16 Nov 2008 19:34:25 +0800</pubDate>
 <dc:creator>charlesc</dc:creator>
 <guid isPermaLink="false">comment 8671 at http://drupaltaiwan.org</guid>
</item>
<item>
 <title>Re: [徵才] Drupal 開發人員</title>
 <link>http://drupaltaiwan.org/forum/20081113/2780#comment-8667</link>
 <description>&lt;p&gt;歡迎把 Drupal 案例放到 &lt;a href=&quot;http://drupaltaiwan.org/forum/3&quot; title=&quot;http://drupaltaiwan.org/forum/3&quot;&gt;http://drupaltaiwan.org/forum/3&lt;/a&gt; :)&lt;/p&gt;
</description>
 <pubDate>Sun, 16 Nov 2008 19:28:02 +0800</pubDate>
 <dc:creator>charlesc</dc:creator>
 <guid isPermaLink="false">comment 8667 at http://drupaltaiwan.org</guid>
</item>
</channel>
</rss>
