بطاقة مستخدم "آخر ظهور"

يتيح لك مكون السمعة هذا تضمين إحصائية “آخر ظهور” للمستخدم في بطاقات ملف المستخدم.

\u003e المستودع: GitHub - tshenry/discourse-last-seen-user-card-theme-component

\u003ch4\u003eقبل\u003c/h4\u003e

\u003ch4\u003eبعد\u003c/h4\u003e

\u003ch2\u003eحول\u003c/h2\u003e

إلى جانب اهتمامي الشخصي بإضافة هذه الإحصائية إلى بطاقات المستخدمين، كان هناك نقاش هنا ألهم إنشاء مكون السمعة هذا:

\u003ch2\u003eالتثبيت\u003c/h2\u003e

اتبع الدليل هنا:

لا تتردد في النشر إذا كانت لديك أي أسئلة أو مشاكل أو اقتراحات!

46 إعجابًا

This is fantastic. I will use this function a lot as I assess new members’ engagement and chase particular people down who I work with closely.

إعجابَين (2)

This has had a minor update:

  • Reduced the amount of code by switching from a full template override to using the existing plugin outlet to achieve the same positioning.

For anyone that uses this or is interested in using it, there are four metadata positions on the user card. Currently, starting from the left it goes last post, date joined, last seen, and time read. Which position would you prefer the "last seen" metadata to be displayed?
  • First
  • Second
  • Third (where it is currently)
  • Fourth

0 voters

I imagine it’s not extremely important to most, but I’m curious if there is a preference that I can consider for a future update.

4 إعجابات

I don’t mind where it is so long as it is there.

إعجاب واحد (1)

I’ve update this to position “Last Seen” first in the list. Thanks to all that voiced their opinion :grin:

8 إعجابات

@tshenry Is it compatible with latest Discourse? It’s not working although installed.

I just checked and it’s working on the latest tests-passed. Did you make sure to refresh the page after adding the component to your main theme?

3 إعجابات

Did you check on mobile view as well?

إعجاب واحد (1)

Ah, good point! Fun fact - this component was created before mobile user cards existed! Because of that, it was only set up to work on desktop.

I’ve just pushed an update that should support both environments:

8 إعجابات

I’ve got the update, thanks.

إعجابَين (2)

إحياء هذا الموضوع: للتأكيد فقط أنه لا يزال يعمل بامتياز وهو مفيد للغاية!

هذا يجعل من السهل جدًا التحقق بسرعة مما إذا كان المستخدم عضوًا نشطًا بالفعل. في السابق، كان عليّ دائمًا فتح الملف الشخصي الكامل لأقرر ما إذا كان يستحق الوقت لإرسال رسالة خاصة إلى المستخدم.

أحب أن أرى ذلك في النواة!

4 إعجابات

نعم!! يجب أن يكون بالتأكيد في النواة في رأيي. حتى ذلك الحين، شكراً جزيلاً لـ @tshenry!

3 إعجابات

لاحظت منذ آخر تحديث لـ Discourse الخاص بي أن نص “Last Seen” في بطاقة المستخدم أكبر بكثير من الباقي وهو بخط عريض أيضًا. لقد تحققت ووجدته مغلفًا بـ <h3> لذلك قمت بإلغاء ذلك عن طريق وضع

#user-card .last-seen-metadata h3 {
    font-size: unset;
    font-weight: unset;
}

في CSS الخاص بالسِمة.

ليس لدي فكرة عما إذا كان هذا تأثيرًا مقصودًا، لذلك أردت مشاركة تجربتي.

إعجابَين (2)

على الأرجح لا.

4 إعجابات

لقد أضفت طلب سحب للمكون هنا لإزالة وسم العنوان لمطابقة تغيير Discourse:

8 إعجابات

شكراً جزيلاً على الشرح وعلى طلب السحب أيضاً! :slight_smile:

إعجابَين (2)

شكراً جزيلاً على هذا الإصلاح! هل سيتم تضمينه في الفرع stable 3.3.x؟

تحديثات مكونات السمة منفصلة تمامًا عن تحديثات النواة، يمكنك تحديثها في أي وقت من واجهة المستخدم الإدارية بغض النظر عن تحديثات النواة.

إعجابَين (2)

عفوًا، آسف، لقد نسيت أن هذا مكون سمة وليس جزءًا من النواة.

إعجابَين (2)

يعمل بشكل رائع، ولكن لسبب ما يظهر في نهاية القائمة (بعد cheers) بالنسبة لي.

إعجاب واحد (1)