Cartão de Usuário "Última Visita"

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 curtidas

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 curtidas

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 curtidas

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

1 curtida

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

8 curtidas

@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 curtidas

Did you check on mobile view as well?

1 curtida

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 curtidas

I’ve got the update, thanks.

2 curtidas

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 curtidas

Sim!! Definitivamente deveria estar no core, na minha opinião. Até lá, muito obrigado a @tshenry!

3 curtidas

Notei que, desde a minha última atualização do Discourse, o texto “Last Seen” no cartão do usuário está muito maior que o restante e também em negrito. Verifiquei e ele está envolvido em <h3>, então desfiz isso colocando

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

no CSS do tema.

Não sei se este é um efeito intencional, então queria compartilhar minha experiência.

2 curtidas

Provavelmente não.

4 curtidas

Adicionei um pull request para o componente aqui para remover a tag de título para corresponder à alteração do Discourse:

8 curtidas

Muito obrigado pela explicação e também pelo PR! :slight_smile:

2 curtidas

Muito obrigado por este conserto! Ele será incluído no branch stable 3.3.x?

As atualizações de componentes de tema são completamente separadas das atualizações principais, você pode atualizá-las a qualquer momento na interface de administração, independentemente das atualizações principais.

2 curtidas

Oops, desculpe, esqueci que este é um componente de tema e não faz parte do núcleo.

2 curtidas

Funciona muito bem, mas por algum motivo está aparecendo por último na lista (depois de “cheers”) para mim.

1 curtida