Connorhd wrote:

you have to tick save message when you send it for it to be in sentbox

Thanks a lot...am i blind ?

Hello there,

i've instaled PMS on a 12.5 punBB release but the private sent box does not work correctly. Not any message is stored in the send box when you send it...why ?

I saw this line :

// Fetch messages
$result = $db->query('SELECT * FROM '.$db->prefix.'messages WHERE owner='.$pun_user['id'].' AND status='.$box.' ORDER BY posted DESC LIMIT '.$limit) or error('Unable to fetch messages list for forum', __FILE__, __LINE__, $db->error());

and i see that only the received message are selected...why ?

Thanks for help

Denis