Which query do I have to use to show the posts in all forums sorted descending by last post?
Thanks.
Which query do I have to use to show the posts in all forums sorted descending by last post?
Thanks.
Run these queries:
Code:UPDATE forum SET defaultsortorder = 'desc'Then you will need to update your forum info:Code:UPDATE forum SET defaultsortfield = 'lastpost'
Admin CP -> Maintenance -> Update Counters
Bookmarks