Bitcoin Forum

Other => Meta => Topic started by: nextblast on June 03, 2016, 12:47:02 AM



Title: How to sort posts in a board by original post time?
Post by: nextblast on June 03, 2016, 12:47:02 AM
How to sort posts in a board?

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


Title: Re: How to sort posts in a board by original post time?
Post by: xhomerx10 on June 03, 2016, 01:45:30 AM
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.


Title: Re: How to sort posts in a board by original post time?
Post by: --Encrypted-- on June 03, 2016, 06:11:42 AM
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.


Title: Re: How to sort posts in a board by original post time?
Post by: ndnh on June 03, 2016, 11:17:13 AM
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. :)

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.


Title: Re: How to sort posts in a board by original post time?
Post by: xhomerx10 on June 03, 2016, 02:44:03 PM
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?


Title: Re: How to sort posts in a board by original post time?
Post by: --Encrypted-- on June 03, 2016, 04:47:57 PM
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://bitcointalk.org/index.php?topic=917683.0


Title: Re: How to sort posts in a board by original post time?
Post by: Evildrum on June 04, 2016, 12:04:22 AM
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.


Title: Re: How to sort posts in a board by original post time?
Post by: ndnh on June 04, 2016, 06:44:11 AM
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://bitcointalk.org/index.php?topic=917683.0

Cool :D

I found it here http://www.simplemachines.org/community/index.php?P=205c29b41c7bd76e7b5e601b71d5b8f9&topic=17921.msg147010#msg147010


Title: Re: How to sort posts in a board by original post time?
Post by: nextblast on June 06, 2016, 04:30:51 AM
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.


Title: Re: How to sort posts in a board by original post time?
Post by: Mometaskers on September 08, 2017, 02:00:25 PM
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.


Title: Re: How to sort posts in a board by original post time?
Post by: mazdafunsun on February 16, 2018, 02:18:45 PM
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  :) :)


Title: Re: How to sort posts in a board by original post time?
Post by: DiggyDiggy on March 29, 2018, 12:40:02 PM
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  :) :)

How do you use this script? Can you give an example of how to utilize it?