No way itโs amazing!
.rewind__header-logo {
display: grid;
grid-template-areas:
"logo rewind"
"logo year";
width: 7em;
background-image: url('https://segredin.com/uploads/default/original/1X/7f734dd70ffa4c740309c5be684d39b66905cec6.png'); /* Small Logo */
background-size: contain;
background-repeat: no-repeat;
background-position: center left;
padding-left: 3.5em;
min-height: 3.5em;
position: relative;
}
.rewind__header-logo svg {
display: none;
}
.rewind__header-title {
grid-area: rewind;
align-self: end;
font-size: 0.9em;
}
.rewind__header-year {
grid-area: year;
align-self: start;
font-size: 0.9em;
}
Thanks, it works. I also added this to your code to straighten the text:
.rewind__header-title {
transform: none;
}
The Discourse logo is still appearing on the user avatar on the top right of the screen, but it disappeared already, so Iโll have to create a test account later to find the right CSS.
It would be useful for admins to be able to see the rewinds on other user profiles as they see it.
I will hide at profile header because I canโt change logo and background so two shortcuts to the same action I prefer the second
If anyone know where I translate this I appreciate
<div class="wordart-text">your contributions helped</div>
Oh this one fell through the cracks, will fix it with a translation.
Yes I do need a little sleep now and then ![]()
Will make this change as part of the change to allow for sharing rewinds.
Okay a couple of fixes are live now:
My site is running Discourse 2025.12.0-latest. In the latest features I saw the toggle to enable Rewind. When I toggle it on I get an error of:
An error occurred: Enabled is not included in the list
If I search for Rewind in my plugins list, nothing is found. Trying to load /my/activity/rewind results in page not found.
What version was this added in? I assume Iโm on the latest with this feature since itโs in the โNew Features Availableโ list.
This may not be the โlatestโ latest it can be as the hard-working Discourse dev team trickle in lots of new features and improvements almost every single day. ![]()
Did you update your site in the last day or so?
It is odd that youโre seeing some Whatโs New info for it if itโs not live on your site yet. I thought maybe theyโd included the info prematurely, but Iโve not updated my site yet this month and itโs not shown up in my Whatโs New feed yet. ![]()
My site is hosted by Discourse and gets updated whenever they do the update. Iโd assume they updated their hosted ones with the latest latest, but who knows. Can someone who has the feature confirm which version they have? Is it 2025.12.0-latest?
The version name only changes once a month. What really matters is the exact version you are on.
You can see on your admin dashboard when your site was updated. Mine says
which is before rewind was added to Discourse. So I am still waiting for the next update. The exact version of my forum is 0e0e716e0d.
You can find the exact version in the browser console or by following the steps in Finding what version of Discourse you're using
(post deleted by author)
My Admin Dashboard says it was updated 15 hours ago, so it should have it, right? Here is the exact version from the meta tag: Discourse 2025.12.0-latest - ๏ฟผ version 5a8a0351fcc75f847c10f4753aa91a1e8f92027e
Indeed, it should work on that version. Does it work to search for the setting in โall site settingsโ and enable Discourse rewind enabled there?
Hold tight @msohm โฆ one of our engineers will have a look and sort you out.
Found the issue, itโs to do with new features feeds + a regression based on recent upcoming change work, working on a fix now.
Iโm just getting this
And it never finishes loading (it eventually 502 error once the loading stops and the screen goes black if I click on it). I updated everything to the latest version 5 minutes ago so itโs not that
Edit: it seems to maybe only be my account, one of my members just mentioned it so his is working and I tried on another account and it worked too. Maybe my main one has too many posts or something to go through?
Any error on the /logs page ?
It does appear to be specifically mine (although I canโt test every account but three others work including my other admin). My only guess is itโs related to the amount of posts etc. that itโs trying to tabulate the data from on me
Yeah if you are getting a 502 error it will be some massive query timing out I suppose. Are you self-hosting or hosted with us?


