[I’m using WPMU 2.7.1 and BP 1.1]
I would like to display the thread title on the page that views a full private message thread. As far as I can tell, this should happen automatically, but on all the BP installations I have checked (including this one here at buddypress.org), the line “<h2 id=”message-subject”><?php echo $thread->subject; ?></h2>” in “messages_view_thread()” is not working, presumably because $thread->subject is an empty string.
I’ve searched, but no-one else seems to have brought this up. It seems so fundamental that I’m wondering what I am missing. Why are the thread titles AWOL?