The following code - embeds the private message block, but overiddeds the page title
module_load_include('pages.inc','privatemsg');
$privateform = drupal_get_form('privatemsg_new');
$html = '<div class="composemessage">';
$html.= render($privateform);
$html.= '</div>';
echo $html;
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.