Sams einfacher Theme

Seems to be fixed in DEV: Prep for pre-topic-list-refactor (#6) · discourse/discourse-simple-theme@b305d81 · GitHub

1 „Gefällt mir“

verified the pr was committed in my install - works like a charm :slight_smile:

1 „Gefällt mir“

Hi, thanks very much for this traditional theme, it’s much closer to what my migrated legacy forum users would expect!

There appears to be a small bug in the “Suggested Topics” list when clicking on the avatar of the last post user; the user profile briefly appears for a few milliseconds and then disappears.

1 „Gefällt mir“

Hi there, another bug is that the cog button doesn’t appear for bulk actions with Sam’s Simple Theme (it does with the Discourse default one):

1 „Gefällt mir“

Hi there, are pull requests being accepted for this theme? I submitted a PR a few days ago with a simple 2 line fix for a fairly significant bug that is breaking links to user profiles.

1 „Gefällt mir“

This PR has been merged. Thank you for the fix :+1:

4 „Gefällt mir“

Hi there, one of the biggest improvements in this theme is the elimination of the posters column from topic lists, and it simply shows the original poster and the latest poster. However, this paradigm falls apart in the list of private message topics. When the user is both the starter and the latest poster in a PM topic there is no indication of who the other recipient(s) is/are. So it feels like specifically for the PM topics list the default Discourse theme’s posters avatars column needs to be used. Is there a clean way for me to add it back with a theme component until this gets fixed in the official code of Sam’s Simple Theme? Thanks!

1 „Gefällt mir“

I’m pretty sure that this is a new regression, in desktop browser mode the latest poster avatar pops up partially off-screen:

1 „Gefällt mir“

Hm, I’m unable to reproduce :thinking:

As a side note, this user card modal is from this theme component: Usercard Redesign Experiment

2 „Gefällt mir“

@Arkshine Hi, appreciate the reply. I think it happens when the zoom level is higher. I first noticed the issue on Firefox, where I have the default zoom set to 110%, and also layout.css.devPixelsPerPx set to 1.1 . But I can also reproduce it with Chromium’s default settings by just zooming in a bit (it appears to only happen when the browser is maximized):

Ah, ok. I think I’ll cross-post this issue there. It seems like the usercard component should take care of its own CSS to avoid appearing off-screen. But the issue is complicated by Sam’s Simple Theme, which has the user card closer to the right edge.

1 „Gefällt mir“

How can you make avatars square in mobile view?

1 „Gefällt mir“

You can add the following CSS in a new theme component:

img.avatar {
  border-radius: 3px;
}

image
image

2 „Gefällt mir“

When the username is long, the image is distorted. How can we find a solution to this?

1 „Gefällt mir“

Adjustment button in frame not visible
trrr

1 „Gefällt mir“

It looks like the category headers for this theme are missing translations:

The image depicts a topic line that reads "en.theme_translations.6.replies" followed by another line that reads "en.theme_translations.6.last_post". (Captioned by AI)

Possibly related to DEV: Fix locale file location (#19) · discourse/discourse-simple-theme@62ca149 · GitHub?

3 „Gefällt mir“

I have just updated this on my self hosted and noticed the same
The image is a blank white space with no visible content or objects. (Captioned by AI)

2 „Gefällt mir“

very helpful!@_@

Can also confirm the latest update does not contain appropriate theme translations.

1 „Gefällt mir“

Thanks for the reports, @Jaypes and @scog. A fix was merged earlier and I’ve just updated the theme. Looks like it worked!

4 „Gefällt mir“

I can confirm this has been fixed in the latest update. Many thanks!

1 „Gefällt mir“