內容簡介
此外掛允許使用來自在運作中的 phpBB 安裝的密碼來登入 WordPress 網誌,或從 WordPress 用戶登入 phpBB。
管理員用戶名必須在兩個安裝中相同。
否則您將結束有管理員在另一部分沒有特權的情況。
如何運作
實際上並沒有用戶的「同步」。
設定應用程式正確時,應用程式會檢查嘗試登入的使用者是否至少在其中一個系統中註冊,如果是,且密碼正確:他在兩個系統中都登錄並建立他的帳戶(如果缺失)。
在更改密碼時,它也應在兩個平台上設置密碼。
WP2BB
使用 WP2BB,現在可以定義您的文章會在論壇上發布,因此您的社群可以直接在文章上增加評論。
您可以在模板上添加方法「wp2bb()」,以便您擁有連結至您的論壇以添加評論和回覆計數。
還有一個小工具可以列出論壇中的最新回覆。
附註:WP2BB 由 Alfredo de Hoces(http://www.alfredodehoces.com/)創建。
解除安裝
要卸載,您需要進行一些步驟
進入套件選項,將「auth mode」回復為「DB」而非「wpbb」
如果不行,進入 ACP 中的「常規」,客戶端溝通,驗證
然後去 WordPress 控制面板並停用此外掛。
最後一步是使用 FTP 前往 PHPBB 文件夾並將檔案「common.php」重新命名為「common.wp.php」,並將檔案「common-orig.php」重新命名為「common.php」。
您的設定應該再次分開。
外掛標籤
開發者團隊
原文外掛簡介
This plugin allows to use the password from a working phpBB installation to log into a WordPress blog. or on the other side to log into phpBB with the WordPress user.
The username for the administration must be the same on the two installations.
Otherwise you will end having admins that have no privileges on the other part.
How it works
There is no actual “sync” of the users.
When the app is configured correctly. the app checks that the user who tries to log in is at least registered in one of the systems, if yes, and the password is correct : he’s logged on both systems and his account is created if missing.
On password change it should also set the password on both platforms.
WP2BB
With WP2BB, you can now define that your posts are published in a forum, so that your community can add comments directly on them.
You can add the method “wp2bb()” on your template so that you have links to your forum to add comments and a replies count
There is also a widget to list the last replies in the forums
P.S. : WP2BB was created by Alfredo de Hoces (http://www.alfredodehoces.com/)
Uninstall
To uninstall, you have a few steps to make
Go the the Plugin options, revert the “auth mode” to “DB” and not “wpbb”
If it doesn’t work go to the ACP in General -> Client communication -> Authentication
Then go to the wordpress control panel and disable the plugin.
The last step is then to go with FTP in the PHPBB folder and rename the file “common.php” to “common.wp.php” and the file “common-orig.php” to “common.php”.
Your configurations should be separated again
