MyBB Community Forums

Full Version: Increase Smilie Popup Box size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I go through this post while searching for how can I increase the size of smilie pop up box but I can't find the editor.js file in jscripts directory.

So can anyone tell how can I increase that.

Thanks
You could edit the theme template "misc_smilies_popup".....


Search for:
<div class="modal">

Replace it e.g. with:
<div class="modal" style="width:75%; max-width: 800px;">
Thanks Smile