Check the
postbit template for something like:
PHP Code:
<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]">
<img src="https://vborg.vbsupport.ru/images/edit.gif" border="0" alt="Edit/Delete Message"></a>
That's the code for the edit button. If it's there, check to see if there is <!-- and --> around it (that will comment it out, if they are there, then remove them.)
If the code isn't there, then find:
PHP Code:
<td align="right" nowrap><smallfont>
and place the code for the edit button right after that.