I have written a small plugin to show the post templates within Quick Reply:
Attachment 96312
Just import the plugin xml file (it's just a plugin, not a product/addon!).
You also have to add this code to the existing plugin
vB Post Templates: Cache Templates:
Code:
if (THIS_SCRIPT == 'showthread')
{
$globaltemplates[] = 'editor_posttemplates';
$globaltemplates[] = 'editor_posttemplates_js';
}