Quote:
Originally Posted by theArchitect
Just one more question about enabling it for quickedit. I must be missing the TFO because I can't work out where I should put the button line. I have got it working for quickreply but can't for quickedit.
|
My mistake. The instructions should say to put step C in postbit_quickedit, not showthread. (A and B go in showthread)
You can put it right after this, for example:
HTML Code:
<if condition="$show['deletepostoption']">
<input type="button" class="button" tabindex="1" value="$vbphrase[delete]" id="{$editorid}_delete" />
</if>