I have tried this fix and still no luck, I have also searched for other fixes with no luck on trying those. Can someone tell me where this fix is supposed to go in the smiles vb4 template. I have tried at beginning with no luck and at end with no luck. I still cant add more smiles.
Thanks
KP
Quote:
Originally Posted by sybakaos
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>
|