For Usergroup permissions!
Quote:
Originally Posted by Konstantinos
thats great but i dont want unregister users to listen, how to do it as there is no banned usergroup
|
You could try the following:
Open RADIOSTATIONS template and at the very top add:
Code:
<if condition="is_member_of($bbuserinfo, 6,2,5,7)">
At the very bottom (below </html>) add:
Code:
<else />
Whatever content you want here. You can add vB's Standard error message or a login box or whatever.
</if>
In the example the following Usergroups with permission include: Admin, Super Mods, Mods and registered users. Any other Usergroups that were not specified in the conditional will see the custom content. Hope this helps.
Anyway, excellent mod, Dream. :up: