Cerca/Filtra bandiere per utente

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 Mi Piace

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 Mi Piace

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 Mi Piace

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 Mi Piace

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 Mi Piace

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

1 Mi Piace

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 Mi Piace

OMG… beh, ci sono voluti solo 11 anni!

12 Mi Piace

Penso ci siano voluti meno di 11 anni. :slight_smile:

2 Mi Piace

Mi sento così nostalgico per i nomi utente che sto leggendo in questo vecchio argomento… tutte le persone con cui interagivo un tempo, quando Discourse era ancora nuovo. :smiling_face_with_three_hearts:

@moin è vero: l’OP qui riguarda il filtro “Utente” che esiste da un po’ di tempo, per vedere tutti gli elementi segnalati per un particolare utente.

Sam ha ora aggiunto un nuovo filtro “Segnalato da” che finalmente ci permette di vedere tutti gli elementi segnalati da un particolare utente. Non l’abbiamo mai avuto prima, ma sarà molto utile!

Abbiamo anche un filtro “Revisionato da” che sarebbe il moderatore che ha gestito la segnalazione.

Dovremmo rinominare il filtro “Utente” in “Utente segnalato” per distinguerli meglio?

Ricordo questi cerchi! Immagino che siano stati rimossi a un certo punto a causa del rumore che creavano sui profili utente. Ma avere un modo per accedere ai filtri “Utente” e “Segnalato da” sarebbe utile.

1 Mi Piace

Se non li hai rimossi negli ultimi 4 giorni, sono ancora lì :slight_smile:

C’è anche un argomento Documentation su di essi: Understanding "helpful flags" on user profiles

Sarebbe fantastico se i “contrassegni utili” rimandassero alla coda di revisione filtrata da tutti i post che l’utente ha contrassegnato.

1 Mi Piace

Oh, bello! Me lo sono perso quando ho dato un’occhiata. Dimentico sempre di espandere il mio profilo utente per vedere di più.

Sono d’accordo e stavo per dire la stessa cosa. Ho creato un argomento Feature Review queue: link "helpful flags" to new "Flagged by" filter

1 Mi Piace

Questo argomento è stato chiuso automaticamente dopo 2 giorni. Non sono più consentite nuove risposte.