MyBB Community Forums

Full Version: [Solved] smilies [get more] window size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i change the size of the popupwindow for [get more] smilies?

<td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">get more</a>]</strong></span></td>

thanks!
ive figured this out Smile

edit ./jscripts/editor.js

find:
        openGetMoreSmilies: function(editor)
        {
                MyBB.popupWindow('misc.php?action=smilies&popup=true&editor='+editor, 'sminsert', 240, 280);
        },

change to what you want
i like 600, 400 personally.
This is old, I know, but it's not really solved.

1. In addition to javascript: link there should be regular HTML link, so someone with no JS can at least see smilies codes

2. You should be able to define this window size from template/ admin cp - editing js file is not really good option. So it should be possible to pass window size to openGetMoreSmilies function.

Even here, at mybboard.net, the smilies window is too small