Skip to:
Content
Pages
Categories
Search
Top
Bottom

Posts to appear in Descending order

  • Is there a way to make posts in a topic appear in a descending order… the latest posts come first…

Viewing 2 replies - 1 through 2 (of 2 total)

  • thomasklaiber
    Member

    @thomasklaiber

    You mean ascending? ^^

    It think currently this can only be done by hardcoding. Look at functions.php around line 44-66 and you can change

    $bb_last_countable_query = "SELECT * FROM $bbdb->topics $where ORDER BY topic_time DESC LIMIT $limit";

    to

    $bb_last_countable_query = "SELECT * FROM $bbdb->topics $where ORDER BY topic_time ASC LIMIT $limit";

    But then every post-listing will be ordered as ascending.

    This is the only way I can figure out at the moment…

    Thanks Thomaskla… will try it out!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar