Finally got this working in both IE and Firefox using conditionals and the way WMP is called for both of the browsers so my RADIO template is now heavily modified. Works with both WMP v9 and v10.
Big thanks to you ZT for creating this, my members love this.
Also thanks to SVTBlackLight01, paulz and others who I have forgotten to mention for ideas for doing this.
Quote:
Originally Posted by jzewatsky
Not to be a pest Zero.... Is it possible to add usergroup permissions to the radio?
|
@ jzewatsky
Edit vBRadio.php and find:
Code:
// ---------------------------------------------------
// End Require Globalized Settings
// ---------------------------------------------------
Under it add:
Code:
if (!is_member_of($bbuserinfo, X) and !is_member_of($bbuserinfo, Y) and !is_member_of($bbuserinfo, Z))
{
print_no_permission();
}
Where X, Y and Z are the ID numbers of the groups you want to give permission to use vBRadio.
jd