Monkey644 Posted April 5, 2010 Posted April 5, 2010 Hey all, My mail box is boring and it isn't showing in the main menu that i have mail. Can anyone help me? Cheers :thumbsup: Quote
Nicholas Posted April 5, 2010 Posted April 5, 2010 it help it if can post up your mainmenu.php to see if we can find the problem. Quote
lucky3809 Posted April 26, 2010 Posted April 26, 2010 Maybe your missing a simple code as in.... if($ir['new_mail'] > 0) { $db->query("UPDATE mail SET mail_read=1 WHERE mail_to=$userid"); $db->query("UPDATE users SET new_mail=0 WHERE userid=$userid"); .... Goes in your mailbox.php Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.