Quote:
Originally Posted by osousous
Hi there - I don't know if this mod can do this, but would it be hard to do? :
I am looking to add to this an icon on the post editor menu so that users can view the gallery (i.e. a pop up) and select an image to post?
|
In the Editor_smilebox
Find:
HTML Code:
</fieldset>
<else />
<div id="smiliebox" style="display:none"></div>
</if>
after it add:
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>