Quote:
Originally Posted by Theater
More specifically...
Plugins & Products > Plugin Manager > YoBroMoFo Playlist for member profile and click [Edit].
In there add any custom usergroups IDs because if you don't then users in those groups won't see the player no matter what else you do.
IE...
Code:
if (is_member_of($vbulletin->userinfo,1 ,2 , 5, 6, 7, 17, 18))
{
eval('$blocks[playlist] = "' . fetch_template('memberinfo_block_playlist') . '";');}
Hope that helps. Good luck! It's been a pain in the butt for me to get it working, but far worth it. Thank you TimberFloorAu and others for this modification. :up:
|
If you use is_member_of it is asking if they're a member of any of the listed IDs. Not if they're in all of them.