歡迎光臨, 訪客. 請先 登入註冊一個帳號.
四月 20, 2024, 01:26:04 上午
19595 文章 在 3865 主題 由 4580 會員
最新註冊會員: aa123aa1
LifeType 中文開發論壇  |  開發  |  外掛程式  |  [求教]安装authimage插件的问题 « 上篇主題 下篇主題 »
頁: [1]
作者 主題: [求教]安装authimage插件的问题  (閱讀 8736 次)
zidon
新手見習
*
文章: 7


檢視個人資料
« 於: 三月 01, 2006, 08:23:28 下午 »

安装authimage插件,有报错,还请方家指点一二,参看页面http://www.lvwo.com/blog/index.php?op=ViewArticle&articleId=1425&blogId=11
已記錄
bibicall
LifeType 中文發展團隊
超級會員
*****
文章: 640


我是豬老大


檢視個人資料 個人網站
« 回覆文章 #1 於: 三月 01, 2006, 08:43:08 下午 »

請先閱讀
http://forum.lifetype.org.tw/index.php?topic=2.0
光有連結,不知道你的OS、你的資料庫版本、或是你做了哪些修改
這樣很難幫你解決問題,因為很難猜你的問題出在哪

我猜是你加在commentform的代碼有錯
你方便說明一下你的安裝過程嗎?
« 最後編輯時間: 三月 01, 2006, 08:45:49 下午 由 bibicall » 已記錄

我的虛擬主機基本資料如下
Operating system: Linux
Apache version: 1.3.37
PHP version: 4.4.4
MySQL version: 4.1.21-standard
lss
我不是被~拉~~出來的,不要叫我大大!
總版主
超級會員
*****
文章: 1511



檢視個人資料 個人網站
« 回覆文章 #2 於: 三月 01, 2006, 08:58:39 下午 »

hi zidon:

iis 幫你把樣版檔藏起來了,請你把 commentform.template 貼出來吧。

建議你再檢查一下加到 commentform.template 裡的樣版代碼,可能是有拼字錯誤或複製貼上時漏了/多了什麼造成的。

或者,你再確定一下 authimage plugin 有沒有安裝成功。

lss
已記錄

沒找過 常見問題集或不知道 如何在 LifeType 中文開發論壇發問的人,恕不回答問題
zidon
新手見習
*
文章: 7


檢視個人資料
« 回覆文章 #3 於: 三月 05, 2006, 08:55:21 下午 »

感谢两位的指教,附comentform文件代码如下
程式碼:
 <div class="comments-body">
  <form name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
   <div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
<label for="author">{$locale->tr("comment_username")}:</label><br />
<input tabindex="2" id="author" name="userName" /><br /><br />
<label for="email">{$locale->tr("comment_email")}:</label><br />
<input tabindex="3" id="email" name="userEmail" /><br /><br />
<label for="url">{$locale->tr("comment_url")}:</label><br />
<input tabindex="4" id="url" name="userUrl" /><br /><br />
{if $authimage->isEnabled()}
<div><label for="authImage">AuthImage</label><input type="text" name="authImage" id="authImage" value="" />&nbsp;{$authimage->show()}</div>
{/if}
  </div>
  <div>
  <label for="text">{$locale->tr("add_comment")}:</label><br />
  <div id="toolbar">
   <img class="button" onMouseOver="mouseover(this);"  onMouseOut="mouseout(this);"
        onMouseDown="mousedown(this);" onMouseUp="mouseup(this);" onClick="wrapSelection(document.comments_form.commentText, 'b');"
        src="{$url->getUrl("/templates/black/bold.gif")}" width="16" height="16" align="middle" alt="Bold" />
   <img class="button" onMouseOver="mouseover(this);" onMouseOut="mouseout(this);" onMouseDown="mousedown(this);"
        onMouseUp="mouseup(this);" onClick="wrapSelection(document.comments_form.commentText, 'i');" src="{$url->getUrl("/templates/black/italic.gif")}"
        width="16" height="16" align="middle" alt="Italic" />
   <img class="button" onMouseOver="mouseover(this);" onMouseOut="mouseout(this);" onmousedown="mousedown(this);"
        onmouseup="mouseup(this);" onclick="insertLink(document.comments_form.commentText);" src="{$url->getUrl("/templates/black/link.gif")}"
        width="16" height="16" align="middle"  alt="Link" />
  </div> 
  <textarea tabindex="5" id="text" name="commentText" rows="10" cols="50"></textarea><br /><br />
  <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;{$locale->tr("comment_send")}&nbsp;" /><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}"/>
  </div>
  </form>
</div>
已記錄
zidon
新手見習
*
文章: 7


檢視個人資料
« 回覆文章 #4 於: 三月 05, 2006, 09:02:07 下午 »

另,blog后台“控制中心”下面已经存在了:

防制垃圾干擾管理
回响隐藏字段设定
引用網址驗證設定
已記錄
頁: [1]
LifeType 中文開發論壇  |  開發  |  外掛程式  |  [求教]安装authimage插件的问题 « 上篇主題 下篇主題 »
    前往: