How to put the forum in maintenance mode and back: Difference between revisions From Online Manual

Jump to: navigation, search
Line 6: Line 6:
# Check the box labelled '''Enable Maintenance Mode.'''  
# Check the box labelled '''Enable Maintenance Mode.'''  
# Change the '''Subject for display Maintenance'''
# Change the '''Subject for display Maintenance'''
# If you wish, you may change the '''Message for display'''. By default, this is<br />
# If you wish, you may change the '''Message for display'''.
Okay faithful users...we're attempting to restore an older backup of the database...news will be posted once we're back!'''
# All guests and members will see the message you have entered.
# All guest's and member's will see the message you have entered.
# Then select the save button
# Then select the save button



Revision as of 17:12, 4 October 2011

How to put the forum in Maintenance Mode

  1. Go to Administration > Configuration > Server Settings > General. Here is how to get there:
    • Log into your forum and select "admin" from the navigation menu.
    • From the "Configuration" section of the administration panel, select Server Settings
    • Choose the General tab.
  2. Check the box labelled Enable Maintenance Mode.
  3. Change the Subject for display Maintenance
  4. If you wish, you may change the Message for display.
  5. All guests and members will see the message you have entered.
  6. Then select the save button

How to take the forum out of Maintenance Mode

  1. Go to Administration > Configuration > Server Settings > General (see above)
  2. Uncheck the box labelled Enable Maintenance Mode
  3. Select the save button

How to set Maintenance Mode without logging into the forum

  1. Log in to your forum's control panel
  2. Go to your File manager
  3. Find the folder your forum's files are in. This could be public_html, www or several other things, depending on your host.
  4. Find the file Settings.php, and make a back-up copy of it, just in case you make a mistake while editing it.
  5. Open the file Settings.php for editing:
    • right-click on the file
    • From the pop-up menu, select Code Edit or Edit
    • Select "edit" from the pop-up
  6. Find $maintenance in the file. Here are the settings you can use:
    • maintenance = 0; -- Out of Maintenance mode
    • maintenance = 1; -- In Maintenance mode
    • maintenance = 2; -- "Extra" Maintenance mode -- nobody can log in, not even admin.
  7. Save the file by selecting Save Changes.


Advertisement: