It won't work if the left column Username with the <div> tag is in the code. In post #34 you removed the Username bit but you may have left the <div> tag there.
Code:
<!-- POST DATE & USERNAME -->
<div id="postmenu_$post[postid]">
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
<!-- USERNAME -->
by <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<!-- / USERNAME -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
</div>
<!-- / POST DATE & USERNAME -->
The bolded code should also be removed for post #34 and #45 to work properly.
Only one, same <div> ID tag will work at a time.