Iāve gone through and made text larger and removed just about anything redundant (and anything that I donāt use regularly). For example, I know that suggested topics are suggested topics, so I removed the header. Iāve used bulk select on the topic list maybe twice ever, so itās gone. Views on the topic list? gone. Categories in the hamburger menu? gone.
and I feel like the small size of the assigned text makes it hard to read, because the text has been made larger for just about everything else (Header, Suggested messages etc.)
One of my users is reporting the Minima theme (which I love very much) does not show the āDismissā button when there are unread messages. He verified that Dismiss wasnāt just disappearing because there were no unreads - he said he switched to Minima and back from another theme while showing unreads and the button did not show up.
Is there a setting I might be missing on this, or anything else I should check? Thanks!
I am following the guide on creating Themes (Developerās guide to Discourse Themes) and it says that to change the templates (like removing the avatars in the listing), you need to touch the .hbr files in Discourse core.
Did you have to do this to remove the avatars? I am a bit confused as to how this theme works and how to use it.
As an example, in the Minima theme, how would I change the look and feel of the Profile page of each user?
It depends on what youād like to change. If you want to remove or restyle content, itās likely you can do it with some additional CSS. If youād like to add information or change the layout dramatically, then youād need to edit template files.
If youād like to use the Minima theme and add additional customizations, Iād recommend installing Minima and adding your customizations to it by creating a new theme component. This way you can still get updates to Minima without worrying about your changes being overridden.
I have a follow-up on the same topic. When Discourse is updated and I need to update the software (assuming I am self-hosting), will this cause problems with themes where the templates have been modified? Or are they not dependent?
Have you experienced anything like this in the past?
Yes I understand that. I found the code I quoted by inspecting the avatar. What Iām confused about is where the code comes from. Itās present in Minima, yet nonexistent (not just hidden in CSS) in the Light theme for example. Whatās generating the HTML?