Quote:
Originally Posted by Cableguy69
OK now were getting somewhere, the <img> url hasn't been inserted into the showthread so were should it be placed?
and how should it appear?
Should it go after this to get it to appear on the right of the quick reply button?
Code:
<tr>
<td class="tcat" colspan="2">
<if condition="$show['quickreply_collapse']"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_quickreply].gif" alt="" border="0" /></a></if>
$vbphrase[quick_reply]
</td>
</tr>
|
Well, it seems like you're missing a template_hook. Insert either before or after the quick reply and within the same td cell: $template_hook[postbit_controls]