Odd, it works for me:
It’s not part of the site texts. It’s part of the theme.
Go below where all the related translations are located:
I understand it might be confusing!
Odd, it works for me:
It’s not part of the site texts. It’s part of the theme.
Go below where all the related translations are located:
I understand it might be confusing!
I feel so stupid now, been so used to using the site texts, didn’t even realise they were there. Thankyou so much
Awesome work! Is there any way I can add a image background to the theme at all?
Hey - I really love the theme. I think it really works well for encouraging discussion and showing media.
Two things I’m trying to solve for (in attached image) and curious if anyone has suggestions. Keep in mind, I’m new to hosting a discourse community. I’m self-hosted.
Thank you so much in advance for the guidance.
I would be interested in that too!! It seems to be possible here.
It’s somewhat possible, but has a lot of shortcomings… if a youtube video is posted as the featured link
(i.e., the URL is entered as the title of the topic), which it appears it is in your screenshot, then the URL is available in the topic list and this can be used to embed the video (this will take some additional work in the theme)
The shortcoming is that if the link is simply posted in the body of the first post, it doesn’t get picked up as a featured link… and Discourse would still grab the thumbnail, but the video URL wouldn’t be available on the topic list. So it’s almost a hidden feature.
Also each video provider would need some custom logic in the theme to support embeds, so it wouldn’t work automatically for every video.
Generally this is something a custom plugin could do better. A plugin could check for video links in the original post and pull them out as the featured link automatically.
This is also fairly tricky because of similar issues, at the topic list level we have no idea if the original post has a poll… we don’t serialize any data about it. We could maybe check for poll
in the excerpt, and then try to fetch the data from the topic as a separate request… but this would only work if the poll is at the top of the post and may have some performance issues.
A custom plugin would also be able to handle this better.
Thank you! This is a helpful response. I’ll look into some potential solutions for this based on what you suggested. Ultimately, may be too big of a lift for me to attempt on my own but I might give it a go.
If I come up with a solution that might help others on that, I’ll share it. I see the challenges for sure though, and it may be a “is the juice worth the squeeze?” sort of situation.