I don't know if you ment this in a funny way, but i want to code it to open bigger in default. How can this be done?
--------------- Added [DATE]1243802507[/DATE] at [TIME]1243802507[/TIME] ---------------
If i change it like this, but the size of the popup still stays the same:
PHP Code:
<if condition="$show['smiliebox']">
<fieldset id="{$editorid}_smiliebox" title="$vbphrase[smilies]">
<legend>$vbphrase[smilies]</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
$smiliebits
<if condition="$show['moresmilieslink']">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(500, 400); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td>
</tr>
</if>
</table>
</fieldset>
<else />
<div id="smiliebox" style="display:none"></div>
</if>