neodan20
05-11-2008, 05:37 AM
Thanks! That did the trick! Is it possible to change the dimensions of the more smile box pop up?
I think I found it:
http://www.vbulletin.com/forum/showthread.php?t=102052
I must edit it manually for each template I think
I did do this and it didnt work. This is in my editor_smile_box
<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="open_smilie_window(600, 750, $wysiwyg, '$forumid'); 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>
Notice the 600 and 750
I think I found it:
http://www.vbulletin.com/forum/showthread.php?t=102052
I must edit it manually for each template I think
I did do this and it didnt work. This is in my editor_smile_box
<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="open_smilie_window(600, 750, $wysiwyg, '$forumid'); 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>
Notice the 600 and 750