Author

Topic: Bitcointalk setting query (Read 344 times)

sr. member
Activity: 882
Merit: 301
July 16, 2019, 01:39:36 PM
#14
Are you both replying to Welsh's comment? If so, I would also like that feature of sorting out comments according to merits received. It is still up to the reader if he/she wants to use it or not.
copper member
Activity: 2562
Merit: 2510
Spear the bees
July 16, 2019, 01:33:11 PM
#13
I rarely see more than 2 or 3 merited posts on any given page. This means you'll be trashing up to 90% of the discussion.

Now, that's usually not a problem when you're considering the holistic post quality of the forum... but given that you're seeking quality, you would be more likely to sidestep most of the spam-heavy boards. For example, 99%+ of the Altcoin boards' posts are worthless. But in Technical Discussion... we have many more high-quality posts.
legendary
Activity: 2114
Merit: 2248
Playgram - The Telegram Casino
July 16, 2019, 01:07:20 PM
#12
...

In addition it would also make it more difficult for one to get merits if others have to scroll down to get posts which haven't been merited.
There is a merit stat page which allows users check the most merited posts/replies, it's not a robust system, but it's good for now without the admins changing up the system.
member
Activity: 92
Merit: 15
Baronets is the Jet Cash domain management service
July 16, 2019, 12:33:52 PM
#11
The awarding of merits is very subjective, and it also seems to be influenced by the choice of boards. I believe that using merit counts to select or order posts would break up the sequence of the thread, and could result in the reader missing some good replies. Remember, many members seem to think that awarding merits to Legendaries is a waste of merits, so do you really want to read a thread that downvalues posts by Legendaries?
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
July 16, 2019, 12:24:02 PM
#10
Most Merited Posts in the Last...:
~snip~
All Time
If anyone's interested, I can create a complete (sorted) list of all 142773 merited posts in 51243 topics.

- Most merited topics (SUM of OP + posts) (UPDATED!) (go to the last post for the most recent update).
I'm running an update now, I'll post when it's ready.
Update: see here.
legendary
Activity: 3038
Merit: 2166
Playgram - The Telegram Casino
July 16, 2019, 10:33:32 AM
#9
Here, have a Tampermonkey script that will hide every post except for OP and merited ones:

Code:
(function() {
    'use strict';

    const links = document.getElementsByTagName('a');
    for (let i = 0; i < links.length; i += 1) {
        if (links[i].hasAttribute('name')) {
            const reply = links[i].nextElementSibling;
            const spans = reply.getElementsByTagName('span');
            let isMerited = false;
            for (let j = 0; j < spans.length; j += 1) {
                if (spans[j].innerText === 'Merited') {
                    isMerited = true;
                }
            }
            if (!isMerited) {
                reply.style.display = 'none';
            }
        }
    }
})();

Install the Tampermonkey Chrome extension (or whatever the equivalent to the browser of your choice is) and have the script run for bitcointalk.org.

The script will probably break at the simplest of edge cases but maybe it's a starting point Smiley
staff
Activity: 3290
Merit: 4114
July 16, 2019, 10:01:34 AM
#8
I think this has been suggested in the past, and if I'm not mistaken was actually considered by theymos? By allowing us to filter out/grey out replies on a topic which haven't received any merit, and only showing those that have. Could be a neat little feature, but will probably be something included in the new forum software rather than the existing as I imagine its pretty far down on the to do list.
legendary
Activity: 2730
Merit: 7065
July 16, 2019, 09:00:53 AM
#7
One possibility is to use the info Xal0lex posted 2 posts above mine, open the thread you want, then click on CTRL + F
Type 'Merited by' and at least you can find all the merited posts faster. If the thread has several pages click on display all pages to make it easier.

It's a bit of a hassle but it's better than nothing.
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
July 15, 2019, 06:52:21 PM
#6
I think he wants to sort replies within a thread based on merit counts
so he can read only the good answers/replies without having to go through the whole thread
afaik, the forum doesn't have features or settings for such capabilities
staff
Activity: 2436
Merit: 2347
legendary
Activity: 2338
Merit: 10802
There are lies, damned lies and statistics. MTwain
July 14, 2019, 04:20:03 PM
#4
<…>
Additionally you can use one of one of the following available fan-based creations:

- Most merited topics (SUM of OP + posts) (UPDATED!) (go to the last post for the most recent update).

- [STATS] Five (5) top-merited topics on every boards [ UPDATED 06/JUL ]

- Merit Dashboard. Here you can:

a) Go to go to the tab labelled “Rankings”, where the rightmost data column shows all merited threads ordered by merit count (aggregate of all merits awarded on the thread). You can use the filters on the tab to delimit the date range and/or board (i.e. Bitcoin Discussion, specific Local Board, etc.). Click on the thread name on the list to gain access to a pop-up that allows you to jump straight to the thread (“Go to a post within thread”).

b) Likewise, the tab labelled “Most Merited Post” does something similar, but on a post based scenario rather than a thread based one.
member
Activity: 103
Merit: 10
July 14, 2019, 02:33:29 PM
#3
I think you can setting in your profile then click Look and Layout Preferences.
Then allow Show most recent posts at the top.


I am not willing to see recent posts. I want to see merited ones. I request you to read the query once.
legendary
Activity: 2758
Merit: 6830
July 14, 2019, 02:28:40 PM
#2
There isn't an option like that.

The closest thing I can think off is the Merit Stats page. There are links for the most merited replies and topics, but nothing specific to a single thread.
member
Activity: 103
Merit: 10
July 14, 2019, 02:10:01 PM
#1
Is there any option were I can arrange the replies or trends in the order of the merits. That is I could see the top rated discussions on the top. Because in almost all threads there are replies that are collaborated answer of previous answers. I am not complaining here let anyone comment anything it is there point of looking at things I just wanted to sort it if possible.

Something like reddit the top upvoted comments look on the top. So, how to set the sorting in Bitcointalk?
Jump to: