Buscar/Filtrar bandeiras por usuário

We’ve been playing around with the moderating abilities in our test site and I’ve run into the issue where I want to see how many times a user’s posts has been flagged and what they were for (Inappropriate, Spam, Other).

However, there doesn’t seem to be a way to do this… am I missing something obvious or does this functionality not exist?

4 curtidas

I haven’t found an easy way.

On some hidden posts I see # people flagged this as spam - inappropriate but not always
I don’t think unhidden posts show any flag count message.
Going to the User Profile shows moderated posts but not why
Admin -> Flags shows all flags with the reason in the right side column, but for all users.

A way to Search / Sort / Filter would be a help

We need to add some counters on the user page for a few things:

  • number of deleted (not by self posts)
  • number of flags
  • number of times suspended

That @radq is a well known problem user for example… clicking there on the numbers in the circles should drill in.

4 curtidas

How does this look?

<section class="controls admin-history">
  <div class="span4"><span class="helpfulFlags bigText">33</span>/<span class="totalFlags">37</span> helpful flags</div>
  <div class="span4"><span class="flaggedPosts bigText">8</span> flagged posts</div>
  <div class="span4"><span class="deletedPosts bigText">2</span>&nbsp;suspensions</div>
</section>

.bigText {
    font-size: 24px;
    border-radius: 999px;
    display: inline-block;
    height: 30px;
    width: 40px;
    text-align: center;
    vertical-align: super;
    padding-top: 10px;
}
.flaggedPosts {
    background-color: #e45735;
}
.deletedPosts {
    background-color: rgb(194, 32, 32);
}
.helpfulFlags {
    background-color: green;
}
.totalFlags {
    font-weight: bold;
}
.user-main .controls.admin-history {
    padding-bottom: 30px;
    padding-top: 0;
    color: white;
}
3 curtidas

I like it, but it should be superimposed over the background, e.g. move those up to the top left as pictured.

You can use text with a black shadow to get it to appear over any background.

2 curtidas

That is a step in the right direction, but I still would like a way to review those flags, as when I see another one of their troubled posts, it’d be nice to review their past flags to determine if a suspension is in order.

1 curtida

Right you would click on those numbers to drill into them.

1 curtida

Is there any way we can still get sorting/searching in the Admin > Flags area too? Really, searching is more important to me than sorting (so long as they are already sorted by date descending

1 curtida

OMG… bem, isso só levou 11 anos!

12 curtidas

Acho que levou menos de 11 anos. :slight_smile:

2 curtidas

Sinto tanta nostalgia dos nomes de usuário que estou lendo neste tópico antigo… todas as pessoas com quem costumava interagir na época em que o Discourse ainda era novo. :smiling_face_with_three_hearts:

@moin isso é verdade - o OP aqui é sobre o filtro “Usuário”, que já existe há algum tempo, para ver todos os itens sinalizados de um usuário específico.

Sam adicionou agora um novo filtro “Sinalizado por”, que finalmente nos permite ver todos os itens sinalizados por um usuário específico. Nunca tivemos isso antes, mas será muito útil!

Também temos um filtro “Revisado por”, que seria o moderador que lidou com a sinalização.

Deveríamos renomear o filtro “Usuário” para “Usuário sinalizado” para distingui-los melhor?

Lembro-me desses círculos! Acho que foram removidos em algum momento por causa do barulho que criavam nos perfis dos usuários. Mas ter alguma forma de chegar aos filtros “Usuário” e “Sinalizado por” seria útil.

1 curtida

Se você não os removeu nos últimos 4 dias, eles ainda estão lá :slight_smile:

Há também um tópico de Documentation sobre eles: Understanding "helpful flags" on user profiles

Seria ótimo se as “bandeiras úteis” (helpful flags) levassem à fila de revisão filtrada por todas as postagens que o usuário sinalizou.

1 curtida

Ah, legal! Eu perdi isso quando olhei. Sempre esqueço de expandir meu perfil de usuário para ver mais.

Concordo e estava prestes a dizer o mesmo. Criei um tópico de Feature Review queue: link "helpful flags" to new "Flagged by" filter

1 curtida

Este tópico foi fechado automaticamente após 2 dias. Novas respostas não são mais permitidas.