MyBB Community Forums

Full Version: How to make Window Bigger
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I added tons of emotions/smilies on my forum

When you click Get More

[Image: S5Qxk.png]

It makes a Window this big

[Image: iVxIH.png]

How do I make it bigger by default so it looks like this or something.

The URL to the popup is this http://imtiax.net/misc.php?action=smilie...ableEditor

[Image: vHw4U.png]
Open your:

> /jscripts/editor.js
> Search for:

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

And change the 240 and 280 to the values you wish them to be. Think that should do the trick.
Quick note x = 240 y = 280.