Hi m8
You will need sommat like this (this shows all the time atm needs sorting)
in postbit
add this
Code:
<img src="path/to/your/image/progress.gif" alt="" />
Change the above with the path to your image
Before ths
Code:
<if condition="$post['editlink']">
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
This is the info i pulled from .com
Now this shows the image in the correct place before the edit button
But i aint sure how to set it not to show untill the edit button is pressed,
hopefully someone will help out, I am hoping there aint a lot more to it
with regards to the thread ID's and what have you!!
Anyway, you get the idea?