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?
Yup, that is the latest afaik. At least thatās the one here on Meta too.
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
2025.12.0-latest will be the name of the ālatestā version for all this month, but there will still be new features and fixes added throughout. So my self-hosted site is 2025.12.0-latest even though I havenāt updated since the end of November, and a business site Iām an admin on is also 2025.12.0-latest with an update date of 3rd Dec. The business site is on a more specific newer version and has all the new things that were added inbetween. (And meta is on 2025.12.0-latest as well, even though it has a special bit of magic that updates the site after every new commit so itās always the freshest of fresh
)
If you scroll down on your admin dashboard you should be able to see the date your site was last updated at the bottom. This new feature was only added yesterday so if your last update was before that then youāll get Rewind the next time your site is updated.
Though often the support team can update your site on request if you email team@discourse.org or message @team while logged in here on meta. Itās not always a sure thing, but it may be worth asking.
![]()
Ahh. I was too slow and Moin pipped me ![]()
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.
