Original Post - 05/24/2025 03:20 AM *(edited)

As you may know, the 2017 theme is currently 100% broken, because of the rewrite. If you enable it, there is a very strong chance (like 99%) that you will have to delete your cookies in order to fix the broken loop that occurs. **So here's as faithful a recreation of 2017 as you can get with current website theme.**

NOTE: This only works with light mode, the theme will break on dark mode or any other mode. All credit to the original developer of the theme back in 2020, **pizzaboxer**, yes, that one.

1) Install Stylus. Stylus is an extension that allows you to change the way websites look through CSS. **Do not install "Stylish"!** It will not work and Stylus is an improved version of it that doesn't track your personal information.

2) Navigate to https://userstyles.world/style/22488/finobe-net-2017-theme which is my fork of pizzaboxer's original theme from back in 2020. My only contribution is locally hosting the images on my personal website as the original images have long gone.

3) Press install a few times, first on the page originally and then when it prompts you to in another tab of your browser of choice.

4) Profit

Please tell me if something is broken or otherwise not functional, while I am not the original creator (cannot stress this enough) I do know enough to potentially fix any flaws. It is not 1:1 to Finobe as it was in 2017, that is only possible if the developers are dedicated enough to recreate that, but this is as faithful a recreation you can get with the 2018+ theme.

Have fun!

2
2
0
Reply - 05/24/2025 03:43 AM *(edited)

ini

Posts: 4

this is pretty cool, but it seems like it hides the option to rate posts on the forums for some reason

that is the only issue i could find, looks normal everywhere else

good job on the theme :d

1
1
0
Reply - 05/24/2025 03:55 AM

orangedoranges

Posts: 11

I didn't make the theme so I don't take any credit for it

The choice to hide the option to rate posts was deliberate because it wasn't a thing back in 2017

Here's how you can add it back though

.forum-voter {
display: all!important;
}

.forum-vote-total {
display: all;
}

In code 5 and 6 respectively

2
2
0
Reply - 05/24/2025 04:57 AM

ini

Posts: 4

ur awesome thanks

0
0
0