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?
Adding sender to inbox page (Private message system)
Re: Adding sender to inbox page (Private message system)
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.
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.