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
You can install this on the latest release of phpBB 3.1 by following the steps below:
7
+
## Install
9
8
10
-
1.[Download the latest release](https://github.com/phpbb-extensions/googleanalytics/releases).
11
-
2. Unzip the downloaded release, and change the name of the folder to `googleanalytics`.
12
-
3. In the `ext` directory of your phpBB board, create a new directory named `phpbb` (if it does not already exist).
13
-
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).
14
-
5. Navigate in the ACP to `Customise -> Manage extensions`.
15
-
6. Look for `Google Analytics` under the Disabled Extensions list, and click its `Enable` link.
16
-
7. Set up and configure Google Analytics by navigating in the ACP to `General` -> `Board Configuration` -> `Board Settings`.
9
+
1.[Download the latest validated release](https://www.phpbb.com/customise/db/extension/googleanalytics/).
10
+
2. Unzip the downloaded release and copy it to the `ext` directory of your phpBB board.
11
+
3. Navigate in the ACP to `Customise -> Manage extensions`.
12
+
4. Look for `Google Analytics` under the Disabled Extensions list, and click its `Enable` link.
13
+
5. Set up and configure Google Analytics by navigating in the ACP to `General` -> `Board Configuration` -> `Board Settings`.
17
14
18
15
## Uninstall
19
16
@@ -27,5 +24,9 @@ You can install this on the latest release of phpBB 3.1 by following the steps b
27
24
* Report bugs and other issues to our [Issue Tracker](https://github.com/phpbb-extensions/googleanalytics/issues).
28
25
* Support requests should be posted and discussed in the [Google Analytics topic at phpBB.com](https://www.phpbb.com/customise/db/extension/googleanalytics/support).
29
26
27
+
## Translations
28
+
29
+
* Translations should be posted to the [Google Analytics topic at phpBB.com](https://www.phpbb.com/customise/db/extension/googleanalytics/support/topic/130756). We accept pull requests for translation corrections, but we do not accept pull requests for new translations.
30
+
30
31
## License
31
32
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)
0 commit comments