Quote:
Originally Posted by tekstylez
any way to condition this to only certain usergroups?
|
Sure, in the code, after:
HTML Code:
<!-- Banner Rotator by Redline -->
Add this:
HTML Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
Then find:
HTML Code:
<!-- End Banner Rotator by Redline -->
Add before:
And, of course, changing the 1,2,3, etc. to whatever usergroups you wish to put in there.