It would be better with available fixed mode for threads. I need from old to new posts sorting method.
Maybe you know how manually change this mode in 0.39.3?
It would be better with available fixed mode for threads. I need from old to new posts sorting method.
Maybe you know how manually change this mode in 0.39.3?
From the looks of it, changing this line to id
will make threads posts from when there were started, which is effectively what you want.
Seems it would be a manual sort feature as in admincp with categories
threads = list(pinned_threads) + list(list_page.object_list)
This one get_pinned_threads
works as sorting method now