Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 10 Years, 1 Month, 1 Week ago Increase Smiley Pop-Up size?
#1
Solved: 10 Years, 1 Month, 1 Week ago
How do I increase the size of the emoticon / smiley pop-up you see when you click [get more] ?
#2
Solved: 10 Years, 1 Month, 1 Week ago
Admin CP -> Configuration -> Settings -> Search For " Clickable Smilies and BB Code " -> Change "Number of Smilies to Show" -> Change "Number of Smilie Cols to Show"
#3
Solved: 10 Years, 1 Month, 1 Week ago
No he means the size of the popup window when you click 'get more'

Go to jscripts/editor.js

find

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

and change the numbers to a different value:

	openGetMoreSmilies: function(editor)
	{
		MyBB.popupWindow('misc.php?action=smilies&popup=true&editor='+editor, 'sminsert', new_width, new_height);
	},
[retired]
#4
Solved: 10 Years, 1 Month, 1 Week ago
(2013-04-16, 02:13 AM)Spiked Wrote: Admin CP -> Configuration -> Settings -> Search For " Clickable Smilies and BB Code " -> Change "Number of Smilies to Show" -> Change "Number of Smilie Cols to Show"
Thats not what I was looking for exactly, but that is helpful information that I used! Thanks! I guess I overlooked that setting.

(2013-04-16, 02:38 AM)Wildcard Wrote: No he means the size of the popup window when you click 'get more'

Go to jscripts/editor.js

find

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

and change the numbers to a different value:

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

Perfect thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)