Bitcoin Forum

Other => Meta => Topic started by: diouf67 on October 13, 2017, 11:37:46 AM



Title: Order topics by creation date
Post by: diouf67 on October 13, 2017, 11:37:46 AM
Hello,

Is there any way in which it is possible to order topics by the day they were created instead of by the latest posts? For example, I would like to see new ANN threads but often find it difficult to identify them as the most recent ones are all big popular ones.


Title: Re: Order topics by creation date
Post by: CodyAlfaridzi on October 13, 2017, 11:47:18 AM
Add this to the board url
Code:
sort=first_post;desc

Example for altcoin announcement section: https://bitcointalk.org/index.php?board=159.0;sort=first_post;desc
It will sort the threads in that section based on thread creation date from the newest to the oldest.


Title: Re: Order topics by creation date
Post by: diouf67 on October 13, 2017, 11:51:35 AM
Add this to the board url
Code:
sort=first_post;desc

Example for altcoin announcement section: https://bitcointalk.org/index.php?board=159.0;sort=first_post;desc
It will sort the threads in that section based on thread creation date from the newest to the oldest.


Thank you very much! I will make a note of this somewhere to remember it for future use.