![]() |
Broken thread list in forum display - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Broken thread list in forum display (/thread-218465.html) Pages:
1
2
|
Broken thread list in forum display - Kaydax - 2018-07-06 Currently I am running a fresh install of MyBB 1.8.16. This error has been happening ever since I installed 1.8.15 and upgraded to 1.8.16, and even after removing everything and installing 1.8.16 without an upgrade. Currently when any looks at a forum thread list, they see this broken mess: I have tried multiple different themes, tried to fix it with css and changing the template, but cant seem to find any way to fix this issue. URL to the website is here Also if this is important to this issue I also looked at my Dev console to see this error: *Im 98% sure this is just my lastpass extension*If this information is also important to fixing this issue:
And if you want the nginx config for the server, you look at this:
RE: Broken thread list in forum display - effone - 2018-07-06 Try reverting "forumdisplay_thread_rating" template to original. Also, revert the "star_ratings.css" to default. RE: Broken thread list in forum display - Kaydax - 2018-07-06 (2018-07-06, 04:45 AM)effone Wrote: Try reverting "forumdisplay_thread_rating" template to original. Both of those are already original as this is a clean install of mybb without any tweaks RE: Broken thread list in forum display - effone - 2018-07-06 If you see your star_ratings.css as well as thread_status.css are not loading. That is breaking your legend icons as well. Make sure those css files are available and properly associated. RE: Broken thread list in forum display - Kaydax - 2018-07-06 (2018-07-06, 08:15 AM)effone Wrote: If you see your star_ratings.css as well as thread_status.css are not loading. That is breaking your legend icons as well. They seem to be here and seem to be able to be accessed fine. RE: Broken thread list in forum display - effone - 2018-07-06 Your includes: Should be (mine, 1.8.16): RE: Broken thread list in forum display - Kaydax - 2018-07-06 Then how would I fix this issue. This is a clean install after all and I don't know why it is like this (2018-07-06, 09:02 AM)effone Wrote: Your includes: I don't understand why it isn't being linked onto the page, as it says that it is: RE: Broken thread list in forum display - effone - 2018-07-06 I have just fresh installed the latest 1.8.16 package and I can't reproduce this issue. Everything is fine at my end. Since there is absolutely no data available in your site you can try reinstalling MyBB. It seems something at your end. If that was a live active board I'd have tried investigating inside your ACP, but in this case it doesn't worth. RE: Broken thread list in forum display - Kaydax - 2018-07-06 (2018-07-06, 09:21 AM)effone Wrote: I have just fresh installed the latest 1.8.16 package and I can't reproduce this issue. Everything is fine at my end. I reinstalled mybb about 3 times already, installing 1.8.15, installing 1.8.15 and upgrading to 1.8.16, and even installing 1.8.16 without an upgrade and this problem persisted throughout. Could it be my nginx configuration, or could it be the folder permissions for the files. It would be really helpful if you could help me out because there isn't any other good forum software and I need to get this site up so I can get my users onto it. RE: Broken thread list in forum display - effone - 2018-07-06 You can do some temporary fix: Open your 'forumdisplay' template and add the following just before </head>
Open your 'showthread', 'usercp' & 'search' templates and add the following just before </head> in every templates
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. |