安裝了fckeditor,已設置好權限,在drupal 提供的theme, 在textarea 可以用到fckeditor 但當我設換到自己的theme 時,fckeditor 就沒有顯示出來(只顯示普通的textarea) 在自己的theme 下顯示不到fckeditor 在garland theme 下可以顯示到fckeditor 請問是什麼問題? 版型/Themes 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 除了自己的,別的 theme也會嗎? 如果不會,那就檢查一下自己theme -- from open mind to open source~ 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 研究了一整天...........原來要在template 尾要加入這句<?php print $closure ?> 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 不好意思..請問這句語法是要加在..template裡面的 template.php嗎.. 因為我也加上這句語法...但是卻沒有改變.. 我也是在用自訂的theme無法使用fckeditor 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 在版型內的 page.tpl.php 必須在結尾的部份輸出 $closure . . . . <?php print $closure ?> 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 hom不好意思問你一下哦。像我的版型有輸出<?php print $closure ?> 然後也有指定好權限,原本昨天啊fckeditor還能運作,結果今天都顯示不出來編輯器說! 謝謝你哦 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 hom不好意思~我找到問題了!>w< 覺得drupal不好上手~唉~加油了~~ >w<… 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 感謝...hom...我解決這個問題了! 非常感謝你.. 發表回應前,請先登入或註冊 Re: fckeditor 在自訂的theme, textarea顯示不到出來 樓上的大大,可以分享您是怎麼找出問題的嗎??? 小弟的情形也是像您一樣說...可以拜託您指點一下嗎... 還有現在在回應的這個所見即所得是什麼模組名稱呢?? 謝謝各位大大指點~~ 發表回應前,請先登入或註冊
Re: fckeditor 在自訂的theme, textarea顯示不到出來 除了自己的,別的 theme也會嗎? 如果不會,那就檢查一下自己theme -- from open mind to open source~ 發表回應前,請先登入或註冊
Re: fckeditor 在自訂的theme, textarea顯示不到出來 研究了一整天...........原來要在template 尾要加入這句<?php print $closure ?> 發表回應前,請先登入或註冊
Re: fckeditor 在自訂的theme, textarea顯示不到出來 不好意思..請問這句語法是要加在..template裡面的 template.php嗎.. 因為我也加上這句語法...但是卻沒有改變.. 我也是在用自訂的theme無法使用fckeditor 發表回應前,請先登入或註冊
Re: fckeditor 在自訂的theme, textarea顯示不到出來 在版型內的 page.tpl.php 必須在結尾的部份輸出 $closure . . . . <?php print $closure ?> 發表回應前,請先登入或註冊
Re: fckeditor 在自訂的theme, textarea顯示不到出來 hom不好意思問你一下哦。像我的版型有輸出<?php print $closure ?> 然後也有指定好權限,原本昨天啊fckeditor還能運作,結果今天都顯示不出來編輯器說! 謝謝你哦 發表回應前,請先登入或註冊
Re: fckeditor 在自訂的theme, textarea顯示不到出來 樓上的大大,可以分享您是怎麼找出問題的嗎??? 小弟的情形也是像您一樣說...可以拜託您指點一下嗎... 還有現在在回應的這個所見即所得是什麼模組名稱呢?? 謝謝各位大大指點~~ 發表回應前,請先登入或註冊
Re: fckeditor 在自訂的theme, textarea顯示不到出來
除了自己的,別的 theme也會嗎?
如果不會,那就檢查一下自己theme
--
from open mind to open source~
Re: fckeditor 在自訂的theme, textarea顯示不到出來
研究了一整天...........原來要在template 尾要加入這句
<?php print $closure ?>
Re: fckeditor 在自訂的theme, textarea顯示不到出來
不好意思..請問這句語法是要加在..template裡面的 template.php嗎..
因為我也加上這句語法...但是卻沒有改變..
我也是在用自訂的theme無法使用fckeditor
Re: fckeditor 在自訂的theme, textarea顯示不到出來
在版型內的 page.tpl.php
必須在結尾的部份輸出 $closure
.
.
.
.
<?php print $closure ?>
Re: fckeditor 在自訂的theme, textarea顯示不到出來
hom不好意思問你一下哦。像我的版型有輸出<?php print $closure ?>
然後也有指定好權限,原本昨天啊fckeditor還能運作,結果今天都顯示不出來編輯器說!
謝謝你哦
Re: fckeditor 在自訂的theme, textarea顯示不到出來
hom不好意思~我找到問題了!>w<
覺得drupal不好上手~唉~加油了~~ >w<…
Re: fckeditor 在自訂的theme, textarea顯示不到出來
感謝...hom...我解決這個問題了!
非常感謝你..
Re: fckeditor 在自訂的theme, textarea顯示不到出來
樓上的大大,可以分享您是怎麼找出問題的嗎???
小弟的情形也是像您一樣說...可以拜託您指點一下嗎...
還有現在在回應的這個所見即所得是什麼模組名稱呢??
謝謝各位大大指點~~