I'm not the best either mate. What I done was;
Open Postbit;
Find
Code:
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>
Underneath, put;
Code:
<div style="float: right; padding: 0px 5px 0px 0px;"><p class="tweet-this"><a href="javascript://"><img src="/images/misc/arrow-retweet.png" />Tweet Post!</a></p></div>
Though, I'm needing to find a condition to remove it from PMs as 'Tweet This' is showing under PMs. Can anyone tell me how to remove this from view in PM's?
I'm also assuming it might be an idea to put jquery.min.js, and tweet-it.js on your own server.