Page 1 of 1

Adding sender to inbox page (Private message system)

Posted: Thu Apr 19, 2012 8:43 am
by rumpert
Hi!
I followed through the PM tutorial, great job!
I'm wondering if there is a way to get the sender/members of a conversation to show on the inbox page?

Re: Adding sender to inbox page (Private message system)

Posted: Thu Apr 19, 2012 3:10 pm
by jacek
Yes there is.

You need to modify the SQL in the fetch_conversations() (I think it was called that) function to also get the name of the person that started it based on the ID stored in the conversations table.