2
2
3
3
Allows posting questions, and accepting answers as solved.
4
4
5
+ Solved indicators will be shown next to titles throughout forum and topic
6
+ views. Mostly ideal for support forums, but can be customized for marking
7
+ topics for other purposes such as classifieds being marked as sold.
8
+
9
+ This is an update of the phpBB 3.0.x Topic Solved MOD, written by Jari Kanerva.
10
+
5
11
[ ![ Travis] ( https://img.shields.io/travis/tierra/topicsolved.svg )] ( https://travis-ci.org/tierra/topicsolved )
6
12
[ ![ Scrutinizer] ( https://img.shields.io/scrutinizer/g/tierra/topicsolved.svg )] ( https://scrutinizer-ci.com/g/tierra/topicsolved/?branch=master )
7
13
8
- ## Quick Install
14
+ ## Features
15
+
16
+ * Solved indicators show in the following locations:
17
+ * Forum View
18
+ * Topic View
19
+ * Search Results (both Post and Topic views)
20
+ * MCP Forum View
21
+ * Use custom text indicator instead of default image.
22
+ * Custom text indicators can use custom color.
23
+ * Only topic author or moderator can solve topics.
24
+ * Can be locked to only moderator access for solving topics.
25
+ * Solving topics may be set to automatically lock the topic.
26
+ * All settings can be customized per-forum.
27
+
28
+ ## Translations
29
+
30
+ This extension comes bundled with support for the following languages:
31
+
32
+ * Czech (cz)
33
+ * Dutch (nl)
34
+ * English (en)
35
+ * French (fr)
36
+ * Japanese (ja)
37
+ * Russian (ru)
38
+ * Spanish (es)
39
+ * Swedish (sv)
40
+
41
+ ## Supported Styles
9
42
10
- You can install this on the latest release of phpBB by following the steps below:
43
+ Most phpBB 3.1.x styles should work with this extension out of the box,
44
+ however, some styles require additional changes for full functionality. If your
45
+ style does not work correctly, you can request support for your style from the
46
+ [ Issue Tracker] [ ] . The following styles are explicitly supported:
47
+
48
+ * prosilver
49
+ * subsilver2
50
+ * pbtech
51
+
52
+ ## Requirements
53
+
54
+ * PHP 5.3.3+
55
+ * phpBB 3.1.3+
56
+
57
+ ## Install
58
+
59
+ You can install this extension in phpBB by following the steps below:
11
60
12
61
1 . [ Download the latest release] ( https://github.com/tierra/topicsolved/releases ) .
13
62
2 . Unzip the downloaded release, and change the name of the folder to
14
63
` topicsolved ` .
15
64
3 . In the ` ext ` directory of your phpBB board, create a new directory named
16
65
` tierra ` (if it does not already exist).
17
66
4 . Copy the ` topicsolved ` directory to ` phpBB/ext/tierra/ ` (if done correctly,
18
- you'll have the main composer JSON file at
19
- (your forum root) /ext/tierra/topicsolved/composer.json ).
67
+ this readme file should be located at:
68
+ ` phpBB /ext/tierra/topicsolved/readme.md ` ).
20
69
5 . Navigate in the ACP to ` Customise -> Manage extensions ` .
21
70
6 . Look for ` Topic Solved ` under the Disabled Extensions list, and click its
22
71
` Enable ` link.
@@ -31,9 +80,13 @@ You can install this on the latest release of phpBB by following the steps below
31
80
32
81
## Support
33
82
34
- * Report bugs and other issues to our
35
- [ Issue Tracker] ( https://github.com/tierra/topicsolved/issues ) .
83
+ Please report bugs and other issues to the [ Issue Tracker] [ ] .
84
+
85
+ [ Issue Tracker ] : https://github.com/tierra/topicsolved/issues
36
86
37
87
## License
38
88
39
- [ GNU General Public License v2] ( http://opensource.org/licenses/GPL-2.0 )
89
+ The phpBB Topic Solved extension is released under the
90
+ [ GNU General Public License v2] [ GPL-2.0 ] .
91
+
92
+ [ GPL-2.0 ] : http://opensource.org/licenses/GPL-2.0
0 commit comments