إضافة دمج المستخدمين

:warning: اعتبارًا من Discourse 2.5.0 بيتا 3، تم دمج ميزة دمج المستخدمين في Discourse :warning:

انظر: Discourse 2.5.0.beta3 Release Notes

لن يتم دعم هذه الإضافة على المدى الطويل وقد تتوقف عن العمل قريبًا.

تحديث ديسمبر 2022: أعتقد أن تحديثًا برمجيًا حديثًا جعل الإضافة تتسبب في خطأ عندما لا يكون المستخدم مسؤولاً:

رفض واعد غير مُعالَج: خطأ: تعذر العثور على الوحدة admin/models/admin-user المستوردة من discourse/plugins/discourse-merge-users/discourse/components/merge-users-form

لذلك، إذا كان أي شخص لا يزال لديه هذه الإضافة مثبتة، فقد حان الوقت لإلغاؤها.


مستودع Github

مع هذه الإضافة، يمكنك دمج مستخدمين معًا بسهولة.

التثبيت

فقط أضف سطرًا واحدًا إلى ملف app.yml:

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 إعجابًا

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.

6 إعجابات

Sweet! Always a compliment when your plugin idea gets incorporated into the core software!

9 إعجابات