blob: e45742f6cb00055712fb419aec9ca820fcbb5175 [file] [log] [blame] [view]
Alex Ivanov05040302020-12-23 10:09:04 +03001[En español](op_indicator.es.md) [Русский](op_indicator.ru.md)
avm99963ad65e752020-09-01 00:13:59 +02002
3# OP indicator
4This is a feature which shows an indicator in threads next to the OP's username,
5in order to help PEs notice whether the OP has participated in other threads,
6which helps PEs find duplicate threads or get more context about the user
7problem by visiting the other threads in which they posted/replied.
8
9There are two options, which use different methods and indicators to help you
10determine whether the OP participated in other threads:
11
121. The first option searches in the current Forum for the 5 most recent posts
13in which the OP participated. Then, depending on the thread list returned, a dot
14is displayed next to their username with one of the following states:
avm999633b0be6e2020-09-01 21:47:11 +020015 * Blue dot: if the search only returned the current thread.
16 * Orange dot: if the search returned more threads, but the other threads are
17 marked as read.
18 * Red dot: if the search returned more threads, but at least one of the other
19 threads is not marked as read.
avm99963ad65e752020-09-01 00:13:59 +0200202. The second option makes a request to load the user profile instead of
21searching in the forum the actual threads. This returns the number of posts
22(including new threads, normal replies and recommended replies) made by the user
avm99963adca2592020-09-09 01:18:49 +020023in the current forum over the last year, aggregated by month. The extension sums
24the values for the `n` most recent months (`n` is a configurable value) and then
25shows this resulting number next to the OP's username.