angus
(Angus McLeod)
31.Январь.2023 07:48:45
14
pearsonified:
Предположим, что у моих пользователей лицензии сроком на 1 год, и их лицензия истекает. Как я могу автоматизировать связь между WP и Discourse, чтобы доступ к форумам предоставлялся только при активной лицензии?
Это зависит от того, что вы используете для лицензирования пользователей в WordPress. Если вы используете WooCommerce, вы можете воспользоваться плагином и методом, описанным здесь.
This Plugin allows you to Sync WooCommerce Memberships with Discourse Groups.
Pre-requisites
For this to work you have to have DiscourseConnect enabled, with either Wordpress or Discourse as the DiscourseConnect provider.
Steps
Install this Wordpress plugin GitHub - paviliondev/discourse-woocommerce .
Use the Wordpress theme editor to update these numbers to the WooCommerce plan_id and Discourse group id and group_name you want to sync
$member_group_map[] = (object) array('plan_id' => 51,…