Hide Users Column

:discourse2: Summary Hide Users Column hides the Users column from the Latest and Top pages of your site.
:eyeglasses: Preview Preview on Discourse Theme Creator
:hammer_and_wrench: Repository Link https://github.com/discourse/discourse-hide-users-column
:open_book: New to Discourse Themes? Beginner’s guide to using Discourse Themes

Install this theme component

Features

Before:

After:


:discourse2: Hosted by us? Theme components are available to use on our Standard, Business, and Enterprise plans.

Last edited by @JammyDodger 2024-06-12T23:05:56Z

Check documentPerform check on document:
19 Likes

If ‘Topic list previews’ theme-component is installed ‘Hide Users Column’ hides the topic thumbnails, I just used in common:

.topic-list .posters { display: none; }

Seems to work.

1 Like

Yeah, I tried this CSS, it work for PC, but mobile still display on the left.

There is a warning on 3.3.0 stable for this theme component:

Deprecation notice: The displayNewPosts property of the topic model is deprecated [deprecation id: discourse.topic.totalUnread]

1 Like