to show this one at your postbit just edit your postbit template in this way
Find:
Code:
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
Under add
Code:
<!--LPP Messanger Start-->
<a onclick="window.open('lpp_messenger.php?do=lppmessenger&userid=$post[userid]','_blank','toolbar=no,resizable=yes, location=no,menubar=no,width=430,height=310,top=150,left=100,status=no');return false" target="_blank" href="lpp_messenger.php?do=lppmessenger&userid=$post[userid]">
<img title=" Send a sms at $post[username]" src="put_your_image_source_here" alt="Send a sms at $post[username]" border="0"></a>
<!--LPP Messanger Stop-->