Topic: QuickQuote in PM reply
I need to insert QuickQuote into the PM reply box (My knowledge of the php is just basic)
I found this line in the PM function.php where to insert
<div class="main-subhead">
<h2 class="hn"><span><?php echo $forum_page['heading'] ?></span></h2>
Now I found this line in the QuickQuote manifest that looks like about right:
$forum_page['post_actions']['quote'] = '<span class="edit-post first-item"><a href="'.$quote_link.'" onclick="QuickQuote('.$cur_post['id'].'); return false;">'.$lang_pun_quote['Quote'].'</a></span>';
Any suggestions how to combine the two?