MyBB Community Forums

Full Version: Resizing smilie window pop up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to make the window larger so users don't have to resize the window to find their desired smilie? Thanks.
You can edit this line in the file /jscripts/editor.js:

MyBB.popupWindow('misc.php?action=smilies&popup=true&editor='+editor, 'sminsert', 240, 280);

The two numbers at the end are the width and height of the popup window.