At FireFish:
I haven't tested it but I know with a conditional you can hide the ability to change template based on Usergroup. The conditional is:
Code:
<if condition="is_member_of($bbuserinfo, 6)">
postbit_select code here
</if>
In postbit_select, you would add the first <'if" at the top and at the very bottom add the ending "</if>".
If you want to add Usergroups just add a "," (e.g., 6,5,7) then the Usergroup ID #. See if that works.