MyBB Community Forums

Full Version: locked - offlock error in index.php (1.8.21)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
mybb 1.8.21
there are errors on the main page (index.php) due to the following errors.

inc / languages / english / global.lang.php line 53
$l['forum_closed'] = "Forum is Closed"; (wrong)
$l['forum_locked'] = "Forum is Closed"; (true)


install / resources / mybb_theme.xml line 326
(global.css line 315)
.forum_offclose { (wrong)
.forum_offlock { (true)

hope it will be corrected in the new version...