zigvt Posted February 25, 2011 Share Posted February 25, 2011 I got a question im using izabi for me im one who loves the software. But there some quirks that they forgot to add when making the mail system. I was wondering how it would be possible to code in a peice of php where it says read after someone read the email. If you need a copy of the mail mail script let me know. Link to comment https://forums.phpfreaks.com/topic/228797-how-to-code-read-after-someone-read-a-pm/ Share on other sites More sharing options...
fxuser Posted February 25, 2011 Share Posted February 25, 2011 A way to do this is by adding 2 columns in the messages table in the database like: sender_read reciever_read and then check when i see the messages content if i am the reciever or the sender and alter the right read column to 1 so it is read and then echo a message so the user will know if he have read the message or not. hope it helps. Link to comment https://forums.phpfreaks.com/topic/228797-how-to-code-read-after-someone-read-a-pm/#findComment-1179520 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.