• Xenforo Cloud upgraded our forum to XenForo version 2.3.4. This update has created styling issues to our current templates, this is just a temporary look. We will continue to work on clearing up these issues for the next few days and restore the site to its more familiar look, but please report any other issues you may experience so we can look into. Thanks for your patience and understanding.

Did They Just Manage To Ruin The Site Even More?

1736871484473-jpeg.1079520
 
We're probably giving Sherdog's management too much benefit of the doubt, and that insult to Indians is unfair.

They probably outsourced the forum's update to Afghanistan.


Fixing things like size and ratio for mobile in the year 2025 shouldn't be that hard. I've worked with Vbulletin before and it wasn't really complex. The code templates have been roughly the same for awhile now. Here's an CSS example:

/* For mobile devices */

Media Only Screen (max-width: 768px)

*/width: 100%/* !important; /* Ensures the message takes full width on smaller screens


*/padding: 10px; /* Adds padding for better touch interaction

*/font-size: 16px; /* Larger font size for readability on small screens

*/ line-height: 1.5; /* Increased line height for better legibility */


/* Adjust table layouts if used for message display */message table ( width: 100% !important; display: block; /* Stacking tables vertically * .message td {display: block; width: 100% !important; text-align: left; }

/* This example sets a uniform border size for all elements with the class 'myCustomBorder' */
.myCustomBorder {
border: 2px solid $stylevar[border.color]; /* $stylevar[border.color] is a vBulletin style variable for border color */}


I know it's probably not the same for Xenforo, but my point is that this isn't hard to toy around with. They need to shut down and play with the ratios for an afternoon
 
Last edited:
Fixing things like size and ratio for mobile in the year 2025 shouldn't be that hard. I've worked with Vbulletin before and it wasn't really complex. The code templates have been roughly the same for awhile now. Here's an CSS example:

/* For mobile devices */

Media Only Screen (max-width: 768px)

*/width: 100%/* !important; /* Ensures the message takes full width on smaller screens


*/padding: 10px; /* Adds padding for better touch interaction

*/font-size: 16px; /* Larger font size for readability on small screens

*/ line-height: 1.5; /* Increased line height for better legibility */


/* Adjust table layouts if used for message display */message table ( width: 100% !important; display: block; /* Stacking tables vertically * .message td {display: block; width: 100% !important; text-align: left; }

/* This example sets a uniform border size for all elements with the class 'myCustomBorder' */
.myCustomBorder {
border: 2px solid $stylevar[border.color]; /* $stylevar[border.color] is a vBulletin style variable for border color */}


I know it's probably not the same for Zenforo, but my point is that this isn't rocket science. They need to shut down and play with the ratios for an afternoon

Apparently its a really hard job for the taliban.
 
Back
Top