MyBB Community Forums

Full Version: Thread ratings not showing up correctly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, after an update of MyBB my thread ratings seem to be not showing up correctly.
I've experienced this issue before, and someone on the forums helped me with it. However it's appearing again after the update.

Originally, I thought it was a template issue, so I went to the default theme and the same issue appeared. Tried reverting the default templates to original and it didn't work either.

My CHMOD permissions are correct as well as my board URL, so I'm not clear what would be causing the issue. My board is up at https://neotekgaming.com

Any help is appreciated.
Not only thread ratings, your legend icons are also missing.
2 required CSS files are not being loaded with your theme.

Can you try with default theme and see if the problem is there?
Need to confirm if this is a theme issue or a real bug ...

For further troubleshoot with your theme read this thread:
https://community.mybb.com/thread-218465.html
Default theme showed this too.

Anyway, your fix for the templates in the thread you linked seemed to fix it, so thanks for that.

(2018-07-16, 06:09 AM)effone Wrote: [ -> ]Not only thread ratings, your legend icons are also missing.
2 required CSS files are not being loaded with your theme.

Can you try with default theme and see if the problem is there?
Need to confirm if this is a theme issue or a real bug ...

For further troubleshoot with your theme read this thread:
https://community.mybb.com/thread-218465.html
Pardon me - it only fixed half of the problem. The issue still persists while viewing a thread.
Did you link the CSS in showthread template as stated in linked solution?
Yup, I tried on the default templates too.
Here's what I put:
<link type="text/css" rel="stylesheet" href="https://neotekgaming.com/cache/themes/theme1/thread_status.css" />

(2018-07-16, 06:36 PM)effone Wrote: [ -> ]Did you link the CSS in showthread template as stated in linked solution?
Hey, it seems that adding
<link type="text/css" rel="stylesheet" href="https://neotekgaming.com/cache/themes/theme1/star_ratings.css" /> to the showthread worked, even though you only said to link the thread_status.css to that template. Thanks for the help.