user tip adding a featured playlist to profiles

soaringeagle
@soaringeagle
9 years ago
3,304 posts
this tip took me a long time to work out
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}
this will check if profile_showfeatured is on if so calls the embed template wich you create

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
soaringeagle
@soaringeagle
9 years ago
3,304 posts
crap
ok jr superheros i still need 1 adjustment

it adds the most recently featured playlist to every profile thart has it enabled not just the featured playlist that belongs to that profile


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
SteveX
SteveX
@ultrajam
9 years ago
2,584 posts
User tip (perfected) or support request?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 02/12/15 03:20:07PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
thought it was perfected haha been working on it for days it seemed to be working till i noticed that evertime someone featured 1 that 1 showed up on every page that featured it on ..i edited the title damn it
i had it working finaly just not right
..


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
SteveX
SteveX
@ultrajam
9 years ago
2,584 posts
You removed the (perfected) from the title, thanks man.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
soaringeagle
@soaringeagle
9 years ago
3,304 posts
yea so any ideas or anythijg helpful to contribute/


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
SteveX
SteveX
@ultrajam
9 years ago
2,584 posts
Don't mark something as a user tip if it's just another support request?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
soaringeagle
@soaringeagle
9 years ago
3,304 posts
dont pretend to be helpful if you have no intention of helping?


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
SteveX
SteveX
@ultrajam
9 years ago
2,584 posts
ok


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ok there..fixed


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i knew i tried the right code several times i knew i knew what it needed just didnt know i needed the `'s


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags