I want to order by topic creation date.
The only option I have found is latest?order=created_at
but this lists the topics based on the last activity date, so if topics have replies, then that impacts the order
I want to order by topic creation date.
The only option I have found is latest?order=created_at
but this lists the topics based on the last activity date, so if topics have replies, then that impacts the order
/latest?order=created
should work
Thanks but it doesn’t appear to order by topic creation date, more like last activity date.
I want to get a list of topics ordered by the date they were created.
are you sure you’re doing
/latest?order=created
and not
latest?order=created_at
This works. How could I configure my forum with this setup as default?
Thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.