Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    in fep-class.php find

    last_date DESC LIMIT %d

    Replace with

    last_date ASC LIMIT %d

    Thread Starter oh123

    (@oh123)

    Doesnt work. Nothing changes. Tried to start new threads and answear already made ones. Any other idea?

    Plugin Author Shamim Hasan

    (@shamim51)

    That answer was for show messages in message box.
    If you want in thread find

    parent_id = %d ORDER BY id ASC

    Replace with

    parent_id = %d ORDER BY send_date DESC

    Thread Starter oh123

    (@oh123)

    Dont work either, when doing so no messages are displaying

    Plugin Author Shamim Hasan

    (@shamim51)

    are you using latest version?
    try using latest version and send message after changing this line.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Newest messages on top instead of bottom?’ is closed to new replies.