MyBB Community Forums

Full Version: Broken thread list in forum display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2018-07-06, 09:35 AM)effone Wrote: [ -> ]You can do some temporary fix:
Open your 'forumdisplay' template and add the following just before </head>

<link type="text/css" rel="stylesheet" href="https://forum.kaydax.xyz/cache/themes/theme1/star_ratings.css" />
<link type="text/css" rel="stylesheet" href="https://forum.kaydax.xyz/cache/themes/theme1/thread_status.css" />


Open your 'showthread', 'usercp' & 'search' templates and add the following just before </head> in every templates

<link type="text/css" rel="stylesheet" href="https://forum.kaydax.xyz/cache/themes/theme1/thread_status.css" />

Ofcourse this is a very nasty fix but this should solve your problem for now.
Also, mind it, if there is really an issue remain and you change your theme you have to do the above to new theme as well.

Instead of doing it for every single template, I did the one for forum display, then inside of the "htmldoctype" template I added in the following:

<head>
	<link type="text/css" rel="stylesheet" href="https://forum.kaydax.xyz/cache/themes/theme1/thread_status.css" />
</head>

This will make it so the change is global, although very duct taped together. But this is a temp fix to the problem.
Pages: 1 2