Creates a button underneath smilies on New Thread and New Reply pages that pops up a JavaScript based generator for generating table MyCode
(of which, the plugin also creates the mycode for)
If you have smilies removed from beside your post boxes;
in
newreply and
newthread templates find:
<strong>{$lang->your_message}</strong>
Add this code after it (but before the </td>!)
<br /><!-- TableGenerator -->{$tabgen_button}<!-- /TableGenerator --><br />
and the button will appear.