solved Featured Album on Profile

gary.moncrieff
gary.moncrieff
@garymoncrieff
11 years ago
865 posts
Hey Guys

I am messing around with new layout for an artist profile and have been thinking about adding the notion of a player that contains an album the profile owner wants to promote.

Something like this mockup

http://tinypic.com/r/2hrg951/8

I have added an audio_featured checkbox to the Album Create and Album update forms, but how would I know get this album to show on the profile?

Thanks


updated by @garymoncrieff: 01/07/15 11:06:17PM
brian
@brian
11 years ago
10,149 posts
You would just a {jrCore_media_player} call - note that it supports the search options you use in {jrCore_list} - i.e.:

{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_profile_id`" search2="audio_featured = on"}

Let me know if that helps.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
gary.moncrieff
gary.moncrieff
@garymoncrieff
11 years ago
865 posts
Thanks Brian

Tags