# Elenco utenti senza statistiche

**URL:** https://meta.discourse.org/t/user-list-without-statistics/75088
**Category:** Support
**Created:** [30 Novembre 2017, 12:54pm UTC](https://meta.discourse.org/t/user-list-without-statistics/75088 "2017-11-30T12:54:53Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![testingsoftware](https://avatars.discourse-cdn.com/v4/letter/t/f1d935/32.png) [@testingsoftware](https://meta.discourse.org/u/testingsoftware)
#### Post date: [30 Novembre 2017, 12:54pm UTC](https://meta.discourse.org/t/user-list-without-statistics/75088/1 "2017-11-30T12:54:53Z")

</div>

Hi,

Enable users directory give the option to see a list of all users.  
I would like to give this option to our users but I would like it to be only a list, without displaying the interaction count for each user.

Is there a way to do this?

Thanks.

---

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [30 Novembre 2017, 1:21pm UTC](https://meta.discourse.org/t/user-list-without-statistics/75088/2 "2017-11-30T13:21:40Z")

</div>

I think the easiest option to do this is to hide using CSS

```
.directory table th.sortable {
    display: none;
}

.directory table tr.me td .username a, .directory table tr.me td .name, .directory table tr.me td .title, .directory table tr.me td .number, .directory table tr.me td .time-read {
    display: none;
}

.directory table td .number, .directory table td .time-read, .directory table th .number, .directory table th .time-read {
    display: none;
}

```

You can combine CSS and change it.

---

<div class="post-metadata">

### Author: ![testingsoftware](https://avatars.discourse-cdn.com/v4/letter/t/f1d935/32.png) [@testingsoftware](https://meta.discourse.org/u/testingsoftware)
#### Post date: [30 Novembre 2017, 11:56pm UTC](https://meta.discourse.org/t/user-list-without-statistics/75088/3 "2017-11-30T23:56:55Z")

</div>

thanks for this!

Exactly what I needed.

Where can I find the classes and ids used? A “view page source” shows me a big long script and if I could see the html I could try to work these things out myself.

Thanks again!

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [1 Dicembre 2017, 12:03am UTC](https://meta.discourse.org/t/user-list-without-statistics/75088/4 "2017-12-01T00:03:36Z")

</div>

Premi F12 sulla tastiera per aprire la console del browser. Qui puoi trovare le classi e gli ID HTML.

Se fai clic su “seleziona elemento” e poi fai clic sull’elemento della pagina che vuoi modificare, ti mostrerà esattamente l’HTML (e il CSS) utilizzato.

 ![odH4sCs](https://global.discourse-cdn.com/meta/original/4X/e/1/f/e1fdc6481c304e3ef3ce3a938071efaed7c318a4.png)

---

<div class="post-metadata">

### Author: ![testingsoftware](https://avatars.discourse-cdn.com/v4/letter/t/f1d935/32.png) [@testingsoftware](https://meta.discourse.org/u/testingsoftware)
#### Post date: [1 Dicembre 2017, 12:23am UTC](https://meta.discourse.org/t/user-list-without-statistics/75088/5 "2017-12-01T00:23:09Z")

</div>

Thanks for that! forgot about the developers tools! ☹

A.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [8 Giugno 2024, 12:43pm UTC](https://meta.discourse.org/t/user-list-without-statistics/75088/6 "2024-06-08T12:43:54Z")

</div>

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