sherdog looks pathetic

XenForo decided to take revenge on both Sherdog users AND administrators for refusing to accept 2FA. <scurred>
 
Forum is on its last legs and has been for a while.

The website and media side is also on its death bed.

Sad times. Fuck knows what forum I’ll browse when this one is gone.
oh-fuck.gif
 
It’s so bad, basically unusable

Everything that’s happened since the big “upgrade” has just been going from bad to worse

At this point the only hope is the revert to the old forum software
 
I made a tampermonkey script to fix the black message background, was really bugging me. Seriously doubt anyone will bother to use it, but if you install the tampermonkey chrome extension (not available on mobile devices unfortunately) you can add the script below. If people are interested I can extend it to fix other formatting issues as well although sherdogs IT department will presumably start fixing things at some point.

Tampermonkey extension: https://chromewebstore.google.com/d...mkfjojejmpbldmpobfkfo?utm_source=ext_app_menu

script to fix black message background:

// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 2025-01-15
// @description try to take over the world!
// @Author You
// @match https://forums.sherdog.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==

(function() {
'use strict';
var styles = `
.message-body {
background: unset !important;
}

.bbWrapper {
background: unset !important;
}

var styleSheet = document.createElement("style")
styleSheet.textContent = styles
document.head.appendChild(styleSheet)
console.log('loaded tampermonkey script!!');
})();
 
It's honestly baffling the amount of issues they had. Some guy made a post in a thread the other day saying basically they have more issues than any simple forum he's ever seen, and I have to say I agree.
 
I don't like the black fonts when writing something. My brain always get confused and always think it's a quote to a reply.
Especially posting... then having to delete the caption AFTER posting, must've double posted at least 20 times :|
 
It’s going to be tough later in the PBP
Thread but the crew will soldier on.
 
Most incredible thing is that there isn't even a backup of the version prior to the Xenforo update to rollback all of this mess. I am assuming not even the templates with the styles were saved. To the tech nerd managing this, stop eating meatloaf and fix core.min.js and editor.min.js.
 
Back
Top