"Last Seen" User Card

This theme component will allow you to include the “last seen” user statistic in user profile cards.

Repo: GitHub - tshenry/discourse-last-seen-user-card-theme-component

Before

After

About

In addition to my own interest in having this stat added to user cards, there’s been some discussion on here that inspired this theme component’s creation:

Installation

Follow this guide here:

Please feel free to post if there are any questions, problems, or suggestions!

「いいね!」 45

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:

https://github.com/tshenry/discourse-last-seen-user-card-theme-component/commit/fdbdb65320d18ac3b466fb3c81e902add7499e0b

「いいね!」 8

I’ve got the update, thanks.

「いいね!」 2

Reviving this one: Just to confirm that it still works like a charm and is super useful!

This makes it super quick easy to check if the user is in fact still an active member. Before I always had to open full profile to decide if it’s worth the time so send a private message to the user.

Would love to see that in core!

「いいね!」 4

はい!IMOでは間違いなくコア機能になるはずです。それまでは@tshenryに大変感謝しています!

「いいね!」 3

前回のDiscourseアップデート以降、ユーザーカードの「最終アクティビティ」のテキストが他のテキストよりもはるかに大きく太字になっていることに気づきました。確認したところ、<h3>タグで囲まれていたため、テーマのCSSに以下を追加して元に戻しました。

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

これが意図した効果なのか不明なため、私の経験を共有したいと思いました。

「いいね!」 2

おそらくそうではありません。

「いいね!」 4

Discourse の変更に合わせて、コンポーネントのヘッダータグを削除するためのプルリクエストをこちらに追加しました。

「いいね!」 8

説明とPRもどうもありがとうございます!:slight_smile:

「いいね!」 2

この修正をありがとうございます!3.3.x stable ブランチにも取り込まれますか?

テーマコンポーネントのアップデートはコアのアップデートとは完全に別であり、コアのアップデートに関係なく、いつでも管理UIからアップデートできます。

「いいね!」 2

おっと、これはコアの一部ではなく、テーマコンポーネントであることを忘れました。

「いいね!」 2

素晴らしい動作ですが、なぜか私のリストでは最後(cheersの後)に表示されています。

「いいね!」 1