oops. Thought I fixed that.
Edit your editor_smiliebox template and change:
PHP Code:
<fieldset id="photobox" title="My Photos">
<legend>$vbphrase[geek_gallery_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">$vbphrase[geek_gallery_select]</a>]</td>
</tr>
</table>
</fieldset>
to:
PHP Code:
<fieldset id="photobox" title="My Photos">
<legend>$vbphrase[geek_gallery_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">$vbphrase[geek_gallery_select]</a>]</td>
</tr>
</table>
</fieldset>
or just add the ')' after height=500'
Ill go update the readme. Sorry about that!