If I wanted to be able to make this mod option available to a specific (or more than just admin) set of usergroups. where do I modify or add the code to do that?
Thanks for any help ....
Regards,
Badger
Edit: ok, I figured it out ... I'm using this around the template ..
<vb:if condition="is_member_of($bbuserinfo,5,6,7,9,10)">
</vb:if>
So, another question...
If I don't want anyone to see the locating ICON at the bottom of a post by Admin usergroup 6, how do I get that excluded from the above condition. Is it another condition after that one that somehow excludes executing if the post is by an Admin? You can tell, I'm not a coder ..