Threads not sorted according to Last post

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganny512
    New Member
    • Sep 2009
    • 7
    • 3.8.x

    Threads not sorted according to Last post

    Hi,

    My forum threads are not sorted according to last post.

    How can I fix this?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Run these queries to update all forums:

    UPDATE forum
    SET defaultsortorder = 'desc'

    UPDATE forum
    SET defaultsortfield = 'lastpost'

    UPDATE forum
    SET daysprune = -1

    Then you will need to update your forum info:

    Admin CP -> Maintenance -> Update Counters

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...