MyBB Community Forums

Full Version: Can I Make The Get More Smilies Pop-up Window Pop-up Into a Full Sized Page
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 "get more smilies window" open to a full sized page instead of just a small pop-up window on start up?
Thanks
I've been looking at code, but I can't seem to figure this out.
Can anybody tell me if this is possible?

I have about 40 smilies loaded on to my board and it would be nice if the window opened up to a full screen.
I haven't tested, but it might work

Open jscripts/editor.js

Find: (Line 870)

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

And change 240, 280 to your desired width and height.
It worked!
Thank you very much for your help!
Glad it worked. Big Grin