2010-10-16, 01:07 PM
2010-10-16, 01:55 PM
Open ./jscripts/editor.js
Find:
240 is the width, 280 is the height - change as desired.
Find:
openGetMoreSmilies: function(editor)
{
MyBB.popupWindow('misc.php?action=smilies&popup=true&editor='+editor, 'sminsert', 240, 280);
},
240 is the width, 280 is the height - change as desired.
2010-10-16, 01:57 PM
(2010-10-16, 01:55 PM)AJS Wrote: [ -> ]Open ./jscripts/editor.js
Find:
openGetMoreSmilies: function(editor) { MyBB.popupWindow('misc.php?action=smilies&popup=true&editor='+editor, 'sminsert', 240, 280); },
240 is the width, 280 is the height - change as desired.
Awesome, thank you! Problem solved.