to add the smilies do the following:
open showthread_quickreply template
find:
PHP Code:
<td bgcolor="{ secondaltcolor }" valign="top" nowrap><normalfont><b>Your Reply:</b></normalfont></td>
and replace it with:
PHP Code:
<td bgcolor="{ secondaltcolor }" valign="top" nowrap><normalfont><b>Your Reply:</b><br>$clickysmilies</normalfont></td>
That should do the trick
*Remove the spaces after { and before }