For people annoyed at the smile box staying open after adding the smile, you can make the box close automaticly after clicking the button:
Open:
vbcode_popup_smiliecreator (template)
Find:
Quote:
<input type="button" value="Ok, generate Smilie!" onclick="opener.smilie(' ');">
|
Replace with:
Quote:
<input type="button" value="Generate Smilie!" onclick="opener.smilie(' ');self.close();" class="bginput">
|
Additionally, this add's the standard button css class to your button so it's fits with the rest of the site, I hope this helps