OK, I'm not sure I understand the template part, where exactly does this need to be added in the postbit template, and is that all that is needed there?
<if condition="isset($post['re_postid'])">
Posted in reply to <if condition="$post['re_userid']"><a href="member.php?userid=$post[re_userid]">$post[re_username]</a><else />$post[re_username]</if>'s <if condition="$post['re_tittype']!=0">post <if condition="$post['re_tittype']==2">starting</if></if> <a href="$post[re_url]" <if condition="!$post['re_isonpage']">target="_blank"</if>><if condition="$post['re_tittype']==0">untitled post<else />"$post[re_title]"</if></a>
</if>
I get a Parse error: parse error, unexpected T_LIST on line 862? I could have easy messed something up.