[WordPress] 外掛分享: Comments Users Mentions

前言介紹

  • 這款 WordPress 外掛「Comments Users Mentions」是 2014-02-17 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2014-02-21,距離現在已有 4090 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
  • 有 3 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

baxeico |

外掛標籤

email | comments | mentions |

內容簡介

這個外掛讓你可以在評論中提及 WordPress 使用者,只需在用戶名前加上一個字符(預設為 @),例如 @guguweb。
被提及的使用者將會收到通知電子郵件,其中包含連結到相關文章的鏈接。

提及字符(預設為 @)可以通過篩選器鉤子進行自定義:cum-mention-char。將以下代碼放入您的主題 functions.php 文件中:

add_filter( 'cum-mention-char', 'cum_custom_char' );
function cum_custom_char( $content ) {
return '+';
}

之後提及字符將會是 + ,所以你可以使用 +guguweb 進行提及。

此插件的靈感來自Wabeo的 Mention comment's Authors。非常感謝作者!

原文外掛簡介

This plugin allows to mention WordPress users in a comment by writing usernames preceded by a character (default @), e.g. @guguweb.
The mentioned users will receive a notification email with a link to the relevant post.
The mention character (default @) can be customized by a filter hook: cum-mention-char. Put the following code in your theme functions.php file:
add_filter( 'cum-mention-char', 'cum_custom_char' );
function cum_custom_char( $content ) {
return '+';
}

And the mention character will be +, so you can mention with +guguweb.
This plugin was inspired by Mention comment’s Authors by Wabeo. Many thanks to the author!

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Comments Users Mentions」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

文章
Filter
Apply Filters
Mastodon