Hendrizius
Wed 16th Apr '08, 1:20pm
Which query do I have to use to show the posts in all forums sorted descending by last post?
Thanks.
Jake Bunce
Wed 16th Apr '08, 7:50pm
Run these queries:
UPDATE forum
SET defaultsortorder = 'desc'
UPDATE forum
SET defaultsortfield = 'lastpost'
Then you will need to update your forum info:
Admin CP -> Maintenance -> Update Counters
vBulletin® v3.8.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.