內容簡介
此外,它會檢查所有欄位是否填寫正確,並且確保避免評論重複,還具有防洪水能力。
這可能是用 AJAX 為 WordPress 博客增添活力的最佳方法之一;讀者很喜歡! 必須自己看看。
此外,此外掛在所有主要 Web 瀏覽器上運作良好,並使用離散的 AJAX。
這意味著,如果禁用 JavaScript,它會使用原始的評論發布方法。
Ajax Comments 已經證明與 Authimage 外掛搭配得很好,但我更建議使用免費的 Akismet。
功能:
* 無需刷新或離開頁面即可進行伺服器端的評論表單驗證
* Script.aculo.us 的淡入/淡出效果使讀者開心
* 與 AuthImage captcha 字詞驗證套件搭配使用,以防止評論垃圾郵件
* 如果瀏覽器不支援 JavaScript(或禁用 JavaScript),仍可傳統運作
* 使用現有佈景主題代碼,以在產生新評論時匹配設計風格化的評論串
* 25 秒的伺服器超時時間確保讀者不會一直等待
* 在當前版本的 Firefox、Internet Explorer、Opera、Netscape 和 Safari 中運作良好。
建議:
* 完美地搭配任何精美的評論表單設計-請不要在沒有此外掛的情況下設計
* 如果啟用 AuthImage,最佳時機是在關閉審查時(看起來更實時)
已知問題
我發現當安裝 ShowOnFrontPage 插件(v0.3.1)時,AJAX Comments 2.0 會停止正常工作。
我們還收到報告,當啟用 SpamKarma 時,此外掛也會停止工作。
我們正在尋找解決方案。
AuthImage 整合
打開 ajax-comments.php,取消註釋第 92、152、153 行。
從 /themes 目錄中打開 comments.php,並使用以下代碼(主要是 id),AuthImage 將出現在評論表單中:
<?php if ( !$user_ID ) : ?>
<p><img id="auth-image" src="<?php echo get_option('siteurl'); ?>/wp-content/plugins/authimage/authimage-inc/image.veriword.php" alt="Verification Image" /></p>
<p><label for="code">Word Verification (<a href="#" onclick="document.getElementById('auth-image').src+='?'+Math.random();return false" title="Generate another Captcha Word Verification image.">can't read it? try another!</a>)</label></p>
<p>Please type the letters you see in the picture.</p>
<p><input name="code" id="code" type="text" class="text" tabindex="5" /></p>
<?php endif; ?>
外掛標籤
開發者團隊
原文外掛簡介
More than that, it checks if all fields filled correctly, and also makes sure to avoid comment duplication, and has flood protection capabilities as well.
Probably one of the best ways you could spice up your WordPress Blog with AJAX; readers love it! Must see for yourself.
This plugin works well in all major Web browsers, and uses discrete AJAX.
That means if JavaScript disabled, it’s using the original comment posting method.
Ajax Comments known to work well, with Authimage plugin, but I rather suggest Akismet, as it is free for personal use.
Features:
* comment form validation happens server-side without refreshing or leaving the page
* Script.aculo.us Fade In/Out Effects make readers happy
* works with AuthImage captcha word verification plug-in to prevent comment spam
* still works traditionally if browsers don't support JavaScript (or have it disabled)
* uses existing theme code to match styled comment threads when producing new comments
* 25-second server timeout ensures readers aren't left hanging
* works in current versions of Firefox, Internet Explorer, Opera, Netscape, and Safari.
Recommendations:
* perfectly compliments any well-styled comment form design-don't design without it
* best when moderation is off (seems more real-time) and AuthImage is installed (self-moderation is the best moderation)
Known bug
I’ve discovered that AJAX Comments 2.0 stops working properly if you
have ShowOnFrontPage plugin (v0.3.1) installed.
And we got another report, that it also stops, when you have SpamKarma activated.
We are working on a solution.
AuthImage Integration
Open ajax-comments.php and uncomment lines: 92, 152, 153.
Open comments.php from your /themes directory and use the following code (mostly just the ids) for AuthImage to appear in your comments form:
Please type the letters you see in the picture.
