Quote:
Originally Posted by Lizard King
I also will like to see geek gallery pop up i quick reply  like Allan
|
In template editor_smiliebox_quickreply add at the end:
HTML Code:
<fieldset id="photobox" title="My Photos">
<legend>My Pictures</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="window.open('geek-gallery-popup.php','geekgallery','scrollbars=yes,resizable=yes,width=550,height=500'); return false" title="Pick">Open</a>]</td>
</tr>
</table>
</fieldset>
<if condition="$show['wysiwyg']">
<script type="text/javascript">
<!--
// init the WYSIWYG smilie box
open_smilie_window($wysiwyg);
//-->
</script>
</if>