MyBB Community Forums

Full Version: How to make a custom 'board offline' template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Mybb uses error_template to show board offline message, how to use a full page HTML template for an offline board?
Make sure you keep a backup of your error template.
Quite simple, modify the error template of your theme to this i.e.
Home » Template Sets » YOUR THEME Templates » error
<!DOCTYPE html>
<html>
<body>
{$error}
</body>
</html>

This will also modify the page for other error templates. You can remove the error template by making it empty and add the html to individual templates as well.
I need some alternative as it messes up next 20 things.
I think I understand what you are asking. Check out this plugin and see this thread to learn how to update it to MyBB 1.8.