2
Hi,
Edit the file named viewpmsg.php and replace the line :
$pm_arr =& $pm_handler->getObjects(new Criteria('to_userid', $xoopsUser->getVar('uid')));
with :
$pm_arr =& $pm_handler->getObjects($mycrit);
and
just before this line, insert :
$mycrit=new Criteria('to_userid', $xoopsUser->getVar('uid'));
$mycrit->setOrder('DESC');
bye,
Hervé