Ticket 248 PM notification

Review Request #78 - Created March 7, 2009 and submitted

Information
Alexandru Tudorica
infoarena
Reviewers
hackers
So I add the number of unread messages to the "mesaje" text on the navigation bar. But this partially solves ticket 248. The mail part is like this. The field `pm_email_notify` in the `ia_smf_members` is 1 for new members but some of the old members still have it on 0. So the simple solution is to make it 1 for everybody. The harder solution is to hack IA account page and put an option there.
Tested locally as you can se in the screenshots.
Alexandru Tudorica
Alexandru Tudorica
Savin  Tiberiu
Cristian George Strat
Alexandru Tudorica
Alexandru Tudorica
Alexandru Tudorica
Alexandru Tudorica
Bogdan-Cristian Tătăroiu
Alexandru Tudorica
Bogdan-Cristian Tătăroiu
Alexandru Tudorica
Review request changed
Bogdan-Cristian Tătăroiu

/trunk/smf/Sources/PersonalMessage.php (Diff revision 7)
 
 
SMF allows you to send messages to users by their full name (for example "Bogdan Tataroiu") so that is not the username. You also don't handle the bcc.

Also, from what i see SMF doesn't send the message here, it just puts it in sort of a Queue or something. It sends it in MessagePost2. That's where the mem_cache_delete should be.
Loading...