There are 2 ways to allow your developer to have access to this page, one is
Step 1: Install User Role Editor Plugin and create a custom role for your developer and assign manage_options capability, but this will also allow him to have access to admin related menus like settings, etc, so to avoid that, install Adminimize Plugin and remove admin menus for that particular role
Step 2: Create a user with the new role you have created and share the credentials with your developer.
Another is, add a custom code in your theme / child theme (if child theme is active) which will allow you to set custom capability for the Discourse admin menu access, create a custom role using code and assign the new capability to the role and create a user with the custom role and share the credentials with your developer, but in this method your developer can only see the page but can’t edit/update/save any changes, since manage_options capability is not provided which is required to save options in WordPress. If you want I can add the code on github and share the link here.
I will be taking a look at this solution. It seem simple. I have been doing a lot of updates to our side and schedule has been crazy. I will update of the out come or route taken.
Gibt es in der neuesten Version eine Möglichkeit, dem WP Discourse-Panel spezifische Benutzerrollen zuzuweisen?
Es erscheint uns etwas übertrieben, ihnen die Option manage_options zu geben und dann alle Elemente auszublenden. Wir versuchen, unsere WP-Instanz einigermaßen schlank zu halten
Die Zugangssituation bleibt die gleiche wie oben besprochen.
Haben Sie ein Beispiel für ein Plugin, das rollenbasierten Zugriff auf sein Admin-Panel verwendet und Ihnen gefällt, z. B. in der von Ihnen vorgeschlagenen leichtgewichtigen Ausführung? Ich bin daran interessiert, diese Art von Funktionalität zu verbessern und möchte Schwachstellen / gewünschte Funktionen erkunden.
In unserem Anwendungsfall verwenden wir Learndash LMS und WP Discourse, um deren benutzerdefinierte Beitragstypen Lektion und Thema in unserem Forum zu veröffentlichen. Es hat seine eigenen Instruktorenrollen. Während Instruktoren den Inhalt bearbeiten können, haben sie keinen Zugriff auf das WP Discourse-Panel.