Dannii
(Dannii)
2019 年 4 月 13 日午前 7:26
1
Discourse 2.5.0 beta 3 以降、ユーザーの結合機能は Discourse に組み込まれています
詳細はこちら: Discourse 2.5.0.beta3 Release Notes
このプラグインは長期的にはサポートされず、まもなく動作しなくなる可能性があります。
2022 年 12 月更新 : 最近のソフトウェアアップデートにより、管理者でないユーザーがアクセスするとエラーが発生するようになったようです。
未処理の Promise 拒否: エラー: モジュール admin/models/admin-user が見つかりません。discourse/plugins/discourse-merge-users/discourse/components/merge-users-form からインポートされました。
そのため、もしこのプラグインがまだインストールされている方がいらっしゃいましたら、今がアンインストールのタイミングです。
Github リポジトリ
このプラグインを使用すると、2 人のユーザーを簡単に結合できます。
インストール
app.yml に 1 行追加するだけです。
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/curiousdannii/discourse-merge-users.git
その後、コンテナを再構築します。
cd /var/discourse
sudo ./launcher rebuild app
プラグインのインストールに関する詳細は、こちらのトピック をご覧ください。
「いいね!」 35
sam
(Sam Saffron)
2020 年 4 月 27 日午後 10:47
44
Moving this to #plugin:broken-plugin
Nothing bad at all about @Dannii ’s excellent work here, but we have no need for this plugin anymore since it is all built into Discourse, leaving the link and topic around mainly as an educational artifact.
New features in 2.5.0.beta3
Improved Bookmarks - now with reminders!
Saving topics/posts for later review has evolved numerous times since the start of Discourse. From stars, to post bookmarks, to user topic timers, we’ve tested out numerous options. We’ve now combined the best of all these into our new bookmark system.
Users can bookmark any post or topic they wish to save for later. Bookmarks can be later accessed via the bookmark tab of the user menu, as well as from the bookmarks page withi…
「いいね!」 6
Dannii
(Dannii)
2020 年 4 月 28 日午前 12:37
48
Sweet! Always a compliment when your plugin idea gets incorporated into the core software!
「いいね!」 9