Hello all! I think this is my first post on the Discourse forum, I hope to post in the right place.
I’m configuring Discourse to manage the comments of a WordPress Multisite installation. I activated the wp-discourse plugin at the network level, so that every site owner on the network has the ability to publish their posts on the Discourse forum and have comments for their posts. I have created a dedicated category (called “Blog Posts”) on the forum for the posts published via WordPress.
In the plugin configuration at the network level I inserted the generated API key and the ‘system’ user as the user that will post on the forum.
The problem now is that a site owner, when configuring Discourse for his own site, is able to select every forum category to post their article in. I would like to force the site owner to send his posts only on the “Blog Posts” category.
To accomplish this, I think I have to configure a dedicated user on the forum with the minimum privileges as possible, allow this user to only create new posts in the specified category and then generate an API key for this user to use in the wp-discourse plugin settings.
Is it possible to do so? Any suggestion?
Thank you