Here's part of it.
In the place in postbit (or postbit_legacy if you use that) where you'd like the link to display, here's how you'd limit the display to your moderators (i.e. usergroups 5, 6, and 7):
Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
<!-- code for the link goes here -->
</if>
Note: verify
your usergroup numbers
5 - Super Moderators
6 - Administrators
7 - Moderators