MyBB Community Forums

Full Version: Prevent star_ratings.css from loading
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been doing some performance tuning on our mybb forum.

Even though we have thread ratings disabled (and have no plans to turn it on), star_ratings.css is still being loaded. It seems to load on every page.

I've tried detaching it from the theme pages in ACP, but it still seems to load.

I was going to go into the database and try deleting it from the stylesheets field in the theme table, but thought I would ask here first.

Is there an easy way to remove star_ratings.css from the current theme?
try attaching it to a little used page, I have it loading on calendar.php only - even though calendar is disabled.
I thought I tried that before with no success. I just tried it again (attached it to the non-existing page donotload.php) and it seemed to do the trick.

Thanks!