Thanks
I can see the endpoint to create a single topic. Is there an endpoint for more than one topic creation in a single call? i.e by passing an array of topics.
I would like to add new type of topic sort - by topic creation date. Existing sort method use sorting by last post (oldest to newest and newest to oldest). Creating a new button won't be a problem, but I can't seem to find a way to get data about specific topic. I'm not asking for a complete solution, even hints are enough. Thanks in advance.
look at this topic, may be will helpful: https://community.nodebb.org/topic/9708/sort-by-topic-name
@alff0x1f Thank you, will look into it.