bbPress の移行と非公開返信

こんにちは、

bbPress から移行したばかりで、少し問題が発生しました。bbPress をサポートフォーラムとして使用しており、ユーザーはユーザー名やパスワード、wp-config.php ファイルの設定など、機密情報の投稿時にプライベート返信を利用していました。

ところが、これらのトピックが Discourse 上で表示されてしまうことに気づきました。データベースを検索したところ、この機能を使用した投稿が非常に多数存在することがわかりました。

そこで質問ですが、非管理者やスタッフからこれらの投稿を非表示にするような推奨方法はあるでしょうか?それとも、投稿内容を編集するか削除する必要があるでしょうか?

よろしくお願いいたします。

So the bbPress migrator did not properly migrate these as private messages? How many topics like this are there? You can use the admin wrench to manually convert topics to PMs as needed, but depending how many you have…

As far as I can tell all posts that were marked as private replies are still posts in the Discourse forum and haven’t been converted to PM’s. We’re still going through the database, but last time I spoke to my team there were 3600 posts. :frowning:

I think will run the migration again and see if the same thing happens again.

Private Replies is a third-party bbpress extension, which limits selected responses within threads as only being visible to staff and the OP.

Does the existing migrator handle them as PMs?

Hmm in that case you (meaning @Poshwaffle) may need to update the migrator to handle that third party extension…

Yep, as it is the migrator is working as intended by migrating all of the replies.

It wouldn’t (and in fact can’t) know about a flag being applied to certain topics in this way.

How are you planning to support Private Replies in Discourse?

Ah that makes sense and thanks for the responses.

We won’t be handling support via Discourse and is instead will be a community forum.

There are several ways to use Discourse to manage support requests, if you’re so-inclined. Group inboxes are also a great solution for this, and keep all your users engaged in one place.

You don’t support third party discourse extentions. :wink:

How to decide which bbpress extensions?