hey sid, thnx for the reply bud. your tip is greatly appreciated, i've got it to work
here is a small how-to if you would like to add a button to your quick-reply and quick-edit. after some mocking around, i've got it placed where i wanted and of course, work the code
templates to edit are:
1.
showthread_quickreply
2.
postbit_quickedit
search for the following code
PHP Code:
<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>
and add underneath
PHP Code:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/en-hide.gif" width="21" height="20" alt="$vbphrase[wrap_hide_tags]" />
</div></td>
make sure path to the image is a correct one.
hope this helps to those who needs it.