comment

ajax comment

一直想不明白drupal 的comment 為什麼沒有ajax 提交的功能
下手做才發覺comment.module 的 API 很難用
勉強做了個可以提交的ajax, 但preview 卻沒有ajax
高手交流一下?

點管理→回應後會有錯誤

我在管理中點選回應都會出現以下的錯誤

在/home/web/donet/drupal/modules/user.module的第352行: array_keys(): The first argument should be an array 。

 繼續閱讀 »

拿掉留言(comment)時,your name 後頭的那串 (not verified)

當有人留言時,如果他沒有登入或註冊,他在 your name 打上的名字,會在顯示時加上 ( not verified ),這對於拿 drupal 來做個人經營用,所以架起來的網站就兩三個使用者(架站者本身)來說,並不太需要這個提示,所以我把它拿來改了一下 :p

修改的前提是以不動到原來 comment 這個 module,而是透過 drupal 的 themeable node 的功能來達到的。

假設你的 theme 是使用 phptemplate(使用 smarty 的方式也差不多),在你的 theme 目錄下(ex, ~/themes/ooxx/)有個 comment.tpl.php(or comment.tpl for smarty),我在它的最一開始加上了如下的 php:

 繼續閱讀 »
RSS feed