Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Getting Stats Box to work in 2.3

I like stats box, but it didn't work in v2.3 since it wasn't loading the stylesheet, so I fixed it by changing line #88
from
$Sender->AddCSSFile($this->GetResource('design/statsbox.css', FALSE, FALSE));
to
$Sender->addCssFile('statsbox.css', 'plugins/StatsBox');

Comments

Sign In or Register to comment.