diff --git a/templates/themes/overboards/theme.php b/templates/themes/overboards/theme.php index 9e68cb17..49ddd412 100644 --- a/templates/themes/overboards/theme.php +++ b/templates/themes/overboards/theme.php @@ -209,7 +209,7 @@ 'title' => $overboard['title'], 'subtitle' => str_replace('%s', $overboard['thread_limit'], strval(min($overboard['subtitle'], $total_count))), ], - 'no_post_form' => true, + 'no_post_form' => !$config['overboard_post_form'], 'body' => $html, 'mod' => $mod, 'boardlist' => createBoardlist($mod),