Skip to content

Commit

Permalink
Update README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed May 15, 2015
1 parent 469b4d7 commit 9ddb7e9
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ This is the repository for the development of the phpBB Auto Groups Extension
[![Build Status](https://travis-ci.org/phpbb-extensions/autogroups.png)](https://travis-ci.org/phpbb-extensions/autogroups)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpbb-extensions/autogroups/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpbb-extensions/autogroups/?branch=master)

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

1. [Download the latest release](https://github.com/phpbb-extensions/autogroups/releases).
2. Unzip the downloaded release, and change the name of the folder to `autogroups`.
3. In the `ext` directory of your phpBB board, create a new directory named `phpbb` (if it does not already exist).
4. Copy the `autogroups` directory to `phpBB/ext/phpbb/` (if done correctly, you'll have the main composer JSON file at (your forum root)/ext/phpbb/autogroups/composer.json).
5. Navigate in the ACP to `Customise -> Manage extensions`.
6. Look for `Auto Groups` under the Disabled Extensions list, and click its `Enable` link.
7. Set up and configure Auto Groups by navigating in the ACP to `Users and Groups` -> `Manage Auto Groups`.
1. [Download the latest validated release](https://www.phpbb.com/customise/db/extension/auto-groups/).
2. Unzip the downloaded release and copy it to the `ext` directory of your phpBB board.
3. Navigate in the ACP to `Customise -> Manage extensions`.
4. Look for `Auto Groups` under the Disabled Extensions list, and click its `Enable` link.
5. Set up and configure Auto Groups by navigating in the ACP to `Users and Groups` -> `Manage Auto Groups`.

## Uninstall

Expand All @@ -26,7 +23,7 @@ You can install this on the latest release of phpBB 3.1 by following the steps b

* **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](https://github.com/phpbb-extensions/autogroups/issues).
* Support requests should be posted and discussed in the [Auto Groups topic at phpBB.com](https://www.phpbb.com/community/viewtopic.php?f=456&t=2278771).
* Support requests should be posted and discussed in the [Auto Groups topic at phpBB.com](https://www.phpbb.com/customise/db/extension/auto_groups/support).

## Extending Auto Groups

Expand Down

0 comments on commit 9ddb7e9

Please sign in to comment.