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