Just noting this in case i7media are maintaining this...
I've been trying out the Mocha skin, and found it was not possible to edit a forum post. I found this mark-up for the link:
<h3>
<a title="Edit Post" class="postEdit" id="ctl00_mainContent_postList_rptMessages_ctl00_editLink" href="http://xxx.co.uk/Forums/EditPost.aspx?pageid=5&mid=7&postid=1&thread=1&forumid=1&pagenumber=1"></a>
but nothing was visible.
I think the pencil icon was missing because of this rule in style-forum.css (removing this rule made it visible, but I don't yet know what side effects it may have caused elsewhere!):
:empty.threadEdit, .posttopic a:empty {
display: none;
}