Lubos Hi, new user of a self-hosted forum. As far as I can tell, there is no option to sort discussions by the title, alphabetically. Am I completely missing it, or is there a quick hack to enable it? How about an extension? Thanks for any guidance.
clarkwinkelmann Lubos I don't think it can be achieved natively. You would have to write an extension to add that feature. On the backend side it should be as easy as using the ApiController extender to add title to the valid sort options. Creating the frontend UI that goes with the API would require a little bit more code. You should be able to see some examples in extensions like Gamification that add a new option to sort by votes.