bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

Maintenance Mode?

(5 posts)
  • Started 1 year ago by citizenkeith
  • Latest reply from citizenkeith
  1. citizenkeith
    Member

    Have I missed something, or is there no Maintenance Mode for bbPress?

    Posted 1 year ago #
  2. I don't think you've missed anything.

    Posted 1 year ago #
  3. No Maintenance Mode for bbPress. Could be a pretty simple plugin to write though. Any takers?

    Trent

    Posted 1 year ago #
  4. 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 #
  5. citizenkeith
    Member

    FYI...

    If you are integrated with WordPress, you can use the Maintenance Mode plugin for WP and it will work with bbPress.

    http://wordpress.org/extend/plugins/maintenance-mode/

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.