Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

User Role Management

Опис

This plugin allows you to manage allowed content for users, so as to access only allowed content.

User Role Management was developed to be used in virtual products, linking a created post referring to the content of the product sold.

Скріншоти

  • New menu icon created
  • Plugin configuration accessed by menu icon created

Встановлення

  1. Upload the plugin files to the /wp-content/plugins/user-role-management directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin
  4. Below are instructions and information on how the plugin works in detail:

    When installed, the plugin automatically creates all user roles by reference to the Woocommerce product id
    (Ex: subscriber-4032, where 4032 is the id of a virtual product and the “subscriber” is the characteristic of the user).

    From this moment on, the plugin is waiting for the default time that users will have to access the purchased content.
    This setting occurs after reading this guide.

    Once completed, the plugin will be ready to take over.
    It checks for orders where the access limit has been exceeded
    (takes into account the date the order was paid) and removes user access (roles).

    Also checks for orders where the access limit has not been exceeded.
    If so, verify that the user corresponding to the purchase has the appropriate permissions (roles).
    If so, the request is ignored. If not, the plugin adds as permissions (roles).

  5. You will need set the default time (in days) that users will have access to purchased content in plugin seetings (will be created a new menu icon called User Role Manegement)

Часті питання

Do I need another plugin to help User Role Management to control user roles?

It depends on what you want.
If you want private posts to be read by all customers who purchase any virtual products, the plugin will serve without the help of another plugin.
However if you want the plugin to show only the private post that corresponds to the product purchased by the customer another plugin will be needed. In our tests, the easiest to deal with is the MEMBERS plugin that allows you to configure directly from posts which roles can see the post.

Like you know, this plugin make exclusive the posts to users that bougth it (subscriber-**** roles).
If you have more than 1 virtual product in more than 1 post, all users that have a subscriber role will can see the private posts.

I wish give post read permission only to users who purchase that product. How do I do?

If you wish to give permission only to users who purchase their product so that other users cannot access the private posts, we recommend installing the Members
plugin which enables the desired configuration. Just indicate who can access private posts (the roles) while they are being created.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“User Role Management” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “User Role Management” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.1

Release Date – 09 December 2019

  • Tested in WordPress version 5.3 .

1.0

  • create roles for virtual products.