內容簡介
此外掛將 Google reCAPTCHA 服務模組整合至 BuddyPress Template Page 的「register.php」頁面。該檔案位於「/wp-content/themes/{name}/registration/register.php」位置。此外掛會透過在「bp_before_registration_submit_buttons」上新增一個動作,以添加新功能。因此,「register.php」必須包含「do_action('bp_before_registration_submit_buttons')」這行程式碼。我的 BuddyPress 頁面是透過知名的外掛 BuddyPress Template Pack 產生。它可以將普通的 WordPress 樣板準備好,以供使用 BuddyPress。
一些功能
目前沒有管理頁面,但未來會新增
在「bp-recaptcha.php」的開頭有一些變數,可用於新增/修改 reCAPTCHA Api 密鑰、reCAPTCHA 的樣式、語言和文字
語言
預設為英文,但很容易切換至其他語言
註:安裝此外掛需要額外的工作。請編輯「bp-recaptcha.php」檔案進行設定。
外掛標籤
開發者團隊
原文外掛簡介
This Plugin integrates the Google reCAPTCHA Service Modul in the BuddyPress Template Page ‘register.php’. The file is located in ‘/wp-content/themes/{name}/registration/register.php’. The plugin adds the new feature by adding an action on ‘bp_before_registration_submit_buttons’. Therefore the ‘register.php’ must contain the line ‘do_action( ‘bp_before_registration_submit_buttons’ )’. My one was generated with the famous plugin BuddyPress Template Pack. It makes a normal WordPress-Template ready for use with BuddyPress. The missing files in the template will be added.
Some Features
not yet, the plugin has no admin-page, but it will follow
at the beginning of the ‘bp-recaptcha.php’ are some variables to add/change the reCAPTCHA Api keys, style of reCAPTCHA, language and texts
Languages
English, but can be switched very simple
Notice: The installation of this plugin will require additional work. Edit the ‘bp-recaptcha.php’ file to make your settings.
