How can I change the size of the popup smilies box when it comes up? I added some smilies manually (Yes I know it would have been easier to install the Smilies manager MOD, but I learn more by doing this stuff myself).
I'd like to make the box taller to accomodate all the new smilies. Or at least turn on the scroll bar so users can scroll to see the ones at the bottom of the page.
Open inc_top.asp and from line 120 till line 138 you'll find a JavaScript function which opens the pop-up windows. You can either select one that has scrollbars on (openWindow3()) or you could add a new window opener by copying one of the ones that are there and changing the function name (like openWindow6()) and the window's properties.
Then all you need to do is edit inc_post_buttons.asp so the smilies window uses the correct window opener. The line for that is number 57.