這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

uComment

描述

This plugin adds extra features to your wordpress comment system. Features include:

  • Choose to clone comment form instead of moving it when the reply link on a comment is clicked.

  • Add new comments without refreshing the entire page using AJAX.

  • Validate the comment form with javascript before submitting.

  • Add a option for the comment auhtor to be notified whenever a reply to his comment is posted.

安裝

  1. Upload you-comment-features folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the plugin options page and choose the features you want to use

常見問題

Why the clone form options doesn’t work?

The clone form option hacks on wordpress default “moveForm” function. If you are using some plugin, theme or custom function that
will not use the default’s comment_reply_link behaviour then the clone form option will not work. Try disabling any comment related
plugins/custom functions.

I get javascript errors whenever i try to use the validation option

If you changed the default field names on your comment form, then the validation will not work. Please use this options only if you
didn’t change any of the default field names.

Can i use HTML in the default notification email?

Yes you can. The notification email will be sent in HTML format.

I Found a Bug or I want to make a feature request. What do I do?

Use the plugin’s forum link on wordpress.org. You can find the link on the plugin’s page where you downloaded it.

評價

There are no reviews for this plugin.

貢獻者及開發者

“uComment” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 uComment 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.2

Fixed a couple of bugs that generated PHP Notices.

1.0.1

  • Original Version