Originally Posted by zoomway
Here's kind of a funny update. I wanted some of those mood icons you have here so I downloaded some. Then when I clicked for the mood menu to come up, guess what? No scroll bars and no "update my mood" button. Well, I clicked on the bottom border and pulled and that stretched the screen and I was able to see all the icons and the mood button.

It's different on this site because the templates/default/changemood.tpl is different from what's in stock UBBT 7.5.8.

STOCK UBBT 7.5.8 changemood.tpl
Code
<body class="ubb_popup_body">
	<form name="mood_select_form" method="post" action="{ubb url=""}">
...
	</form>
</body>

UBBCENTRAL.com's changemood.tpl
Code
<body class="ubb_popup_body">
	<div style="max-height:300px;overflow:scroll;">
	<form name="mood_select_form" method="post" action="{ubb url=""}">
...
	</form>
	</div>
</body>

...

EDIT, TO ADD THE FOLLOWING:

Originally Posted by zoomway
I guess there's someplace in control panel where the size of the box can be increased? Anyway, stretching the box works in the meantime.

It's not exactly in control panel as you expect, but you can edit the size of the box by editing the header.tpl file within the control panel.

1. Go to Control Panel > Templates
2. Select "header.tpl" and click "Edit Selected Template"
3. Find within the template, "400,300". This is the stock WIDTH and HEIGHT of the change mood box.

Last edited by id242; 05/15/2014 3:29 PM.

Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com