Oups! Just found another solution for the quick-reply !
In the
showthread-quick reply
Find:
HTML Code:
<li class="editor_control_group_item">
<img src="{vb:stylevar imgdir_editor}/quote.png" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_quote" width="20" height="20" alt="{vb:rawphrase wrap_quote_tags}" />
</li>
</vb:if>
Add under:
HTML Code:
<!-- Modstyle -->
<li class="editor_control_group_item">
<div class="moresmilies"><a href="javascript://" onclick="vB_Editor['{vb:raw editorid}'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" title="{vb:rawphrase showing_x_smilies_of_y_total, {vb:raw vboptions.smtotal}, {vb:raw totalsmilies}}"><img src="{vb:stylevar imgdir_editor}/smilie.png"/></a></div>
</li>
<!-- Modstyle -->
This will show the smilie icon in the toolbar and you will be able to select them for yor reply
Enjoy!