I have not read through all 74 pages, to see if this has been noted, but I thought I would share with you, that you can add the Addon with this hack: Adding quick upload and gallaries box in new thread / reply, to your to your showthread_quickreply template as well.
Addon code from this mod:
Code:
<fieldset id="vbimghostbox" title="$vbphrase[vbimghost_title]">
<legend>$vbphrase[vbimghost_myphotos]</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">
[<a href="#" onclick="window.open('vbimghost.php?do=popup&ed=$editorid','vbimghost1','scrollbars=yes,resizable=yes,width=550,height=500'); return false" title="Pick">$vbphrase[open]</a>] [<a href="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Upload">$vbphrase[vbimghost_quickup]]</a></td>
</tr>
</table>
</fieldset>
I added that to the very bottom of my showthread_quickreply template as well.