What I did was just put a link to the smilie page. It is very simple. This is what I did:
Find:
PHP Code:
<smallfont><a href="javascript:checklength(document.vbform);">[Check message length]</a>
And replace it all with:
PHP Code:
<smallfont><a href="javascript:checklength(document.vbform);">[Check message length]</a> <a href="misc.php?s=$session[sessionhash]&action=showsmilies" target="_blank">[Smilies]</a></smallfont>
I found having the javascript for the smilies slowed down thread view so this way is the fastest I believe.