# Is 'Time Read' in user directory alleen zichtbaar voor beheerders?

**URL:** https://meta.discourse.org/t/is-time-read-in-user-directory-only-visible-to-admins/246327
**Category:** Support
**Tags:** user-directory
**Created:** [20 november 2022 om 22:30 UTC](https://meta.discourse.org/t/is-time-read-in-user-directory-only-visible-to-admins/246327 "2022-11-20T22:30:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [20 november 2022 om 22:30 UTC](https://meta.discourse.org/t/is-time-read-in-user-directory-only-visible-to-admins/246327/1 "2022-11-20T22:30:11Z")

</div>

It looks like “Time Read” appears for admin users but not normal users, and also that it doesn’t appear as something that can be unticked in the settings. Is that right?

---

<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: [21 november 2022 om 08:18 UTC](https://meta.discourse.org/t/is-time-read-in-user-directory-only-visible-to-admins/246327/2 "2022-11-21T08:18:43Z")

</div>

‘Time Read’ only appears on the All Time view, but should be visible to everyone. You’re right that it’s not currently selectable to remove though.

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [21 november 2022 om 21:18 UTC](https://meta.discourse.org/t/is-time-read-in-user-directory-only-visible-to-admins/246327/3 "2022-11-21T21:18:07Z")

</div>

Thanks. On my forum, given the number of other columns selected to be displayed, I am able to get rid of “Time read” using some CSS that I think someone on this forum suggested some time ago.

Desktop:

```plaintext
div.users-directory table th:nth-child(5), /* Time read */
div.users-directory table td:nth-child(5)
{
    display: none;
}

```

Mobile:

```plaintext
div.user-stat:nth-child(5) /* Time read */
{
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [21 december 2022 om 21:18 UTC](https://meta.discourse.org/t/is-time-read-in-user-directory-only-visible-to-admins/246327/4 "2022-12-21T21:18:58Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
