The instructions posted in FireFly's thread should work fine with Mist's version.
Anyway,
In showthread.php find:
Code:
$textareacols = gettextareawidth();
Below it add:
Code:
$clickysmilies = getclickysmilies();
Then in your showthread template find:
Code:
<! -- hackless quick reply -->
<br />
Below it add:
Code:
<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>
Still in the showthread template find:
Code:
<normalfont color="{pagetextcolor}"><b>Your Reply:</b></normalfont>
</td>
Replace it with:
Code:
<normalfont color="{pagetextcolor}"><b>Your Reply:</b></normalfont><br>
$clickysmilies
</td>
Find:
Code:
<input type="hidden" name="email" value="">
..and delete it.
Find:
Code:
<input type="reset" class="bginput" name="reset" value="Reset Form" accesskey="r" tabindex="3">
Below it add:
Code:
<input type="checkbox" name="email" value="yes"><smallfont>Email Notification</smallfont>