You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ This is the repository for the development of the Google Analytics Extension for
6
6
7
7
8
8
## Quick Install
9
-
You can install this on the latest copy of the develop branch ([phpBB 3.1-dev](https://github.com/phpbb/phpbb3)) by following the steps below:
9
+
You can install this on the latest release of phpBB 3.1 by following the steps below:
10
10
11
11
1.[Download the latest release](https://github.com/phpbb-extensions/googleanalytics/releases).
12
12
2. Unzip the downloaded release, and change the name of the folder to `googleanalytics`.
13
13
3. In the `ext` directory of your phpBB board, create a new directory named `phpbb` (if it does not already exist).
14
-
4. Copy the `googleanalytics`folder to `phpBB/ext/phpbb/` (if done correctly, you'll have the main extension class at (your forum root)/ext/phpbb/googleanalytics/composer.json).
14
+
4. Copy the `googleanalytics`directory to `phpBB/ext/phpbb/` (if done correctly, you'll have the main composer JSON file at (your forum root)/ext/phpbb/googleanalytics/composer.json).
15
15
5. Navigate in the ACP to `Customise -> Manage extensions`.
16
16
6. Look for `Google Analytics` under the Disabled Extensions list, and click its `Enable` link.
17
17
7. Set up and configure Board Rules by navigating in the ACP to `Extensions` -> `Google Analytics`.
@@ -20,10 +20,11 @@ You can install this on the latest copy of the develop branch ([phpBB 3.1-dev](h
20
20
21
21
1. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
22
22
2. Look for `Google Analytics` under the Enabled Extensions list, and click its `Disable` link.
23
-
3. To permanently uninstall, click `Delete Data` and then delete the `/ext/phpbb/googleanalytics`folder.
23
+
3. To permanently uninstall, click `Delete Data` and then delete the `/ext/phpbb/googleanalytics`directory.
24
24
25
25
## Support
26
26
27
+
***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.**
27
28
* Report bugs and other issues to our [Issue Tracker](https://github.com/phpbb-extensions/googleanalytics/issues).
28
29
* Support requests should be posted and discussed in the [Google Analytics topic at phpBB.com](https://www.phpbb.com/community/viewtopic.php?f=456&t=2249256).
0 commit comments