MyBB Community Forums

Full Version: sql query on off board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i wanna open my board using sql query plz
Quote:UPDATE mybb_settings SET value = 0 WHERE name = 'boardclosed'

You will also need to change the setting in inc/settings.php

$settings['boardclosed']
i change setting.php manually
thx u anyway Big Grin
If you edit settings.php, you must then make the change in the ACP, else the database won't be updated and you'll just have problems.... not sure why you'd need to clsoe the baord with an SQL query if it's in the ACP but there we go...