utw-Mephisto
10-11-2006, 11:21 AM
Open the showthread_quickreply template.
Find (without the ==)
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div>
</td>
add below
<td><div class="imagebutton">
<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="images/smilies/sm4.gif" alt="Smilies" border="0" target="_blank" ></a></div>
</td>
Of course, you can change the src= part with a smiley of your choice ...
To add a seperator, add before or / and after
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" />
</td>
Find (without the ==)
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div>
</td>
add below
<td><div class="imagebutton">
<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="images/smilies/sm4.gif" alt="Smilies" border="0" target="_blank" ></a></div>
</td>
Of course, you can change the src= part with a smiley of your choice ...
To add a seperator, add before or / and after
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" />
</td>

