Those who have
Quick Editor Improver Ver 2.5.0 by Hamed Haddadian (www.gtpland.com) ... Here are the template edits for Quick Reply (for both threads and PMs) and Quick Edit .... It works for me after I spent sometime in figuring things out
For all Three scenarios:
Template: imp_postbit_quickedit
[Quick Edit in Threads]
Template: imp_showthread_quickreply
[Quick Reply in Threads]
Template: imp_pm_quickreply
[Quick Reply in PMs]
Find this:
Code:
<td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_editor]/smilie.gif" alt="" width="21" height="20" /></td>
<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
Add below:
Code:
<!-- Pop-up Image Window -->
<td><div class="imagebutton">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td> <a href="#" onclick="window.open('$vboptions[bburl]/photo_popup.php?e=$editorid','fotos','scrollbars=yes,resizable=yes,width={$vbulletin->options['photo_popup_width']},height={$vbulletin->options['photo_popup_heigth']}'); return false" title="$vbphrase[photo_popup_insertlink]">
<img src="$stylevar[imgdir_editor]/photo_popup.png" border="0" /></a></td> </tr>
</table>
</div></td>
<!-- Pop-up Image Window -->