vmoisesp2 Posted May 23, 2016 Share Posted May 23, 2016 Hi there, I was in need of setting profiles songs and tried out this Plugin: It didn't work for the customs themes, only for the Default one and similars. So I just did this.. Went to core->profile->profile and then to the very bottom of the file, I added a code right after: {{endif}} {{if !empty( $visitors ) || \IPS\Member::loggedIn()->member_id == $member->member_id}} <div class='ipsWidget ipsWidget_vertical cProfileSidebarBlock ipsBox ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'> {template="recentVisitorsBlock" group="profile" params="$member, $visitors"} </div> {{endif}} Code: Spoiler <div class='ipsWidget ipsWidget_vertical cProfileSidebarBlock ipsBox ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'> {{$profileSong = $member->profileSong();}} {{if $profileSong->file}} <h2 class='ipsWidget_title ipsType_reset'>Som de Perfil</h2> <div class='ipsWidget_inner ipsPad'> <div class='ipsType_center'> <p> <audio autoplay="" controls="" loop="" preload="" class="ps_audio"> <source src="{$profileSong->file->url}"></source> </audio> </p> </div> </div> {{endif}} </div> Yeah, that's something easy, but maybe there are more people who would need it. 1 1 Quote Link to comment Share on other sites More sharing options...
REB IS BACK Posted December 4, 2016 Share Posted December 4, 2016 i can confirm that it works on that note i would like so say thanks 2 Quote Link to comment Share on other sites More sharing options...
markisac Posted December 12, 2016 Share Posted December 12, 2016 Thanks for great share it was working .. just little bit hard to make adjustments ... 1 Quote Link to comment Share on other sites More sharing options...
vmoisesp2 Posted February 2, 2017 Author Share Posted February 2, 2017 On 04/12/2016 at 5:20 AM, REB IS BACK said: i can confirm that it works on that note i would like so say thanks On 12/12/2016 at 7:06 AM, markisac said: Thanks for great share it was working .. just little bit hard to make adjustments ... Good to know it was useful, I was going to quit on using the player since it didn't work on custom themes Quote Link to comment Share on other sites More sharing options...
Sensui Posted September 16, 2017 Share Posted September 16, 2017 (edited) How can i put it on the top ? because it placed in the bottom Edited September 19, 2017 by Sensui Quote Link to comment Share on other sites More sharing options...
Gh0S7 Posted October 19, 2017 Share Posted October 19, 2017 Can someone please tell me how to make it work for the carbon theme? I got it to work but no matter what value I use (true, 1 or yes) I can't get it to autoplay. Any ideas? @Cookie Monster? Quote Link to comment Share on other sites More sharing options...
LawrenceR2 Posted October 30, 2017 Share Posted October 30, 2017 Thanks bro. Quote Link to comment Share on other sites More sharing options...
Gh0S7 Posted October 30, 2017 Share Posted October 30, 2017 Nvm, it works. I forgot that chrome n browsers like it won't autoplay unless maybe you're using the desktop version with an extension I guess lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.