Author

Topic: How to sort posts in a board by original post time? (Read 1638 times)

newbie
Activity: 16
Merit: 0
How to sort posts in a board?

For instance, order by the OP datetime, rather than last reply datetime?


Created userscript to add button for sorting.
https://github.com/MazdaFunSun/Bitcointalk/blob/master/sort-[Suspicious link removed]

merits appreciate  Smiley Smiley

How do you use this script? Can you give an example of how to utilize it?
full member
Activity: 490
Merit: 123
How to sort posts in a board?

For instance, order by the OP datetime, rather than last reply datetime?


Created userscript to add button for sorting.
https://github.com/MazdaFunSun/Bitcointalk/blob/master/sort-bitcointalk.user.js

merits appreciate  Smiley Smiley
hero member
Activity: 1764
Merit: 584
For some reason if you try to do this on android, it won't work, at least from what I tried in Chrome. Can't get to the sorted page.
hero member
Activity: 658
Merit: 500
you mean like this?
https://bitcointalk.org/index.php?board=1.0;sort=first_post;asc

just add a ";sort=first_post;desc" (or ;asc) after board=x.x.

It works! Thanks a lot =--Encrypted--, also to those who replied.
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
It seems when there is only one page in the thread it shows the date of the last post in the results which make it appear to be out of order but if you open the thread, the order is correct based on the date of the first post.

Regardless of how you sort it and the number of pages in the thread, the last column will always show the time and date of the last post and the username of the person who made it.


I had it bookmarked since forever. I think theymos posted it somewhere once upon a time.

edit:
https://bitcointalksearch.org/topic/view-threads-by-op-chronological-order-917683

Cool Cheesy

I found it here http://www.simplemachines.org/community/index.php?P=205c29b41c7bd76e7b5e601b71d5b8f9&topic=17921.msg147010#msg147010
member
Activity: 84
Merit: 10
★YoBit.Net★ 350+ Coins Exchange & Dice
Like a blast into the past,I am so glad their is this option to go back and read in order.
Thanks for this link --Encrypted-- ,see you guys in a few years.
copper member
Activity: 924
Merit: 1007
hee-ho.
you mean like this?
https://bitcointalk.org/index.php?board=1.0;sort=first_post;asc

just add a ";sort=first_post;desc" (or ;asc) after board=x.x.

 Nice!  That works;)
It seems when there is only one page in the thread it shows the date of the last post in the results which make it appear to be out of order but if you open the thread, the order is correct based on the date of the first post.

 How did you figure this out?


I had it bookmarked since forever. I think theymos posted it somewhere once upon a time.

edit:
https://bitcointalksearch.org/topic/view-threads-by-op-chronological-order-917683
legendary
Activity: 3808
Merit: 7912
you mean like this?
https://bitcointalk.org/index.php?board=1.0;sort=first_post;asc

just add a ";sort=first_post;desc" (or ;asc) after board=x.x.

 Nice!  That works;)
It seems when there is only one page in the thread it shows the date of the last post in the results which make it appear to be out of order but if you open the thread, the order is correct based on the date of the first post.

 How did you figure this out?
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
you mean like this?
https://bitcointalk.org/index.php?board=1.0;sort=first_post;asc

just add a ";sort=first_post;desc" (or ;asc) after board=x.x.

Works. Smiley

Reference:
Quote
By default, SMF sorts threads in boards by the date & time of the last post made.  This modification allows the administrator to set up new possibilities for sort methods, on a board by board basis:

- Last post - default
- Started by
- Replies
- Views
- First post
- Subject

Each can also be sorted in ascending or descending order.

These settings by the administrator are default only.  Users can change them on a time-by-time basis.
copper member
Activity: 924
Merit: 1007
hee-ho.
you mean like this?
https://bitcointalk.org/index.php?board=1.0;sort=first_post;asc

just add a ";sort=first_post;desc" (or ;asc) after board=x.x.
legendary
Activity: 3808
Merit: 7912
There is no way to do this at the user level.  You can kind of do a work-around and use the search feature selecting only one board, searching for something very common and selecting "oldest post first" for the sort method but I'm pretty sure you will miss some of the posts.
hero member
Activity: 658
Merit: 500
How to sort posts in a board?

For instance, order by the OP datetime, rather than last reply datetime?
Jump to: