Comment to 'Messenger 12.0.5'
Comment to Messenger 12.0.5
  • Hello!

    By default, items in the talks' list are ordered by update time or if talk is empty then by date of talk's creation, thus you can see as first, talk which was created last even if it is empty.

    So, you can replace this line

    IF (`l`.`{$this->CNF['FIELD_UPDATED']}` = 0, `l`.`{$this->CNF['FIELD_ADDED']}`, `l`.`{$this->CNF['FIELD_UPDATED']}`) as `order` 
    

    with this

    `l`.`{$this->CNF['FIELD_UPDATED']}` as `order`
    

    in file modules/boonex/messenger/BxMessengerDb.php.

    After that it will work as you described, first you will see talks with messages only and empty talks will be in the end of the list and to see them member should scroll to the very bottom of the list.

    About Photos: Do you mean you can not copy/past image file to the browser window on PC? It works but not the all browsers suport this ability. It works in Chrome for example, but doesn't work in FF.