Quote:
Originally Posted by spirittina
forget that i worked it out there are alot of things missing in this that are vital for the player to work like the user id that are allowed to view and use it which i did in the plugins options
|
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: