LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: kochlin 於 十一月 24, 2005, 11:00:20 上午



主題: 急問!!請教一下迴響的"發表"鈕不見了
作者: kochlin十一月 24, 2005, 11:00:20 上午
急問!!請教一下迴響的"發表"鈕不見了  :'(
在下安裝很多次的Plog大多Ok
此次在FC4下安裝,在測試時發生了"發表"鈕不見了 ,無法迴響!!!
1.comments_enabled -->yes
2.發表新文章--啟用迴響--->打勾
3.所有的模版均無法看見"發表"鈕!!!!
請問還要改那裡????  :-S
http://ms1.cajh.chc.edu.tw/plog/post/2/8



主題: Re: 急問!!請教一下迴響的"發表"鈕不見了
作者: markwu十一月 24, 2005, 11:19:59 上午
這樣太含糊了!

我查了你的網頁,裡面的確沒有 submit 的 icon,唯一的可能是你改過模版。

你可能要想一下你是否加了什麼  plugin,修改過模版。

另外,你說『所有模版』都看不到迴響的按鈕,你確定嗎?你有重裝過模版測試嗎?

Mark


主題: Re: 急問!!請教一下迴響的"發表"鈕不見了
作者: lss十一月 24, 2005, 12:24:49 下午
我看到你的樣版檔 commentform.template 裡面有 AuthImage 外掛的樣版碼。

可能是這個外掛造成的問題。若你有安裝他,試著先移除,然後把這段樣版代碼也刪掉。先確認看看是不是它造成的問題。
引用
<form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
  <p>
   <strong>{$locale->pr("comment_topic")}</strong><br/><input type="text" name="commentTopic" value=""/><br/>
   <strong>{$locale->pr("comment_text")}</strong><br/><textarea rows="10" cols="50" name="commentText"></textarea><br/>
   <strong>{$locale->pr("comment_username")}</strong><br/> <input type="text" name="userName" value=""/><br/>
   <strong>{$locale->pr("comment_email")}</strong><br/> <input type="text" name="userEmail" value=""/><br/>
   <strong>{$locale->pr("comment_url")}</strong><br/> <input type="text" name="userUrl" value=""/><br/><br/>

{if $authimage->isEnabled()}
<div><label for="authImage"></label><input type="text" name="authImage" id="authImage" value="" /> 請輸入:&nbsp;{$authimage->show()}</div>
{/if}


   <input type="submit" value="{$locale->pr("comment_send")}" name="Add"/><br/><br/>
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>
   <input type="hidden" name="parentId" value="{$parentId}"/>
  </p>
  </form>
像 mark 說的,你提出問題,要把你做過的,改過的部份寫出來,我們不是神仙,不見得能猜得到。更何況,猜了還不一定對,浪費你我的時間。


主題: Re: 急問!!請教一下迴響的"發表"鈕不見了
作者: kochlin十一月 24, 2005, 12:49:14 下午
錯誤訊息
[client 172.20.2.11] PHP Notice:  Undefined offset:  29 in /var/www/html/plog/class/data/plogcalendar.class.php on line 92, referer: http://ms1.cajh.chc.edu.tw/plog/1
[client 172.20.2.11] PHP Notice:  Undefined offset:  30 in /var/www/html/plog/class/data/plogcalendar.class.php on line 92, referer: http://ms1.cajh.chc.edu.tw/plog/1
[client 172.20.2.11] PHP Fatal error:  Call to a member function isEnabled() on a non-object in /var/www/html/plog/tmp/1/%%128^%%1288999244^commentform.template.php on line 15, referer: http://ms1.cajh.chc.edu.tw/plog/1

-------------------------------------------------------------------------------------------------------------------------
1.外掛完全未掛上
2.試過了4個模版,結果均一樣  :-(


主題: Re: 急問!!請教一下迴響的"發表"鈕不見了
作者: lss十一月 24, 2005, 12:58:27 下午
錯誤訊息
[client 172.20.2.11] PHP Notice:  Undefined offset:  29 in /var/www/html/plog/class/data/plogcalendar.class.php on line 92, referer: http://ms1.cajh.chc.edu.tw/plog/1
[client 172.20.2.11] PHP Notice:  Undefined offset:  30 in /var/www/html/plog/class/data/plogcalendar.class.php on line 92, referer: http://ms1.cajh.chc.edu.tw/plog/1
[client 172.20.2.11] PHP Fatal error:  Call to a member function isEnabled() on a non-object in /var/www/html/plog/tmp/1/%%128^%%1288999244^commentform.template.php on line 15, referer: http://ms1.cajh.chc.edu.tw/plog/1

-------------------------------------------------------------------------------------------------------------------------
1.外掛完全未掛上
2.試過了4個模版,結果均一樣  :-(
不是告訴你了嗎?把那一段 authimage 外掛的樣版碼刪除掉?你有做了嗎?因為你沒有裝 authimage 外掛,但是在樣版裡面使用他,錯誤訊息就出現了。

另外,你試過了 4 個模版,是那 4 個?把他們列出來吧!如果真是模版有問題,我們可以通知作者修改後更新,這樣才不會讓其他人遇到相同的問題。

難道真的 4 個都有問題?你運氣真不好。


主題: Re: 急問!!請教一下迴響的"發表"鈕不見了
作者: kochlin十一月 24, 2005, 01:04:26 下午
解決了  :-D

麻煩了 lss、 Mark 先生

1.我從安裝好的網站下載,蓋住了初始程式
2.所以來源會要求"autoImages"到底有沒有外掛,但我新安裝,所以"外掛"全未掛上,以致錯誤
3.現在補上autoImages就恢復了

謝謝二位