Ok here they are...
Open vBTestimonials_Postbit.
Find:
PHP Code:
<td align="$stylevar[left]">
<div><a class="bigusername" href="member.php?u=$sr[userid]" target="_BLANK">$sr[username]</a></div>
<div class="smallfont">$sr[usertitle]</div>
</td>
Replace With:
PHP Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
<td align="$stylevar[left]">
<div><a class="bigusername" href="member.php?u=$sr[userid]" target="_BLANK">$sr[username]</a></div>
<div class="smallfont">$sr[usertitle]</div>
</td>
</if>
Close and Save vBTestimonials_Postbit.
Open vBTestimonials_Postbit_Legacy.
Find:
PHP Code:
<div><a class="bigusername" href="member.php?u=$sr[userid]" target="_BLANK">$sr[username]</a></div>
<div class="smallfont">$sr[usertitle]</div>
<br />
Replace With:
PHP Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
<div><a class="bigusername" href="member.php?u=$sr[userid]" target="_BLANK">$sr[username]</a></div>
<div class="smallfont">$sr[usertitle]</div>
<br />
</if>
Close and Save vBTestimonials_Postbit_Legacy.
If you have additional staff usergroups, you will need to add those user groupids to the code as well.
Derek