Quote:
Originally Posted by sybakaos
Quote:
Originally Posted by VBDev
- Smilies don't get added to the chatbox when in the "more" windows [See here for a fix]
|
The link to the fix provides no fix. Could you check? Thanks.
|
I've fixed it by adding missing javascript to the
mgc_cb_evo_smilies_vb4 template.
Code:
<script type="text/javascript">
function insert_smilie_from_window(smilietext)
{
childwindow = window;
window.opener.add_smiley_to_input(smilietext);
childwindow.focus();
}
</script>