MyBB Community Forums

Full Version: How do change width of a pop-up window "get more" icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
How do change width of a pop-up window click "get more" icons?

[Image: 2smallop5.th.jpg]
[Image: 2bigcz2.th.jpg]

Cheers
As far as I know you'll need to modify the javascript. In ./jscripts/editor.js, find:

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

And change the last two numbers (240, 280) to a bigger size. That is the size of the window that opens (in pixels).
Thanks!