Uridium Posted October 23, 2009 Posted October 23, 2009 This very small addition will let the sender of a message know if the person they have sent it to has read their mail or not. look for the function mail_outbox and find this part $sent=date('F j, Y, g:i:s a',$r['mail_time']); below it add $status = ($r['mail_read'] == 0) ? "<font color=red>Unread</font>" : "<font color=green>Read</font>"; add a new bit to the end of the table statement so it reads <th>Status</th> Now on the print statement that has the <a href='viewuser.php?u={$r['userid']}'> add this to the near end <td>$status</td> Quote
Gucci Mane Posted October 23, 2009 Posted October 23, 2009 I want to add this mod but i dont under stand casn you plz be more specific and use code tags Quote
Uridium Posted October 23, 2009 Author Posted October 23, 2009 ok if use this for the out box function You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Gucci Mane Posted October 23, 2009 Posted October 23, 2009 So just overwrite my out function with that Quote
Gucci Mane Posted October 23, 2009 Posted October 23, 2009 works great man no edits needed Thank you for this!!! I am sorry for so many questions just really tired lol Thanks alot +1 Quote
J_StrauD Posted October 23, 2009 Posted October 23, 2009 Thanks so much Illusions! All of your mods are great, and this is a useful one! :D 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.