MyBB Community Forums

Full Version: Custom forum offline page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a page on my server that I would like to appear instead of the 'this bulletin board is currently offline' one when I change thesetting to offline in my admin panel. Is there any way I can do this? Thanks for your helpBig Grin
In your board closed message, try putting in:
<script type="text/javascript">
location.href="your_board_closed_page.html";
</script>