Ok i'm making this post to link to in the first post of this thread as it's such a frequently asked question.
To add smilies to your quick reply box do the following:
.................................................. ....................................
In showthread.php find:
PHP Code:
$textareacols = gettextareawidth();
Right below it add:
PHP Code:
$clickysmilies = getclickysmilies();
Then in your 'showthread_replybox' template add the following right at the top of the template:
Code:
<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>
Then find again in your 'showthread_replybox' template:
Code:
<normalfont><b>Your Reply:</b></normalfont>
Replace it with:
Code:
<normalfont><b>Your Reply:</b></normalfont><br />$clickysmilies