it took 3 of the 4 jr developers to add lil clues and get me close
in the end i discovered it was not much more then a type that neededto be fixed the diference between $_items and $item
anyway heres what u do
edit the playlist modification form add playlist_featured
edit the profile modification form add profile_showplaylist
edit the profile_sidebar.tpl
at the very bottom of the template find the last 2 closing divs </div> </div> (they are not on the same line just look for the last 2 in the file)
just before those closing divs add
{if $profile_showplaylist == on}
{jrCore_list module="jrPlaylist" search1="playlist_featured = on" search2="_profile_id = `$_profile_id`" template="my_profile_playlist_embed.tpl" limit="1"}
{/if}
my_profile_playlist_embed.tpl
{if isset($_items)}
{foreach from=$_items item="item"}
{jrPlaylist_util mode="embed_playlist" playlist_id=$item._item_id template="my_profile_playlist.tpl"}
{/foreach}
{/if}
pretty sure thats where douglas made a mistake
then
my_profile_playlist.tpl
{jrCore_media_player type="jrPlaylist_player_dark" module="jrPlaylist" item=$item}
and thats it create a playlist
mark it featured
edit profile check show playlist
and thats it
it was worth the effort
u can add code to autoplay but since it would be on all forum posts blogs photo details etc i wouldnt recomend it
--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
updated by @soaringeagle: 03/17/15 03:31:04PM