Have I missed something, or is there no Maintenance Mode for bbPress?
bbPress support forums » Requests and Feedback
Maintenance Mode?
(5 posts)-
Posted 1 year ago #
-
I don't think you've missed anything.
Posted 1 year ago # -
No Maintenance Mode for bbPress. Could be a pretty simple plugin to write though. Any takers?
Trent
Posted 1 year ago # -
I couldn't make a plugin for it, but you can restrict users without the "administrate" capability from accessing the site by appending this line to bb-settings.php:
if ( ! bb_current_user_can( 'administrate' ) ) { die('<p>The site is down for maintenance.</p>'); }Posted 1 year ago # -
FYI...
If you are integrated with WordPress, you can use the Maintenance Mode plugin for WP and it will work with bbPress.
Posted 3 months ago #
Reply
You must log in to post.