DieterKoblenz / boardrules

This is the repository for the development of the phpBB Board Rules Extension.

Home Page:https://www.phpbb.com/community/viewtopic.php?f=456&t=2208976

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpBB Board Rules Extension

This is the repository for the development of the phpBB Board Rules Extension.

Build Status

Quick Install

You can install this on the latest release of phpBB 3.1 by following the steps below:

  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to boardrules.
  3. In the ext directory of your phpBB board, create a new directory named phpbb (if it does not already exist).
  4. Copy the boardrules directory to phpBB/ext/phpbb/ (if done correctly, you'll have the main extension class at (your forum root)/ext/phpbb/boardrules/ext.php).
  5. Navigate in the ACP to Customise -> Manage extensions.
  6. Look for Board Rules under the Disabled Extensions list, and click its Enable link.
  7. Set up and configure Board Rules by navigating in the ACP to Extensions -> Board Rules.

Uninstall

  1. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  2. Look for Board Rules under the Enabled Extensions list, and click its Disable link.
  3. To permanently uninstall, click Delete Data and then delete the /ext/phpbb/boardrules directory.

Support

  • Important: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (beta, RC) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.
  • Report bugs and other issues to our Issue Tracker.
  • Support requests should be posted and discussed in the Google Analytics topic at phpBB.com.

License

GNU General Public License v2

About

This is the repository for the development of the phpBB Board Rules Extension.

https://www.phpbb.com/community/viewtopic.php?f=456&t=2208976

License:GNU General Public License v2.0